File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.33.0
4+
5+ - Added support for nullish coalescing ` A ?? B ` .
6+ - Annotation ` /** @noSelf */ ` now also works directly on function declarations, not only on classes/interfaces.
7+ - Fixed incorrect file paths in source maps.
8+ - Fixed unknown node kind throwing an error instead of diagnostic.
9+ - Fixed string index with side-effects being evaluated twice.
10+ - Added check for node.js version when running tstl.
11+ - Fixed some issues with reflection class names.
12+
13+ - Fixed incorrectly escaped variable names.
14+
15+ Under the hood:
16+
17+ - Switched from TSLint to ESLint.
18+ - Added benchmarking capability for garbage collection.
19+
320## 0.32.0
421
522- ** Deprecated:** The ` noHoisting ` option has been removed, hoisting will always be done.
You can’t perform that action at this time.
0 commit comments