Skip to content

Commit

Permalink
Set the ModuleKind value for ESNext to be 99 so it doesn't change bet…
Browse files Browse the repository at this point in the history
…ween releases (and yet another module system?!)
  • Loading branch information
orta committed Jul 18, 2019
1 parent 5f6cdf1 commit 282e724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compiler/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4760,7 +4760,7 @@ namespace ts {
UMD = 3,
System = 4,
ES2015 = 5,
ESNext = 6
ESNext = 99
}

export const enum JsxEmit {
Expand Down

0 comments on commit 282e724

Please sign in to comment.