Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
feat(typescript-estree): add allowDefaultProjectForFiles project service allowlist option#7752
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
JoshuaKGoldberg merged 17 commits intotypescript-eslint:mainfromJoshuaKGoldberg:project-service-allow-no-client-fileDec 24, 2023
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
17 commits Select commitHold shift + click to select a range
6fed396 fix(typescript-estree): allow project service for unknown client file
JoshuaKGoldberg2f0f053 Merge branch 'main' into project-service-allow-no-client-file
JoshuaKGoldbergf8e275d Fixed up project throwing tests
JoshuaKGoldberg3d083d6 Added allowDefaultProjectForFiles as nested option
JoshuaKGoldberg7130d6c Added a bit more testing
JoshuaKGoldbergd639ef1 Merge branch 'main' into project-service-allow-no-client-file
JoshuaKGoldbergbf1d150 fix: only throw on missing file path if hasFullTypeInformation
JoshuaKGoldberg8c5c67d Merge branch 'main'
JoshuaKGoldberg0cf53d3 Fix test snapshot
JoshuaKGoldberg4766f76 Remove unnecessary assertion
JoshuaKGoldbergadba9ba Merge branch 'main'
JoshuaKGoldberge9e475f TypeScript_ESTree.mdx docs
JoshuaKGoldberg23a32b1 Absolute and canonical file paths
JoshuaKGoldberg294a957 Use minimatch instead of fs globbing
JoshuaKGoldberg3f1eea1 lint: import sorting, missing return type
JoshuaKGoldbergf3700a4 Ignore some tests
JoshuaKGoldberg2ce23c0 Merge branch 'main' into project-service-allow-no-client-file
JoshuaKGoldbergFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
12 changes: 11 additions & 1 deletiondocs/packages/TypeScript_ESTree.mdx
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
126 changes: 64 additions & 62 deletionspackages/eslint-plugin-tslint/tests/index.spec.ts
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
1 change: 1 addition & 0 deletionspackages/typescript-estree/package.json
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
24 changes: 20 additions & 4 deletionspackages/typescript-estree/src/create-program/createProjectService.ts
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
11 changes: 7 additions & 4 deletionspackages/typescript-estree/src/parseSettings/createParseSettings.ts
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
6 changes: 2 additions & 4 deletionspackages/typescript-estree/src/parseSettings/index.ts
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
12 changes: 11 additions & 1 deletionpackages/typescript-estree/src/parser-options.ts
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
1 change: 1 addition & 0 deletionspackages/typescript-estree/src/parser.ts
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
51 changes: 36 additions & 15 deletionspackages/typescript-estree/src/useProgramFromProjectService.ts
JoshuaKGoldberg marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. |
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.
Uh oh!
There was an error while loading.Please reload this page.
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.