apache / apache/royale-compiler

Support for inline source maps

Open
#233 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
113
Forks
54
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.