Sign in Sign up
cargo

boa-cat

Tree-walking ECMAScript interpreter built on ecma-syntax-cat. v0.7.0 bumps to ecma-parse-cat 0.3 so the async track's tests can drop their `(async function () { ... })()` IIFE workarounds and use natural `async () => body` arrow syntax + `obj.catch(cb)` dot-member access. No engine source change: the AST variants for these forms have been handled since v0.6; this release picks up the parser support.

Latest release
8h ago
Releases
9
Known CVEs
0
First release
May 24, 2026
License
MIT OR Apache-2.0
Downloads
255
View on Cargo
Insights

Activity

Total releases
9
Last 12 months
9
Cadence
~daily
Dependencies
5

Releases per month

last 12 months

Release mix

  • minor 6
  • patch 2
9 releases
Releases
Version Released
0.7.0 minor
0.6.0 minor
0.5.0 minor
0.4.0 minor
0.3.1 patch
0.3.0 minor
0.2.1 patch
0.2.0 minor
0.1.0 initial