es6-symbol
Symbol polyfill
A polyfill for ECMAScript 6 Symbol feature to provide a fallback solution when native support is not available.
ECMAScript 6 Symbol polyfill
179 stars
7 watching
26 forks
Language: JavaScript
last commit: 9 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
medikoo/es6-set | A polyfill implementation of the Set data structure as specified in ECMAScript 6 | 46 |
medikoo/es6-map | A JavaScript implementation of the ECMAScript 6 Map data structure | 73 |
medikoo/es6-template-strings | Library to compile and resolve template strings as specified in ES6 syntax | 79 |
medikoo/es6-weak-map | A WeakMap implementation as specified in ECMAScript6 | 29 |
aazuspan/ee-polyfill | A polyfill project that adds modern JavaScript methods (ES6+) to the Earth Engine Code Editor | 1 |
ember-polyfills/ember-fn-helper-polyfill | A polyfill to ensure JavaScript functions have access to template arguments when passed to components or other helpers. | 6 |
ruanyf/es6tutorial | A comprehensive introduction to ECMAScript 6 syntax and its differences from ES5 | 21,259 |
doctyper/reflexie | A polyfill for flexbox implementation. | 250 |
medikoo/next-tick | Provides a way to schedule code execution at the end of the current event loop iteration | 74 |
ember-polyfills/ember-angle-bracket-invocation-polyfill | A polyfill to support angle bracket invocation syntax in Ember.js applications | 76 |
ember-polyfills/ember-named-blocks-polyfill | A polyfill for Ember.js to support a specific feature for better compatibility with older versions | 39 |
lukehoban/es6features | Documenting ECMAScript 6 language features for software developers | 29,214 |
mathiasbynens/string.prototype.includes | A robust polyfill for the includes method in ECMAScript 6 | 68 |
mnater/hyphenopoly | Provides a JavaScript polyfill for hyphenation and loads necessary resources. | 696 |
es-shims/array.prototype.every | A polyfill for the Array.prototype.every method to enable it in older JavaScript environments. | 7 |