stackframe
stackframe copied to clipboard
JS Object representation of a stack frame.
Error log: Building for production... ERROR TypeError: StackFrame is not a constructor TypeError: StackFrame is not a constructor Version number: 1.3.4
Can we have fromString like API which will be convert stackframe's string ex. Object.componentWillMount()@http://localhost:8080/design.bundle.js:3038:11 to Stackframe object.
I was trying to find `stackframe` and `error-stack-parser` on a CDN somewhere, I found `stacktrace` on `cdnjs` but not the others. Have I missed them somewhere?
We can check if we're outside strict-mode and try to get the arity of the `arguments` to provide a backward-compatible constructor. This is spiked in https://github.com/stacktracejs/stackframe/commit/2654cdb067c25957019ce09fd8d7ba946589bfa5
## Expected Behavior For the StackFrame object, I would expect a very simple way to get and set properties: - Just access `stackframe.filename` to read the property - Set the...
## Expected Behavior The `toString()` method is documented as outputting `funcName(args)@fileName:lineNo:colNo`. This should be the preferred format IMO. ## Current Behavior Code and output use `funcName (fileName:lineNo:colNo)`, and `args` are...
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.31 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.31 / 1.0.2 Fix OPPO Reno A5 incorrect detection Fix TypeError Bug Use AST to extract regexes and...
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...