mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-23 20:08:06 -08:00
Fix dead link to babel-parser (#822)
Because Babylon has been moved into the main Babel mono-repo as @babel/parser.
This commit is contained in:
committed by
Sindre Sorhus
parent
1c656d7d5e
commit
f69908ef3f
@@ -699,7 +699,7 @@
|
||||
### AST
|
||||
|
||||
- [Acorn](https://github.com/ternjs/acorn) - Tiny, fast JavaScript parser.
|
||||
- [Babylon](https://github.com/babel/babel/tree/master/packages/babylon) - JavaScript parser used in Babel.
|
||||
- [babel-parser](https://github.com/babel/babel/tree/master/packages/babel-parser) - JavaScript parser used in Babel.
|
||||
|
||||
|
||||
### Static site generators
|
||||
|
||||
Reference in New Issue
Block a user