
committed by
Alex Rickabaugh

parent
f455518d80
commit
9993c72335
@ -23,7 +23,7 @@
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/compiler": "0.0.0-PLACEHOLDER",
|
||||
"typescript": ">=3.0.1 <3.1"
|
||||
"typescript": ">=3.1.1 <3.2"
|
||||
},
|
||||
"engines" : {
|
||||
"node" : ">=8.0"
|
||||
|
@ -72,14 +72,14 @@ const defaultEmitCallback: TsEmitCallback =
|
||||
* Minimum supported TypeScript version
|
||||
* ∀ supported typescript version v, v >= MIN_TS_VERSION
|
||||
*/
|
||||
const MIN_TS_VERSION = '3.0.1';
|
||||
const MIN_TS_VERSION = '3.1.1';
|
||||
|
||||
/**
|
||||
* Supremum of supported TypeScript versions
|
||||
* ∀ supported typescript version v, v < MAX_TS_VERSION
|
||||
* MAX_TS_VERSION is not considered as a supported TypeScript version
|
||||
*/
|
||||
const MAX_TS_VERSION = '3.1.0';
|
||||
const MAX_TS_VERSION = '3.2.0';
|
||||
|
||||
class AngularCompilerProgram implements Program {
|
||||
private rootNames: string[];
|
||||
|
Reference in New Issue
Block a user