Set the ModuleKind value for ESNext to be 99 so it doesn't change between releases (and yet another module system?!)

This commit is contained in:
Orta Therox 2019-07-17 22:56:28 -04:00
parent 5f6cdf17ea
commit 282e72419b

View file

@ -4760,7 +4760,7 @@ namespace ts {
UMD = 3,
System = 4,
ES2015 = 5,
ESNext = 6
ESNext = 99
}
export const enum JsxEmit {