Skip to content

Support for inline source maps #233

@velara3

Description

@velara3

In Typescript you have an option to put source maps inline in the exported js output. This is useful when you have a lot of files in the project. Basically, including source maps doubles number of files.

Example:

/project
   - MyApp.as
   - DataModel.as
   - /bin/js-debug/
      - MyApp.js
      - MyApp.js.map
      - DataModel.js
      - DataModel.js.map

More info here:

https://www.typescriptlang.org/tsconfig#inlineSourceMap

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions