shuhei / babel-plugin-angular2-annotations

A babel transformer plugin for Angular 2 annotations
80 stars 9 forks source link

Remove the temporary class properties transformer #12

Open shuhei opened 8 years ago

shuhei commented 8 years ago

This plugin transforms class properties with no initializer to ones with this.prop initializers.

Remove it when the PR to the legacy decorators plugin is merged.