issues Search Results · repo:cspotcode/node-source-map-support language:JavaScript
Filter by
22 results
(69 ms)22 results
incspotcode/node-source-map-support (press backspace or delete to remove)We work on a large application, and next.js transitively uses this package for inline source maps.
The regexp used to detect the contents of the source maps starts to choke on inline source maps created ...
doctorpangloss
- 1
- Opened on Jan 20, 2024
- #49
Execution of 1 workers started at 2023-02-27T16:35:59.019Z
[0-0] TypeError: Cannot read property Symbol(source-map-support/sharedData) of undefined [0-0] at initializeSharedData
(C:\Code\nest\nuxeo-functional-tests\node_modules@cspotcode\source-map-support/source-map-support.js:49:24) ...
nmakkarwmc
- 1
- Opened on Feb 27, 2023
- #47
This package is a dependency of ts-node. When I use ts-node, @cspotcode/source-map-support fails with this error:
/home/runner/work/test/node_modules/.pnpm/@cspotcode+source-map-support@0.8.1/node_modules/@cspotcode/source-map-support/source-map-support.js:681 ...
aminya
- 2
- Opened on Aug 27, 2022
- #46
I am using such webpack option to compile:
devtool: eval-nosources-cheap-module-source-map
But I found it cannot map line number to source when printing stack using new Error().stack . Only sourceURL ...
dreamerblue
- Opened on Aug 15, 2022
- #45
We ve got WDIO added to one of our projects and we are running into this error when we try to run npx wdio run
wdio.conf.ts
2022-06-14T20:12:21.575Z ERROR @wdio/local-runner: Failed launching test session: ...
Wolftousen
- 4
- Opened on Jun 14, 2022
- #43
From https://github.com/facebook/jest/pull/12786#issuecomment-1114869813
// hubba.test.js
function BadCode() {
throw new Error( noo );
}
function run(fn) {
fn();
}
run(BadCode);
compiled to:
...
cspotcode
- 1
- Opened on May 2, 2022
- #40
Found out about it recently; used by jest and c8, so probably going to be maintained. It s faster in benchmarks.
https://github.com/jridgewell/trace-mapping
https://github.com/jridgewell/trace-mapping/issues/5 ...
cspotcode
- Opened on Apr 20, 2022
- #37
I am not sure why or how the issue is happening exactly, but I am getting the following error when using tslog from this
library on a Windows machine, although the error is not present when using a Ubuntu ...
GhaithZamrik
- 4
- Opened on Apr 1, 2022
- #36
When upgrading from ts-node 10.2.0 to 10.4.0, I m seeing a failure running a script that executes require( ts-node
).register({ transpileOnly: true }).
This is the error I see:
@cspotcode/source-map-support ...
noahnu
- 31
- Opened on Nov 24, 2021
- #35
https://github.com/cspotcode/node-source-map-support/blob/817f84b2820e7395a274379cf80e79930e15d3b2/source-map-support.js#L147
https://github.com/cspotcode/node-source-map-support/blob/817f84b2820e7395a274379cf80e79930e15d3b2/source-map-support.js#L129-L135 ...
cspotcode
- Opened on Oct 16, 2021
- #33

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.