Commit 4b71c31
committed
Added support for target: es2015
Added support for target: es2015 in `tsconfig.json`. Support for this in TypeScript can be found [here](https://github.com/Microsoft/TypeScript/blob/0f67f4b6f1589756906782f1ac02e6931e1cff13/src/compiler/commandLineParser.ts#L232) and [here](https://github.com/Microsoft/TypeScript/blob/e2c95551b348b10bed7d42fdaff857143e631a0d/src/compiler/diagnosticMessages.json#L2355). (The second example suggests that `es2015` is going to replace `es6`.
I didn't notice any tests associated with this - do point me in the right direction if I've missed them.1 parent 4d7604b commit 4b71c31
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments