-
Notifications
You must be signed in to change notification settings - Fork 2k
JS: Disable type extraction #19640
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
JS: Disable type extraction #19640
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
de9dab9
JS: Move some predicates into NameResolution
asgerf 2a0c7c8
JS: Add classHasGlobalName into NameResolution
asgerf b82e849
JS: Add public API
asgerf 17a687b
JS: Update type usage in Nest library model
asgerf 9d4c38b
JS: Update type usage in definitions.qll
asgerf ace8b09
JS: Update type usage in ClassValidator.qll
asgerf b71d096
JS: Update type usage in Electron model
asgerf 8b2a424
JS: Update type usage use in Express model
asgerf fb92d9b
JS: Update type usage in UnreachableMethodOverloads
asgerf e459884
JS: Update API usage in ViewComponentInput
asgerf fcb6882
JS: Update API usage in MissingAwait
asgerf 6d389c3
JS: Update an outdated QLDoc comment
asgerf f5ac3fd
JS: Remove old metric-meta query TypedExprs.ql
asgerf ee9c4fa
JS: Deprecate everything that depends on type extraction
asgerf f5f12c2
JS: Delete or simplify TypeScript type-specific tests
asgerf 1cab992
JS: Remove unneeded integration test
asgerf 07f84a5
JS: Remove an unnecessary import
asgerf e323833
JS: Fix qldoc coverage
asgerf 8efa38b
JS: Change default TypeScript extraction mode to basic
asgerf 74b817b
JS: Remove code path for TypeScript full extraction
asgerf 488da14
JS: Don't try to augment invalid files
asgerf 92dd5bd
JS: Add deprecation comment to qldoc
asgerf 7cc2487
JS: Add test for dynamic imports
asgerf b1d4776
JS: Handle name resolution through dynamic imports
asgerf c8b2674
JS: Add support for index expressions
asgerf aef3621
JS: Change notes
asgerf 02cdde1
JS: Fix imprecise condition
asgerf 5289e4f
JS: Fix a bug in a unit test
asgerf 2aad147
JS: Remove TypeScriptMode
asgerf 4b2025d
JS: Remove obsolete unit tests
asgerf 47a90c8
Merge branch 'main' into js/no-type-extraction
asgerf d858384
JS: Update Nest model
asgerf 98319ce
Apply suggestions from code review
asgerf 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth removing the flag in the future?