Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/stenciljs/core
/ _compile
Method
_compile
src/compiler/sys/node-require.ts:72–72 ·
view source on GitHub ↗
(code: string, filename: string)
Source
from the content-addressed store, hash-verified
70
71
interface
NodeModuleWithCompile extends NodeModule {
72
_compile(code: string, filename: string): any;
73
}
Callers
1
nodeRequire
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected