Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for inline source maps #233

Open
velara3 opened this issue Dec 24, 2023 · 0 comments
Open

Support for inline source maps #233

velara3 opened this issue Dec 24, 2023 · 0 comments

Comments

@velara3
Copy link

velara3 commented Dec 24, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant