MCPcopy
hub / github.com/ionic-team/capacitor / _compile

Method _compile

cli/src/util/node.ts:7–7  ·  view source on GitHub ↗
(code: string, filename: string)

Source from the content-addressed store, hash-verified

5
6interface NodeModuleWithCompile extends NodeJS.Module {
7 _compile?(code: string, filename: string): any;
8}
9
10/**

Callers 1

requireTSFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected