apache / apache/royale-compiler
Support for inline source maps
Open
- 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.