ensemble_ts_interpreter
ensemble_ts_interpreter copied to clipboard
Javascript ES5 parser and interpreter written entirely in dart.
Results
17
ensemble_ts_interpreter issues
Sort by
recently updated
recently updated
newest added
``` response.body.documents.forEach(doc => console.log(doc)); ``` example above that will not work as doc is not enclosed in parenthesis
A new protocol for iterating over collections, and a new loop to work directly with these iterators.
Improved handling of function parameters and the ability to spread/expand iterables into elements or arguments.