darknoon / cocoascript-class

Lets you create real ObjC classes in cocoascript so you can implement delegates, subclass builtin types, etc
MIT License
22 stars 8 forks source link

Doesn't work on older JavascriptCore versions #2

Open darknoon opened 6 years ago

darknoon commented 6 years ago

Has to do with use of ...args

leonardpauli commented 6 years ago

Until the PR is merge, see https://github.com/LeonardPauli/cocoascript-class. tips: npm link can be used to easily switch locally, even if this is a "deep" dependency.