Skip to content
This repository was archived by the owner on Jan 20, 2018. It is now read-only.

0.2.0

Choose a tag to compare

@jakemac53 jakemac53 released this 24 Jan 00:20
  • entryPoint and newEntryPoint transformer options were renamed to entry_point and new_entry_pont.
  • Added html_entry_point option to the transformer. This will search that file for any script tag whose src is entry_point and rewrite it to point at the bootstrapped file new_entry_point.
  • Top level properties and static class properties are now supported in initializer constructors, as well as List and Map literals, issue 5.