issues Search Results · repo:tapjs/stack-utils language:JavaScript
Filter by
28 results
(87 ms)28 results
intapjs/stack-utils (press backspace or delete to remove)Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch stack-utils@2.0.5 for the project I m working on.
Assignments to res.constructor trip over the JavaScript property ...
FUDCo
- 1
- Opened on Sep 28, 2022
- #70
In version 2.0.5 of stack-utils, the parseLine method will commit suicide on line 263 of index.js if there is a
constructor call in the stack trace being parsed. This is due to an assignment to res.constructor ...
FUDCo
- 1
- Opened on Aug 12, 2022
- #69
TSError: ⨯ Unable to compile TypeScript:
server/logger/index.ts:48:57 - error TS2554: Expected 1 arguments, but got 2.
48 message += NEW_LINE + `${stack.clean(error.stack, 6)}`;
binarykitchen
- Opened on Nov 19, 2021
- #66
img width= 865 alt= Screenshot 2021-11-16 at 3 36 53 PM src=
https://user-images.githubusercontent.com/40314104/141965258-b59afca7-ea30-4457-8f70-387f73de44e8.png
pt147
- 1
- Opened on Nov 16, 2021
- #65
In recent versions of Node.js (e.g. v17.0.1, but also earlier versions), there is an extra stack frame at async
Promise.all (index 0), e.g:
Error: Message.
at file://[redacted]/test-director/test/fixtures/fails.mjs:7:9 ...
jaydenseric
- 3
- Opened on Nov 2, 2021
- #63
This is a proposal to support printing stacks of errors nested with error.cause. The JS spec allows error.cause to be
any value, but this proposal is mainly concerned with what happens when cause is present ...
conartist6
- 33
- Opened on Oct 7, 2021
- #61
file:// URL paths can only be absolute:
file: URLs are always absolute paths. — https://nodejs.org/api/fs.html#fs_file_url_paths
Yet the clean method strips out the CWD from the file: URLs, leaving the ...
jaydenseric
- 4
- Opened on May 20, 2021
- #60
Newer versions of node.js have built-in support for processing source-maps. We should test against some stack traces
produced by --enable-source-maps.
Edit: I ve been experimenting with --enable-source-maps ...
coreyfarrell
- 1
- Opened on Feb 19, 2021
- #59
https://github.com/tapjs/stack-utils/blob/85ad2ca7a6f2ca83588f4c0d6960db485534e442/index.js#L15
facing below error in npm test node_modules/stack-utils/index.js:16 ).map(n = new
RegExp((?:\\((?:node:)?${n}(?:\\.js)?:\\d+:\\d+\\)$|^\\s*at ...
AnujJain7
- 3
- Opened on Nov 25, 2020
- #57
v1.0.2 supports Node.js 0.10.0:
https://github.com/tapjs/stack-utils/blob/2d238dfac8c39ab85997b90a1e48ca51c096adc0/package.json#L13
However, in v1.0.3 it was bumped to Node.js 8:
https://github.com/tapjs/stack-utils/blob/85ad2ca7a6f2ca83588f4c0d6960db485534e442/package.json#L16 ...
nicolo-ribaudo
- 3
- Opened on Nov 14, 2020
- #56

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.