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: update to TypeScript 4.7-rc#4829
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
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
12 commits Select commitHold shift + click to select a range
a808037
feat: update to TypeScript 4.7-beta
sosukesuzuki8e3dc0c
chore(ast-spec): remove `api-extractor` temporary
sosukesuzuki125a0a0
feat(types): run `generate:lib`
sosukesuzuki0695b33
chore(typescript-estree): add `ts.TypeQueryNode` to `EstreeToTsNodeTy…
sosukesuzuki40a5194
fix(utils): fix type errors
sosukesuzukid74e91f
fix(eslint-plugin): avoid syntax errors
sosukesuzuki77ebf2c
fix(eslint-plugin): avoid type errors
sosukesuzuki2a20e34
test(typescript-estree): update snapshots
sosukesuzuki7761028
chore(ast-spec): revert removing `api-extractor`
sosukesuzuki7fdbf2d
feat: update to `typescript@4.7.1-rc`
sosukesuzukiefc1b15
chore(eslint-plugin): remove workaround for syntax errors
sosukesuzuki04f3303
Merge branch 'main' into update-ts-4.7
bradzacherFile 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
4 changes: 2 additions & 2 deletionspackage.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
3 changes: 2 additions & 1 deletionpackages/eslint-plugin/src/rules/no-unnecessary-type-arguments.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
4 changes: 4 additions & 0 deletionspackages/scope-manager/src/lib/dom.iterable.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
48 changes: 44 additions & 4 deletionspackages/scope-manager/src/lib/dom.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
2 changes: 2 additions & 0 deletionspackages/scope-manager/src/lib/es2020.bigint.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
13 changes: 13 additions & 0 deletionspackages/scope-manager/src/lib/es2020.date.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// THIS CODE WAS AUTOMATICALLY GENERATED | ||
// DO NOT EDIT THIS CODE BY HAND | ||
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE: | ||
// npx nx generate-lib @typescript-eslint/scope-manager | ||
import { ImplicitLibVariableOptions } from '../variable'; | ||
import { es2020_intl } from './es2020.intl'; | ||
import { TYPE } from './base-config'; | ||
export const es2020_date = { | ||
...es2020_intl, | ||
Date: TYPE, | ||
} as Record<string, ImplicitLibVariableOptions>; |
13 changes: 13 additions & 0 deletionspackages/scope-manager/src/lib/es2020.number.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// THIS CODE WAS AUTOMATICALLY GENERATED | ||
// DO NOT EDIT THIS CODE BY HAND | ||
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE: | ||
// npx nx generate-lib @typescript-eslint/scope-manager | ||
import { ImplicitLibVariableOptions } from '../variable'; | ||
import { es2020_intl } from './es2020.intl'; | ||
import { TYPE } from './base-config'; | ||
export const es2020_number = { | ||
...es2020_intl, | ||
Number: TYPE, | ||
} as Record<string, ImplicitLibVariableOptions>; |
4 changes: 4 additions & 0 deletionspackages/scope-manager/src/lib/es2020.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
2 changes: 1 addition & 1 deletionpackages/scope-manager/src/lib/es2022.object.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
2 changes: 2 additions & 0 deletionspackages/scope-manager/src/lib/esnext.bigint.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
4 changes: 4 additions & 0 deletionspackages/scope-manager/src/lib/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
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.