Skip to content

Commit 9e62ffd

Browse files
committed
fix: separate V8-like formats from unique formats in roadmap
1 parent d49d551 commit 9e62ffd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ This means even in CSP'd environments (e.g. file://), you can still parse stack
122122

123123
### V2 Roadmap
124124
- Extension System (`Stacklyn.createExtension`)
125-
- More Stack Formats (Graal.js, Hermes, JS-Interpreter, Duktape, XS, Jsish, NJS, Boa, QuickJS, LibJS)
125+
- More Stack Formats (Jsish, Boa)
126+
- Graal.js, Hermes, JS-Interpreter, Duktape, XS, NJS, QuickJS, and LibJS will be added to `parseV8` as an `environment` if statement.
126127
- Parse Bluebird extended stack traces
127128
- `overwrite` method to change the default runtime stack format, accepts a callback function
128129
---

0 commit comments

Comments
 (0)