Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
meta: address review
  • Loading branch information
bcoe committed Feb 15, 2021
commit 3cc1702d833fb6739da39dc33e78c6292d3a1ff8
3 changes: 1 addition & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ changes:
description: remove note about experimental status.
Comment thread
bcoe marked this conversation as resolved.
Outdated
-->

Enable [Source Map v3][] support for stack traces.
Enable [Source Map v3][Source Map] support for stack traces.

When using a transpiler, such as TypeScript, strack traces thrown by an
application reference the transpiled code, not the original source position.
Expand Down Expand Up @@ -1697,7 +1697,6 @@ $ node --max-old-space-size=1536 index.js
[REPL]: repl.md
[ScriptCoverage]: https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage
[Source Map]: https://sourcemaps.info/spec.html
[Source Map v3]: https://sourcemaps.info/spec.html
[Subresource Integrity]: https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
[V8 JavaScript code coverage]: https://v8project.blogspot.com/2017/12/javascript-code-coverage.html
[`--openssl-config`]: #cli_openssl_config_file
Expand Down