Skip to content

Commit 852e855

Browse files
authored
set preserveConstEnums: true, switch to es2020 (microsoft#70)
1 parent 909ee9b commit 852e855

File tree

5 files changed

+224
-211
lines changed

5 files changed

+224
-211
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
2+
3.2.0 2022-08-30
3+
=================
4+
- update the version of the bundled Javascript files to `es2020`.
5+
- include all `const enum` values in the bundled JavaScript files (`ScanError`, `SyntaxKind`, `ParseErrorCode`).
6+
17
3.1.0 2022-07-07
28
==================
3-
* added new API `FormattingOptions.keepLines` : It leaves the initial line positions in the formatting
9+
* added new API `FormattingOptions.keepLines` : It leaves the initial line positions in the formatting.
410

511
3.0.0 2020-11-13
612
==================

0 commit comments

Comments
 (0)