Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 338 Bytes

CHANGELOG.md

File metadata and controls

7 lines (7 loc) · 338 Bytes

Version 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