Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct { Options Options // contains filtered or unexported fields }
A Compiler compiles JavaScript source code (ES5.1 or ES6) into a goja.Program
type Options ¶
type Options struct { CompatibilityMode libWorker.CompatibilityMode SourceMapLoader func(string) ([]byte, error) Strict bool }
Options are options to the compiler
type Pool ¶
type Pool struct {
// contains filtered or unexported fields
}
Pool is a pool of compilers so it can be used easier in parallel tests as they have their own babel.
Click to show internal directories.
Click to hide internal directories.