From f99537b5230d3563c1e17d1c222751f05a691aff Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 17 Jul 2024 10:57:30 -0400 Subject: [PATCH] docs: back-link to typescript-eslint#9571 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ca6bd..15937e7 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,12 @@ This is a performance issue and we are investigating it as a critical bug for v8 ┴───────┴──────────────────────┴──────────────────────┴──────────────────────┴──────────────────────┘ ``` +See [typescript-eslint/typescript-eslint#9571 Performance: parserOptions.projectService no longer outperforms parserOptions.project](https://github.com/typescript-eslint/typescript-eslint/issues/9571) + ## Notes - Example measurements taken on an M1 Max Mac Studio with Node.js 22.4.1 -- These issues occur with TypeScript 5.4.5 and 5.5.3 +- These results are similar across TypeScript versions: 5.0.4, 5.4.5, and 5.5.3 ## Contributors