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 #3

Closed kannonboy closed 6 years ago

kannonboy commented 6 years ago

Addresses the issue discussed in #1 & https://github.com/airbnb/react-sketchapp/issues/106#issuecomment-327771451

Thanks for the awesome library btw!

kannonboy commented 6 years ago

Closing this in favour of #4, which includes just the commit replacing spread with eval() (d199a70). Sorry for the noise.