Precompiled
type Precompiled =
{
CompilerVersion: string
Files: (string * string * string) list
InlineExprHeaders: string list
InlineExprChunks: string list
}| Assembly | Nacara.Plugin.LiveExample |
What the build knows about a precompiled library, for the browser to be told.
Fields
CompilerVersion: string
CompilerVersion: stringThe Fable that wrote it. The worker refuses one written by a different Fable.
Files: (string * string * string) list
Files: (string * string * string) listFor each source file: what Fable matches it on, its module, and where its code went.