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

Release a debug version of npm packages with sources and source maps #2895

Closed
trivikr opened this issue Oct 13, 2021 · 4 comments
Closed

Release a debug version of npm packages with sources and source maps #2895

trivikr opened this issue Oct 13, 2021 · 4 comments
Labels
feature-request New feature or enhancement. May require GitHub community feedback. p2 This is a standard priority issue

Comments

@trivikr
Copy link
Member

trivikr commented Oct 13, 2021

Is your feature request related to a problem? Please describe.

The source code and source maps were removed in order to reduce publish/install size of AWS SDK for JavaScript (v3). The both help a subset of customers who write their server application in TypeScript and would like to debug SDK code.

Describe the solution you'd like

Re-introduce TypeScript source code and source maps in a debug version of SDK.
For example, release version "X.Y.Z-debug" which contains source code and source maps for every version "X.Y.Z" released.

This solution would be similar to #2889

Describe alternatives you've considered

When faced with issues in their TypeScript applications, customers will have to do any of the following to unblock themselves:

  • Create an issue on AWS SDK for JavaScript GitHub repo.
  • Debug through JavaScript code of the SDK.

Additional context

@trivikr trivikr added the feature-request New feature or enhancement. May require GitHub community feedback. label Oct 13, 2021
@moltar
Copy link

moltar commented Nov 12, 2021

Totally agree with @trivikr here. Source maps are essential for development, debugging (using a debugger) and even production builds, if you want to get any meaningful errors reported.

Without source maps, this is what I am looking at in a debugger (just line noise):

screenshot-20211112T122149-K39sXuG5

@github-actions
Copy link

Greetings! We’re closing this issue because it has been open a long time and hasn’t been updated in a while and may not be getting the attention it deserves. We encourage you to check if this is still an issue in the latest release and if you find that this is still a problem, please feel free to comment or open a new issue.

@github-actions github-actions bot added the closing-soon This issue will automatically close in 4 days unless further comments are made. label Oct 14, 2023
@moltar
Copy link

moltar commented Oct 14, 2023

Not stale.

GitHub stale bot considered harmful

@github-actions github-actions bot removed the closing-soon This issue will automatically close in 4 days unless further comments are made. label Oct 15, 2023
@trivikr trivikr closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or enhancement. May require GitHub community feedback. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

4 participants