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

Replace spread operator with eval() to allow safe transpilation to ES5 #4

Open kannonboy opened 6 years ago

kannonboy commented 6 years ago

Addresses the issue discussed in #1 & airbnb/react-sketchapp#106 (comment)

Thanks for the awesome library btw!