You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ES6 symbols don't exist yet in Node or browsers, but whatev's, there are good enough polyfills for our needs. Among other things, it'll prevent all collisions (which are inevitable as our constant collection will grow)
The text was updated successfully, but these errors were encountered:
ES6 symbols don't exist yet in Node or browsers, but whatev's, there are good enough polyfills for our needs. Among other things, it'll prevent all collisions (which are inevitable as our constant collection will grow)
The text was updated successfully, but these errors were encountered: