BowlerHatLLC / vscode-as3mxml

ActionScript & MXML language extension for Visual Studio Code. Develop apps for Adobe AIR, Adobe Flash Player, or Apache Royale.
https://as3mxml.com/
Apache License 2.0
256 stars 39 forks source link

Inline source maps #721

Closed velara3 closed 9 months ago

velara3 commented 9 months ago

When I compile to a release or debug build the output contains a source map like so:

/bin
/bin
  /js-release
     - Main.js
     - Main.js.map

Is there a way to specify the source to be inline?

Typescript adds something like this to the end of the js file:

//# sourceMappingURL=data:application/json;base64,abc...abc==
joshtynjala commented 9 months ago

The compiler generates source maps. Open a feature request here: https://github.com/apache/royale-compiler/issues