Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
fix(typescript-estree): adds project service watch to add new files to project#9353
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
Closed
higherorderfunctor wants to merge69 commits intotypescript-eslint:mainfromhigherorderfunctor:fix/8835-project-service-watch-to-add-new-files-to-project
Uh oh!
There was an error while loading.Please reload this page.
Closed
Changes fromall commits
Commits
Show all changes
69 commits Select commitHold shift + click to select a range
6464df2 feat(typescript-estree): remove slow deprecated and isolated programs…
JoshuaKGoldbergb8e8853 fix(typescript-estree): add TSEnumBody node for TSEnumDeclaration bod…
JoshuaKGoldberg2d835ee fix(typescript-estree): enable dot globs for project by default (#8818)
JoshuaKGoldberg1a22a53 feat(typescript-estree): split TSMappedType typeParameter into constr…
JoshuaKGoldbergadf8f3b feat(eslint-plugin): remove formatting/layout rules (#8833)
JoshuaKGoldberg151cae2 feat(eslint-plugin): [prefer-nullish-coalescing] change ignoreConditi…
JoshuaKGoldberg61c2ee7 feat(eslint-plugin): deprecate no-loss-of-precision extension rule (#…
JoshuaKGoldbergf9520fe Merge branch 'main' into v8
JoshuaKGoldbergbea2e44 chore(type-utils): remove getTypeArguments (#8938)
y-hsgwf4cbbe6 chore(type-utils)!: remove IsNullableTypeOptions interface (#8934)
thuchede8284a18 Merge branch 'main' into v8
JoshuaKGoldberg21abb00 Merge branch 'main' into v8
JoshuaKGoldberg67fbca5 feat(eslint-plugin): [no-unused-vars] align catch behavior to ESLint …
JoshuaKGoldberg3cdb011 chore: bump minimum versions for v8 (#8973)
JoshuaKGoldberg7bdd008 Merge branch 'main' into v8
JoshuaKGoldberg6028711 feat(utils): add Linter configType constructor option (#8999)
JoshuaKGoldberg5650142 feat(typescript-estree): rename automaticSingleRunInference to disall…
JoshuaKGoldberg571bb9d feat(parser): always enable comment, loc, range, tokens (#8617)
JoshuaKGoldberge21b26e feat(utils): swap LegacyESLint out for FlatESLint as ESLint export (#…
JoshuaKGoldberg47d874d test(rule-tester): update test config snapshots to include new disall…
auvred25a126b Merge branch 'main' into v8
JoshuaKGoldberg1b36f83 chore: fix v8 branch snapshots for flat-config-types (#9029)
JoshuaKGoldberg496dd36 Merge branch 'main' into v8
JoshuaKGoldberg72d1066 docs: remove eslint v9 tracking issue from main readme for v8 (#9006)
kirkwaiblinger07044c6 feat(utils): remove deprecated context helpers (#9000)
abrahamguob1c92d4 feat(utils): allow specifying additional rule meta.docs in RuleCreato…
JoshuaKGoldberg04f1938 Merge branch 'main'
JoshuaKGoldbergfd097ef feat(eslint-plugin): split no-empty-object-type out from ban-types an…
JoshuaKGoldbergb765f7b feat: support ESLint v9 (#9002)
JoshuaKGoldberg0d85360 Merge branch 'main' into v8
JoshuaKGoldberg94bd289 fix: correct eslint-plugin's peerDependency on parser@8 (#9089)
JoshuaKGoldberg5753fe5 fix(eslint-plugin): include alpha pre-releases in parser peer depende…
bachmacintosh5c80828 feat(rule-tester): support multipass fixes (#8883)
auvred87a0a48 Merge branch 'main'
JoshuaKGoldbergad3ff43 feat(ast-spec): remove deprecated type params (#8933)
abrahamguob9796c1 feat(typescript-estree): stabilize EXPERIMENTAL_useProjectService as …
JoshuaKGoldbergc0bf6fc Merge branch 'main'
JoshuaKGoldberge8e79e0 feat(eslint-plugin): remove deprecated no-throw-literal rule (#9092)
y-hsgw92d4a26 feat(typescript-estree): remove EXPERIMENTAL_useSourceOfProjectRefere…
JoshuaKGoldbergae1414c feat(eslint-plugin): apply initial config changes for v8 (#9079)
JoshuaKGoldbergd97366e chore(eslint-plugin): deprecate no-var-requires in favor of no-requir…
arkapratimc4f0a46f chore: use recommended config for Node.js 18 in TSConfig (#9113)
lesha1201540d97e chore: enable `prefer-object-has-own` ESLint rule (#9123)
lesha1201c3031c8 Merge branch 'main'
JoshuaKGoldberg06b0e08 Two introduced lint suppressions
JoshuaKGoldberg713fc21 Update RuleTester.test.ts snapshots
JoshuaKGoldberg8897c14 fix(typescript-estree): pass extraFileExtensions to projectService (#…
alfredringstad04591f0 Merge branch 'main' into v8
JoshuaKGoldberg6966e3b Fix eslint-plugin-internal tests, or maybe just made them worse...
JoshuaKGoldberg10aecc8 Fix a parse.test.ts spacing issue
JoshuaKGoldberga42afd3 One more EXPERIMENTAL_ rename
JoshuaKGoldberg8d4bba9 fix snapshot ordering
JoshuaKGoldberge3eb1ad fix(rule-tester): set configType to eslintrc in Linter options (#9178)
JamesHenryf279b6d docs: fix only-throw-error link to no-throw-literal
JoshuaKGoldberg7afd3f3 fix(rule-tester): re-apply updates from main (#9180)
JoshuaKGoldbergebad5e4 Merge branch 'main'
JoshuaKGoldberg31e70cf chore: fix introduced Object.hasOwn lint complaint
JoshuaKGoldbergb4fbf6d Merge branch 'main' into v8
JoshuaKGoldberg7b6b8bc feat(eslint-plugin): remove no-useless-template-literals (#9207)
y-hsgwb222625 Merge branch 'main'
JoshuaKGoldberg585423d chore: fix test typing too
JoshuaKGoldberg8e95924 feat(eslint-plugin): [no-floating-promises] add 'allowForKnownSafeCal…
JoshuaKGoldberg3c3370f feat(typescript-estree): also remove projectService in withoutProject…
JoshuaKGoldberg0f1b064 fix(types): allow ProjectServiceOptions for projectService (#9318)
JoshuaKGoldberg007850d Merge branch 'main'
JoshuaKGoldberg5cd80ca feat(eslint-plugin): replace ban-types with no-restricted-types, no-u…
JoshuaKGoldberg0151bc4 chore(typescript-estree): starting rework of Trie watcher
higherorderfunctord294362 chore(typescript-estree): copy in mvp for feature
higherorderfunctord3c3b25 chore(typescript-estree): updates to mvp
higherorderfunctorFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
The table of contents is too big for display.
Diff view
Diff view
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
3 changes: 2 additions & 1 deletion.cspell.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
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
3 changes: 0 additions & 3 deletionsREADME.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -24,9 +24,6 @@ | ||
| <p align="center"> | ||
| 👆 | ||
| </p> | ||
| <!-- markdownlint-enable MD033 --> | ||
| ## Code Contributors | ||
26 changes: 26 additions & 0 deletionsdocs/developers/Custom_Rules.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
2 changes: 1 addition & 1 deletiondocs/maintenance/Issues.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
159 changes: 98 additions & 61 deletionsdocs/packages/Parser.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
9 changes: 9 additions & 0 deletionsdocs/packages/Rule_Tester.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
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.