gnh1201 / welsonjs

WelsonJS - Build a Windows app on the Windows built-in JavaScript engine

Home Page:https://catswords.social/@catswords_oss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[app] Enumerator in Chakra engine mode

gnh1201 opened this issue · comments

Summary

As mentioned in the previous issue #30, Enumerator is non-standard, so it is not supported in Chakra mode, which supports ES5-level syntax. When WelsonJS is in Chakra mode, it should be automatically changed to use Iterator or Generator.

Related issues