Skip to content

Commit

Permalink
docs(typescript-estree): add the link for AST Alignment Tests (#2649)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Oct 8, 2020
1 parent 6bc9325 commit 54506f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typescript-estree/README.md
Expand Up @@ -265,7 +265,7 @@ Please check the current list of open and known issues and ensure the issue has

A couple of years after work on this parser began, the TypeScript Team at Microsoft began [officially supporting TypeScript parsing via Babel](https://blogs.msdn.microsoft.com/typescript/2018/08/27/typescript-and-babel-7/).

I work closely with the TypeScript Team and we are gradually aligning the AST of this project with the one produced by Babel's parser. To that end, I have created a full test harness to compare the ASTs of the two projects which runs on every PR, please see the code for more details.
I work closely with the TypeScript Team and we are gradually aligning the AST of this project with the one produced by Babel's parser. To that end, I have created a full test harness to compare the ASTs of the two projects which runs on every PR, please see [the code](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-estree/tests/ast-alignment) for more details.

## Build/Test Commands

Expand Down

0 comments on commit 54506f0

Please sign in to comment.