-
Notifications
You must be signed in to change notification settings - Fork 13k
Skip parsing JSDoc when not needed #52921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 43 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
481a7dd
Pull in most of Nathan's change with tweaks
jakebailey 170042c
Move to the scanner
jakebailey 131a170
And ending
jakebailey 3af4435
Get tests working
jakebailey ed54d9f
Remove commented out code
jakebailey 85b29d7
Amend test
jakebailey 6930f47
Don't use regex
jakebailey 07e4a82
Fix incremental, other tweaks
jakebailey 4bd24bc
Revert "Don't use regex"
jakebailey ae10cda
Add test for arrow function jsdoc
jakebailey ab63745
Ensure that arrow functions get their jsdoc
jakebailey f74bba3
Oops forgot the baselines
jakebailey bdd917c
Merge branch 'main' into skip-jsdoc
jakebailey 988ab20
Merge branch 'main' into skip-jsdoc
jakebailey bc0ab70
Don't add the arg if it's already provided in sys.args
jakebailey ae56d5a
Merge branch 'main' into skip-jsdoc
jakebailey f9b120e
Fix bad merge
jakebailey 3303914
Merge branch 'main' into skip-jsdoc
jakebailey 4eea9ec
Merge branch 'main' into skip-jsdoc
jakebailey d0c18de
Merge branch 'main' into skip-jsdoc
jakebailey c25fe92
Merge branch 'main' into skip-jsdoc
jakebailey 0f42a19
Merge branch 'main' into skip-jsdoc
jakebailey 818162f
Merge branch 'main' into skip-jsdoc
jakebailey 4732923
PR feedback, huge baseline changes
jakebailey 536ee78
One missing baseline
jakebailey 26b3ae8
Merge branch 'main' into skip-jsdoc
jakebailey a7bf1e0
Don't use a fake flag to set skipJSDocParsing in tsc, just set as an …
jakebailey e06e689
Remove CompilerOption in prep for cherry-pick
jakebailey f958d67
SkipJsDoc plumbing
sheetalkamat 88c52b7
Add watchCompilerHost and solutionBuilder a way for overriding getSou…
sheetalkamat c8f6b91
Update baselines
jakebailey 0527548
More baselines
jakebailey d7ddcd2
Update testing
jakebailey 273b769
Rename variable when not inside parser
jakebailey 406c471
Pull into global var
jakebailey f2a0317
Fix forgotten refactor
jakebailey 7a5acb6
Undo some old changes from CompilerOptions
jakebailey a249aae
Oops
jakebailey 371dbc2
Merge branch 'main' into skip-jsdoc
jakebailey 829b10a
Undo harness changes
jakebailey 16208fc
Remove unused baseline
jakebailey 5b54f3c
Add missing param
jakebailey 3b6c4dc
Remove comment
jakebailey 1d38012
Rename flag to skipNonSemanticJSDoc and skipNonSemanticJSDocParsing
jakebailey b287a9f
Remove new option from public API for now
jakebailey File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.