X Tutup
Skip to content

Generator and iteration improvements#872

Merged
Perryvw merged 6 commits intoTypeScriptToLua:masterfrom
ark120202:generator-and-iteration-improvements
May 23, 2020
Merged

Generator and iteration improvements#872
Perryvw merged 6 commits intoTypeScriptToLua:masterfrom
ark120202:generator-and-iteration-improvements

Conversation

@ark120202
Copy link
Contributor

Resolves #601
Fixes #600
Fixes #871

@@ -0,0 +1,19 @@
/** @noSelfInFile */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need these lualib declarations now we included lua-types as dependency?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lua-types is used only in benchmark project, not in lualib. It should be possible to use it in the future, but it probably would need some code changes, since some things are declared differently

@Perryvw Perryvw merged commit d1efec1 into TypeScriptToLua:master May 23, 2020
@ark120202 ark120202 deleted the generator-and-iteration-improvements branch May 23, 2020 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Generators don't work as methods or function expressions Generator optimization Iteration stops at first nil

2 participants

X Tutup