apache / royale-compiler

Apache Royale Compiler
https://royale.apache.org/
Apache License 2.0
95 stars 49 forks source link

Support for inline sources in source maps #234

Open velara3 opened 7 months ago

velara3 commented 7 months ago

In Typescript you have an option to put the sources inline in the exported js source map output.

This is useful when the source files are in a separate directory and are inaccessible by the web developer tools.

More info here:

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