refactor: remove support for TypeScript 3.8 (#37129)
With this change we drop support for TypeScript 3.8 and remove all related tests. BREAKING CHANGE: TypeScript 3.8 is no longer supported, please update to TypeScript 3.9. PR Close #37129
This commit is contained in:

committed by
Kara Erickson

parent
3f9b3d7666
commit
6466fb20c2
@ -27,7 +27,7 @@
|
||||
"peerDependencies": {
|
||||
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
||||
"tslib": "^1.10.0",
|
||||
"typescript": ">=3.8 <4.0"
|
||||
"typescript": ">=3.9 <4.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0"
|
||||
|
@ -12,7 +12,7 @@ import {compareVersions} from './diagnostics/typescript_version';
|
||||
* Minimum supported TypeScript version
|
||||
* ∀ supported typescript version v, v >= MIN_TS_VERSION
|
||||
*/
|
||||
const MIN_TS_VERSION = '3.8.3';
|
||||
const MIN_TS_VERSION = '3.9.2';
|
||||
|
||||
/**
|
||||
* Supremum of supported TypeScript versions
|
||||
|
Reference in New Issue
Block a user