Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
6
interface
NodeModuleWithCompile extends NodeJS.Module {
7
_compile?(code: string, filename: string): any;
8
}
9
10
/**
Callers
1
requireTS
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected