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

0.3.1

Choose a tag to compare

@jakemac53 jakemac53 released this 02 Feb 21:55
· 81 commits to master since this release

Added InitializePluginTransformer class in plugin_transformer.dart which provides a base transformer class which can be extended to perform custom transformations for annotations. These transformers should be included after the main initialize transformer and work by parsing the bootstrap file so the program doesn't need to be re-analyzed.