seafox
seafox copied to clipboard
A blazing fast 100% spec compliant, self-hosted javascript parser written in Typescript
Bumps [terser](https://github.com/terser/terser) from 5.2.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
```js ([(a) = []] = []) => {} async ([(a) = []] = []) => {}; function f([(a) = []] = []) {}; ``` should throw
```js async function f() { class x extends await y { } } ``` Per spec: https://tc39.es/ecma262/#prod-ClassHeritage `ClassHeritage` should be a LeftHandSideExpression. If I am reading correctly, AwaitExpression is _not_...
When parsing for loops with variable declarations, the `type` attribute is incorrectly set. ```js for (const x of y) { } ``` AST Output: ```json { "type": "VariableDeclaration", "kind": 32,...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [json5](https://github.com/json5/json5) from 2.1.3 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 [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2. Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh lockfile, format with standard. e52185d Test against node 14 in CI. 0189cb1 Avoid arrow function syntax....