Interface EsEvaluationOptions

Options for code evaluation.

Hierarchy

Properties

declarations?: ((this, bundle) => EsDeclarations)

Type declaration

    • (this, bundle): EsDeclarations
    • Bundle declarations collection factory.

      Parameters

      Returns EsDeclarations

      Default Value

      New declarations collection factory.

format?: IIFE

Evaluated code format.

The only supported value is IIFE.

imports?: ((this, bundle) => EsImports)

Type declaration

    • (this, bundle): EsImports
    • Import declarations collection factory.

      Parameters

      Returns EsImports

      Default Value

      New import declarations collection factory.

ns?: ((this, bundle) => EsNamespace)

Type declaration

    • (this, bundle): EsNamespace
    • Bundle namespace factory.

      Parameters

      Returns EsNamespace

      Default Value

      New namespace instance factory.

Bundle initialization setup to perform.

Generated using TypeDoc