tc39 / proposal-accessible-object-hasownproperty

Object.hasOwn() proposal for ECMAScript
https://tc39.es/proposal-accessible-object-hasownproperty/
MIT License
134 stars 8 forks source link

Publish #14

Closed brettz9 closed 3 years ago

brettz9 commented 3 years ago

How about publishing the package to let folks make use of the polyfill? You already have the main field, etc. Thanks!

ljharb commented 3 years ago

@brettz9 TC39 does not publish official polyfills, and nobody should be using a polyfill prior to stage 3.

Once it reaches stage 3 (hopefully this week) I'm sure a number of polyfills will become available. I certainly plan to publish one in the es-shims ecosystem.

jamiebuilds commented 3 years ago

Yeah, the polyfill is here as an example of how to implement it. There is a list in the Implementations section of the readme, feel free to add others there

ljharb commented 3 years ago

The proposal is now stage 3; https://npmjs.com/object.hasown is published.