stijnvanbael / reflection

MIT License
1 stars 2 forks source link

Adding a transformer #4

Open jrote1 opened 8 years ago

jrote1 commented 8 years ago

Do you have any plans as of yet to add a transformer for this so that is works well with dart2js?

stijnvanbael commented 8 years ago

I'm only using it for server-side Dart for now. I'm not familiar with dart2js. If I understand the docs correctly, I should just add the transformer to the pubspec.yaml file, right?

jrote1 commented 8 years ago

By transformer I mean to write a transformer for this that would remove the usages of mirrors and replace them with static code when building

jrote1 commented 8 years ago

I have some experience with transformers I wrote one for my own project jrote1/nomirrorsmap.dart