-
-
Notifications
You must be signed in to change notification settings - Fork 35.4k
Future work for source-map functionality #29865
Copy link
Copy link
Closed
Labels
help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.source mapsIssues and PRs related to source map support.Issues and PRs related to source map support.
Metadata
Metadata
Assignees
Labels
help wantedIssues that need assistance from volunteers or PRs that need help to proceed.Issues that need assistance from volunteers or PRs that need help to proceed.source mapsIssues and PRs related to source map support.Issues and PRs related to source map support.
This thread documents some of the known limitations of the recently released Source Map V3 support in Node.js.
I would greatly appreciate help testing and improving this feature, and this is a great opportunity to land some commits in Node.js.
If you begin work on a specific task, create a corresponding issue and reference this thread.
Feature Work
^pointing to the source location where an exception occurred. (@bcoe might be able to help).Bug Fixes
partial source-map/coverage is written to disk when running Node's test suite (
make -j4 coverage-run-js, results in warningSyntaxError: Unexpected end of JSON input) (potentially talk to @joyeecheung about this issue).missing branch coverage displayed for covered catch statements (the fix for this is most likely in v8, and similar to this, @schuay would be a good person to talk to about this).
Refactoring
WeakMapfor both, and still serialize to disk?).CC: @iansu, @azasypkin
Related: related Node tooling conversation.