David Bonnet

Results 4 issues of David Bonnet

Move over to a super fast test runner, which will spawn other tools (inverse dependency watcher, etc…).

### Discussed in https://github.com/davidbonnet/astring/discussions/587 Originally posted by **stefanprobst** November 14, 2021 hi @davidbonnet, what do you think about allowing to (optionally) skip unknown node types? for example the typescript nodes...

enhancement

Similar to [Acorn's `ecmaVersion` option](https://github.com/acornjs/acorn/tree/master/acorn#interface), the parser could restrict to a given language spec version (e.g., ES5) and have it throw an error if an unknown token is found (e.g.,...

Meriyah enables checking the syntax but produces a full AST if the code is correct. A syntax check only mode could speedup the parsing process by not producing AST nodes...