evanw / evanw/node-source-map-support
Not compatible with rollup.js output running in node
Open
- Dominant language
- JavaScript
- Stars
- 2.2k
- Forks
- 223
- PR merge metrics
- No merged PRs in 30d
Description
rollup outputs inlined module members which have no require. This makes it so there's no way to use the hookRequire option of this module for inline source maps. Also with rollup it's only possible to retrieve source map strings after the build so there's no way to use `retrieveSourceMap` because the call to this module needs to be inside the source.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.