codalien / operator-overloading-js

Simple Operator overloading library for JS.
161 stars 26 forks source link

Make useable with babel + flow #18

Open freddi301 opened 7 years ago

kushal-likhi commented 6 years ago

Ok, we also modify the AST and regenerate the code as babel/flow does. So proably best could be by making a Babel plugin to plug it in the ir flow. Or we can also always run this after babel does it work.

Lets get some test cases in.