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:
Alan Agius
2020-05-15 10:03:56 +02:00
committed by Kara Erickson
parent 3f9b3d7666
commit 6466fb20c2
7 changed files with 3 additions and 799 deletions

View File

@ -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"

View File

@ -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