Layout
type Layout =
{
Compiler: string
Refs: string
Precompiled: string
}
| |
|---|
| Assembly | Nacara.Plugin.LiveExample |
Where a build of the compiler, its references and a precompiled library are served from, each relative to Directory.
Fields
Compiler: string
The compiler. Changes with fable-standalone and nothing else.
Refs: string
What the checker reads. Holds the precompiled assembly too, because that is where the worker looks for it, so a new library changes this as well.
Precompiled: string
The precompiled library's own JavaScript.