MCPcopy Index your code
hub / github.com/formatjs/formatjs / compile

Method compile

packages/cli-lib/native.ts:49–49  ·  view source on GitHub ↗
(inputFiles: string[], opts?: NativeCompileOptions)

Source from the content-addressed store, hash-verified

47
48export interface NativeBinding {
49 compile(inputFiles: string[], opts?: NativeCompileOptions): string
50 compileMessages(
51 messages: NativeCompileMessage[],
52 opts?: NativeCompileOptions

Callers 2

compileWithNativeFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected