You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is a changelog of improvements we have made relative to source-map-support
If you're here for the first time, you can npm install @cspotcode/source-map-support and require('@cspotcode/source-map-support').install() as a drop-in replacement for npm install source-map-support
Here is a changelog of improvements we have made relative to
source-map-support
If you're here for the first time, you can
npm install @cspotcode/source-map-support
andrequire('@cspotcode/source-map-support').install()
as a drop-in replacement fornpm install source-map-support
This encompasses improvements in
@cspotcode/source-map
and@cspotcode/source-map-consumer
since they were created for, and are primarily consumed by, this library.0.8.1
Error:
instead ofError
fix bug where errors without a message would still have colon in "Error: " #390.8
See #38 for all code changes
Changes
Fixes
Other
0.7
Adds
uninstall()
method to safely remove all hooks from the environmentuninstall()
which will remove hooks from the environment #29require("source-map-support")
torequire("@cspotcode/source-map-support")
source-map-support
does not implement Support multiple instances of source-map-support #28@cspotcode/source-map-support/register-hook-require
entrypoint@cspotcode/source-map-support/register
but withhookRequire
enabled0.6
includes 0.6.0 and 0.6.1
Adds
@types/
Fixes
NodeError
formatting; will no longer strip codes fromNodeError
process.on('exit')
listeners should run before fatal error is loggedPerformance
source-map
dependency with WASM components for improved performance, maybe smaller install size? (haven't actually checked install size)Removed
Other
The text was updated successfully, but these errors were encountered: