SourceObject

  • typedef
steal-tools.source.object {Object}  

An object representing a source. This object is used internally and returned by transform.

Object

Properties

  1. code {String}

    A string containing the source code.

  2. map {SourceMapConsumer}

    A source map generated for the source code. To get the JSON representation of the source map call .toString() on the map.

Help us improve StealJS by taking our community survey