-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
performanceIssues regarding performanceIssues regarding performanceteam assignedA member of the typescript-eslint team should work on this.A member of the typescript-eslint team should work on this.
Description
Suggestion
Splitting out of https://devblogs.microsoft.com/typescript/announcing-typescript-5-3-beta/#optimizations-by-skipping-jsdoc-parsing -> #7821 (comment): we'd like to use the new JSDocParsingMode
flag. But how beneficial is it, exactly? Let's run some kind of performance comparison to see.
From @bradzacher:
My original perf profiling way back when showed a decent chunk of time spent but things may have changed since then.
Note: the more important time would be the non-type-aware lint time as type info would dwarf any savings we get.
#7870 is an example of me setting up a Hyperfine comparison.
Metadata
Metadata
Assignees
Labels
performanceIssues regarding performanceIssues regarding performanceteam assignedA member of the typescript-eslint team should work on this.A member of the typescript-eslint team should work on this.