foxbenjaminfox / babel-plugin-overload

A highly experimental babel plugin for operator overloading in javascript
Apache License 2.0
46 stars 6 forks source link

is it possible to overload functions in class? #5

Closed cjbd closed 2 years ago

cjbd commented 4 years ago

Hello, this is really an awesome project!

I've been working on a large typescript project, operator overloading is a feature we wanted for a long time

It would be great if this project be extended to support class function overloading, is this possible?

thanks!