ensemble_ts_interpreter 1.0.1
ensemble_ts_interpreter: ^1.0.1 copied to clipboard
Javascript (ES5) Interpreter written entirely in Dart. Can be used in any Dart program or a Flutter app. Support basic javascript including primitive types, maps, lists and declaring and executing functions
Changelog #
1.0.1 #
- Removed unused imports
1.0.0 #
- Initial release
1.0.0+1 #
- Initial Package
- Support for javascript (ES5) syntax
- Supports most of the Javascript primitive types such as string, number, arrays and maps.
- Supports declaring javascript functions and calling them
- Does not support declaring classes or interfaces or instantiating them.
- Does not support import or require