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

Add source maps cli step to node js platfoms #54697

Closed
Tracked by #53855
priscilawebdev opened this issue Aug 14, 2023 · 2 comments · Fixed by #56239
Closed
Tracked by #53855

Add source maps cli step to node js platfoms #54697

priscilawebdev opened this issue Aug 14, 2023 · 2 comments · Fixed by #56239
Assignees

Comments

@priscilawebdev
Copy link
Member

priscilawebdev commented Aug 14, 2023

Problem:
Right now, the UI only shows the source maps wizard for frontend platforms. However, we've noticed the following:

  • Many people use TypeScript with Node.js applications, whether it's with Express, plain Node.js, or other frameworks.
  • Additionally, people bundle Node.js apps, like for Serverless functions, which also require source maps.
  • Some Node.js frameworks, such as NestJS, are built to work seamlessly with TypeScript.

Solution:

Introduce a UI element that provides guidance, such as: "If you're transpiling or minimizing your code, utilize the source maps wizard for assistance."

@ArthurKnaus
Copy link
Member

We should keep in mind that also a source map debugger which leads through the source map setup process is in progress:
#55662

@ale-cota
Copy link
Contributor

We can add it similarly to other platforms, but updated copy.

Screenshot 2023-09-11 at 15 06 27

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

Successfully merging a pull request may close this issue.

3 participants