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

Remove Source Map Generation #219

Closed
threeal opened this issue Nov 30, 2023 · 0 comments · Fixed by #220
Closed

Remove Source Map Generation #219

threeal opened this issue Nov 30, 2023 · 0 comments · Fixed by #220
Assignees
Labels
Milestone

Comments

@threeal
Copy link
Owner

threeal commented Nov 30, 2023

This proposal recommends removing the generation of source maps when compiling TypeScript source files to JavaScript. The rationale behind this suggestion is that source maps typically map to source files using relative paths (e.g., ../src/index.mts). Including source maps in the distributed package without the TypeScript source files appears redundant. Therefore, the suggested change is to eliminate the source map generation since the JavaScript output of TypeScript is not substantially different.

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

Successfully merging a pull request may close this issue.

1 participant