Skip to content

Commit

Permalink
docs: readme: drop phase
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored Oct 4, 2023
1 parent cf79754 commit e919550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The thing is [`@babel/parser`](https://babeljs.io/docs/en/babel-parser) has a [l
- `ClassPrivateProperty` instead of `FieldDefinition`;
- `CallExpression` whose callee is an `Import` node instead of `ImportExpression`;
- `OptionalMemberExpression` and `OptionalCallExpression` instead of `ChainExpression`;
- `ImportDeclaration` and `ExportNamedDeclaration` has `attributes and `phase`;
- `ImportDeclaration` and `ExportNamedDeclaration` has `attributes`;
- etc...

Also [`@babel/parser`](https://babeljs.io/docs/en/babel-parser) has differences with [`typescript-estree`](https://github.com/typescript-eslint/typescript-eslint/tree/main/packages/typescript-estree):
Expand Down

0 comments on commit e919550

Please sign in to comment.