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

Method compileMessages

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected