-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
test: add regression testing against old TS and ESLint versions in the CI #5573
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
Closed
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f0461a9
chore: add regression testing against old TS and ESLint versions
bradzacher fbd4cc2
Merge branch 'main'
JoshuaKGoldberg a009b83
Update test selector in ci.yml run
JoshuaKGoldberg c27c67d
Update another test selector in ci.yml run
JoshuaKGoldberg 4019a17
Added version filtering to ast-spec and scope-manager fixtures
JoshuaKGoldberg 41ec3de
One more fixture config in scope-manager
JoshuaKGoldberg dbfc0f0
Skip RuleTester tests under 8
JoshuaKGoldberg 0c1bac1
A few more
JoshuaKGoldberg f3bdd5a
Raised minimum to 4.2
JoshuaKGoldberg 1503c91
19 more scope-manager snapshots
JoshuaKGoldberg 9b4b3dd
Only test RuleTester in >=8
JoshuaKGoldberg 3b2311c
Merge branch 'main'
JoshuaKGoldberg f6de3ff
fail-fast: false, and a small version fix
JoshuaKGoldberg c7bf8cc
Added some dependencyConstraints
JoshuaKGoldberg 45a8830
Corrected ESLint.version check
JoshuaKGoldberg c792fb9
type-inline config.jsons
JoshuaKGoldberg 72527e5
Added a bunch of fixture configs
JoshuaKGoldberg 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
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/declaration/ExportAllDeclaration/fixtures/assertion/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...es/ast-spec/src/declaration/ExportNamedDeclaration/fixtures/_error_/assertion/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/declaration/ImportDeclaration/fixtures/assertion/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...s/ast-spec/src/declaration/TSInterfaceDeclaration/fixtures/_error_/missing-id/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...c/src/declaration/TSInterfaceDeclaration/fixtures/_error_/non-identifier-name/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...t-spec/src/declaration/TSModuleDeclaration/fixtures/_error_/module-invalid-id/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...pec/src/declaration/TSModuleDeclaration/fixtures/_error_/namespace-invalid-id/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...c/src/declaration/TSTypeAliasDeclaration/fixtures/_error_/non-identifier-name/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...c/element/AccessorProperty/fixtures/_error_/modifier-override-with-no-extends/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/key-computed-complex/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/key-computed-number/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/key-computed-string/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/key-private/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/key-string/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...s/ast-spec/src/element/AccessorProperty/fixtures/modifier-abstract-with-value/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-abstract/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-declare/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-override/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-private/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | F438||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-protected/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-public/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-readonly/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/modifier-static/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/no-annotation-no-value/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/no-annotation-with-value/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/element/AccessorProperty/fixtures/with-annotation-no-value/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ges/ast-spec/src/element/AccessorProperty/fixtures/with-annotation-with-value/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/expression/TSSatisfiesExpression/fixtures/array-array/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...-spec/src/expression/TSSatisfiesExpression/fixtures/arrow-func-no-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...pec/src/expression/TSSatisfiesExpression/fixtures/arrow-func-with-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ages/ast-spec/src/expression/TSSatisfiesExpression/fixtures/chained-satisfies/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...spec/src/expression/TSSatisfiesExpression/fixtures/conditional-no-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ec/src/expression/TSSatisfiesExpression/fixtures/conditional-with-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ges/ast-spec/src/expression/TSSatisfiesExpression/fixtures/identifier-keyword/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ast-spec/src/expression/TSSatisfiesExpression/fixtures/identifier-object-type/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
.../ast-spec/src/expression/TSSatisfiesExpression/fixtures/identifier-tuple-type/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ast-spec/src/expression/TSSatisfiesExpression/fixtures/logical-no-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...t-spec/src/expression/TSSatisfiesExpression/fixtures/logical-with-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...src/expression/TSSatisfiesExpression/fixtures/object-object-inner-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...src/expression/TSSatisfiesExpression/fixtures/object-object-outer-parentheses/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...legacy-fixtures/basics/fixtures/_error_/abstract-class-with-override-property/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...pec/src/legacy-fixtures/basics/fixtures/_error_/export-with-import-assertions/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...-spec/src/legacy-fixtures/basics/fixtures/abstract-class-with-override-method/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/legacy-fixtures/basics/fixtures/class-static-blocks/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
.../basics/fixtures/class-with-constructor-and-parameter-property-with-modifiers/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...fixtures/class-with-constructor-and-parameter-proptery-with-override-modifier/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/legacy-fixtures/basics/fixtures/class-with-override-method/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ges/ast-spec/src/legacy-fixtures/basics/fixtures/class-with-override-property/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...st-spec/src/legacy-fixtures/basics/fixtures/export-all-with-import-assertions/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...es/ast-spec/src/legacy-fixtures/basics/fixtures/import-with-import-assertions/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/legacy-fixtures/basics/fixtures/private-fields-in-in/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ages/ast-spec/src/legacy-fixtures/basics/fixtures/type-only-export-specifiers/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ages/ast-spec/src/legacy-fixtures/basics/fixtures/type-only-import-specifiers/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | 10000||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...pec/src/legacy-fixtures/expressions/fixtures/_error_/instantiation-expression/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ast-spec/src/legacy-fixtures/types/fixtures/conditional-infer-with-constraint/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/ast-spec/src/legacy-fixtures/types/fixtures/interface-with-accessors/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...st-spec/src/legacy-fixtures/types/fixtures/object-literal-type-with-accessors/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
3 changes: 3 additions & 0 deletions
3
...ages/ast-spec/src/legacy-fixtures/types/fixtures/optional-variance-in-and-out/config.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"typescript": ">=4.9" | ||
} |
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.
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.
side note that i hate that this is yet another thing for us to remember to keep in sync.