Skip to content

oxc-project/acorn-test262

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

acorn output for test262

Acorn is run with:

ecmaVersion: "latest",
sourceType: module ? "module" : "script",
preserveParens: true,
allowHashBang: true,
allowReturnOutsideFunction: true,
allowAwaitOutsideFunction: true,

Negative errors are filtered out, Files produce the following errors are ignored:

  • Do not know how to serialize a BigInt
  • Invalid regular expression flag
  • Unexpected token (possibility a stage 3 feature)

Literal.raw is deleted, it is useless for test comparisons

Maintainance

# Change the commit sha in the init command, then:
pnpm run init
pnpm run start
git commit -m "update snapshots"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published