Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScriptCompilerArguments

Arguments for the compilation.

Hierarchy

Index

Properties

emitGlobal

emitGlobal: function

Emits a global event.

param

The event.

param

The arguments.

Type declaration

    • (event: string | symbol, ...args: any[]): boolean
    • Parameters

      • event: string | symbol
      • Rest ...args: any[]

      Returns boolean

files

files: string[]

The list of files to compile.

globals

The global variables from the settings.

options

The compiler options.

require

require: function

Loads a module from the script context.

param

The ID / path to the module.

returns

The loaded module.

Type declaration

    • (id: string): any
    • Parameters

      • id: string

      Returns any

result

A preconfigured result object.

Methods

deployFiles

Generated using TypeDoc