Skip to content

Commit

Permalink
chore: remove seafox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed May 12, 2024
1 parent da9ed99 commit 55e705c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 12 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ We support any parser compatible with [ESTree spec](https://github.com/estree/es

- [acorn](https://github.com/acornjs/acorn)
- [@babel/parser](https://github.com/babel/babel/tree/master/packages/babel-parser) with `estree` plugin
- [cherow](https://github.com/cherow/cherow)
- [espree](https://github.com/eslint/espree)
- [esprima](https://github.com/jquery/esprima/)
- [meriyah](https://github.com/meriyah/meriyah)
- [seafox](https://github.com/KFlash/seafox)

Take `esprima` for example, you need to use `setParser` to hook it up for `ast-matcher`.

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"esprima",
"acorn",
"espree",
"meriyah",
"seafox"
"meriyah"
],
"author": "Chunpeng Huo",
"license": "MIT",
Expand All @@ -48,7 +47,6 @@
"espree": "^10.0.1",
"esprima": "^4.0.1",
"meriyah": "^4.4.2",
"seafox": "^1.7.1",
"standard-changelog": "^6.0.0",
"tape": "^5.7.5"
}
Expand Down
3 changes: 1 addition & 2 deletions spec/all-browser-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ require('./babel-parser.spec.js');
require('./espree.spec.js');
require('./esprima.spec.js');
require('./index-exports.spec.js');
require('./meriyah.spec.js');
require('./seafox.spec.js');
require('./meriyah.spec.js');
5 changes: 0 additions & 5 deletions spec/seafox.spec.js

This file was deleted.

0 comments on commit 55e705c

Please sign in to comment.