-
-
Notifications
You must be signed in to change notification settings - Fork 37.2k
Node.js' repl should support source maps #39689
Copy link
Copy link
Closed
Labels
source mapsIssues and PRs related to source map support.Issues and PRs related to source map support.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
source mapsIssues and PRs related to source map support.Issues and PRs related to source map support.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Is your feature request related to a problem? Please describe.
Source maps are not currently supported in the node console.
Describe the solution you'd like
Please describe the desired behavior.
When an exception happens while using Node.js in a repl, it should apply source maps to the stack trace.
Describe alternatives you've considered
Please describe alternative solutions or features you have considered.
N/A