MCPcopy 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
71interface NodeModuleWithCompile extends NodeModule {
72 _compile(code: string, filename: string): any;
73}

Callers 1

nodeRequireFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected