tvcutsem / harmony-reflect

ES5 shim for ES6 Reflect and Proxy objects
http://www.ecma-international.org/ecma-262/6.0/#sec-reflection
Other
478 stars 48 forks source link

Possible incompatibility gulp/jscs #64

Closed timkelty closed 8 years ago

timkelty commented 8 years ago

I'm having trouble with another package that began requiring harmony-reflect. I started getting the following error (more details):

TypeError: Object prototype may only be an Object or null: true

I haven't been able to determine with what package the problem lies, but if you have any insight, it would be appreciated!

Original issue: https://github.com/jscs-dev/node-jscs/issues/2026

timkelty commented 8 years ago

Issue was resolved here: https://github.com/jscs-dev/node-jscs/issues/2026#issuecomment-165878593