We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478f005 commit d577493Copy full SHA for d577493
CHANGELOG.md
@@ -7,6 +7,13 @@
7
* To remove the self parameter from all methods or functions in a class/interface/namespace add `/** @noSelf */`:
8
```/** @noSelf */ interface Foo {```
9
* To remove the self parameter from all functions in a file, add `/** @noSelfInFile */` at the top.
10
+
11
+---
12
13
+* **BREAKING CHANGE:** Directive `/** @luaIterator */` should now be put on types instead of on the functions returning them.
14
15
16
17
* Fixed a bug breaking named class expressions.
18
* Fixed inconsistency between the meaning of `>>` and `>>>` in JS vs. Lua.
19
* Added `/** @noResolution */` directive to prevent path resolution on declared modules.
0 commit comments