-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
blocked by another PRPRs which are ready to go but waiting on another PRPRs which are ready to go but waiting on another PRblocked by another issueIssues which are not ready because another issue needs to be resolved firstIssues which are not ready because another issue needs to be resolved first
Description
Overview
Following conversations in #7997 and #9783 (comment): we'd previously added a parserOptions.jsDocParsingMode
that API consumers can use to skip parsing JSDoc comments. JSDoc comment parsing can be quite expensive.
We'd previously been blocked from doing so because at least one popular ecosystem project, eslint-plugin-deprecation
, uses them. Our initial version of a deprecation
rule does too: #9783. So this issue is blocked until we create a suitable alternative, such as our own quick regexp parser.
See also #7906 for tracking running a performance comparison.
💖
Zamiell
Metadata
Metadata
Assignees
Labels
blocked by another PRPRs which are ready to go but waiting on another PRPRs which are ready to go but waiting on another PRblocked by another issueIssues which are not ready because another issue needs to be resolved firstIssues which are not ready because another issue needs to be resolved first