Class: EmbeddedScriptCompiler

(protected) EmbeddedScriptCompiler()

Base class representing the logging service provided by a Container.

Constructor

(protected) new EmbeddedScriptCompiler()

Constructor.

Source:

Methods

transformScript(sourceFileName, sourceCode, sourceMap) → {Object}

Optional hook to transform a script into another format, for example
by using a code coverage instrumenter.

Parameters:
Name Type Description
sourceFileName String

The file name for the script.

sourceCode String

The source code for the script.

sourceMap String

The source map for the script.

Source:
Returns:

The transformed script.

Type
Object