Skip to content

Parser

We aim to be the fastest Rust-based ready-for-production parser.

Conformance Tests

bash
just c

Aliased to just coverage, runs the following conformance test suites by using the conformance runner found in tasks/coverage.

Test262

JavaScript has the ECMAScript Test Suite called Test262. The goal of Test262 is to provide test material that covers every observable behavior specified in the specification. Parser conformance uses the parse phase tests.

Babel

When new language features are added to JavaScript, it is required to have them implemented by Babel, this means Babel has another set of parser tests.

TypeScript

The TypeScript conformance tests can be found here.

Released under the MIT License.