There was an error while loading. Please reload this page.
1 parent bc88c58 commit e57d661Copy full SHA for e57d661
1 file changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.37.0
4
+
5
+- Fixed a bug with where tsconfig paths were not correctly handled
6
+- Improved error message for why >> is not allowed on Lua 5.3 and higher
7
+- Added clearer diganostic for async generators and for-await-of not being supported
8
+- Made @noSelf be respected on interfaces with call signatures
9
+- Fixed promise.finally not being handled according to the javascript spec
10
11
## 1.36.0
12
13
- **[Breaking]** Upgraded to TypeScript 6.0
0 commit comments