You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improved handling of assignment binary operators (`+=`,`*=`,`&=`, etc).
7
+
* Rewrote `Map` and `Set` to implement the ES6 specification for [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) and [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set).
8
+
* Added support for `baseUrl` in [tsconfig](https://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
9
+
* Added `bit32` bit operations for Lua 5.2.
10
+
* Fixed various little bugs.
11
+
* Added tslint rule to enforce use of `/** @override */` decorator.
12
+
* Improved tests.
13
+
14
+
## 0.4.0
15
+
* Added support for `typeof`
16
+
* Added support for `instanceof`
17
+
* Added support for [TypeScript overloads](https://www.typescriptlang.org/docs/handbook/functions.html#overloads)
0 commit comments