From 54506f0c41461e442536be31a0d5a5e83c2f7402 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Fri, 9 Oct 2020 01:56:08 +0900 Subject: [PATCH] docs(typescript-estree): add the link for AST Alignment Tests (#2649) --- packages/typescript-estree/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typescript-estree/README.md b/packages/typescript-estree/README.md index 3a434c78416..45c5a6e14f9 100644 --- a/packages/typescript-estree/README.md +++ b/packages/typescript-estree/README.md @@ -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