File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.23.0
4+
5+ - Added support for OmittedExpression in array literals and array binding patterns.
6+ - Added support for [ tagged template literals] ( https://basarat.gitbooks.io/typescript/docs/template-strings.html#tagged-templates ) .
7+ - Changed output lua formatting to be more debugger-friendly.
8+ - Various improvements to source maps.
9+
10+ - Fixed an issue with the interaction of super calls and exported classes.
11+ - Fixed ` @noResolution ` not working on named modules.
12+ - Fixed namespace merging not working due to an earlier change.
13+
14+ - Some refactoring and plumbing for the website.
15+
316## 0.22.0
417
518- Added the [ @vararg ] ( https://github.com/TypeScriptToLua/TypeScriptToLua/wiki/Compiler-Directives#vararg ) directive.
You can’t perform that action at this time.
0 commit comments