TranspileCompileOptions

  • typedef
steal-tools.BuildOptions.compileOptions {Object}  

An object of options passed into your custom Transpile function.

Object

Properties

  1. source {String}

    The source code needing to be transpiled.

  2. module {String}

    A module format needed to be transpiled to.

    It is either:

    • commonjs
    • amd
    • system
Help us improve StealJS by taking our community survey