Lines Matching refs:ecmascript
272 - Added implementations and fixes [Typed Arrays](https://github.com/zloirock/core-js#ecmascript-6-t…
277 - Added [`System.global`](https://github.com/zloirock/core-js#ecmascript-7-proposals), [proposal](h…
278 - Added [`Error.isError`](https://github.com/zloirock/core-js#ecmascript-7-proposals), [proposal](h…
279 - Added [`Math.{iaddh, isubh, imulh, umulh}`](https://github.com/zloirock/core-js#ecmascript-7-prop…
281 - [`Promise`](https://github.com/zloirock/core-js#ecmascript-6-promise)
285 - Some improvements [collections polyfills](https://github.com/zloirock/core-js#ecmascript-6-collec…
288 …` -> [`String#{padStart, padEnd}`](https://github.com/zloirock/core-js#ecmascript-7-proposals), [p…
289 …](https://github.com/zloirock/core-js#ecmascript-7-proposals), [proposal](https://github.com/sebma…
290 - Added [annex B HTML methods](https://github.com/zloirock/core-js#ecmascript-6-string) - ugly, but…
291 - Added little fix for [`Date#toString`](https://github.com/zloirock/core-js#ecmascript-6-date) - `…
293 …rray#Array_generic_methods), [looks like strawman is dead](http://wiki.ecmascript.org/doku.php?id=…
297 …- Added entry points for [stages proposals](https://github.com/zloirock/core-js#ecmascript-7-propo…
342 …github.com/zloirock/core-js/#ecmascript-6-string) and [`RegExp` constructor](https://github.com/zl…
343 * Updated [`String#leftPad`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) [with pro…
344 * Replaced V8 [`Object.assign`](https://github.com/zloirock/core-js/#ecmascript-6-object) - its pro…
345 …//github.com/zloirock/core-js/#ecmascript-6-object)`, `[`entries, values`](https://github.com/zloi…
346 * Fixed [`Math.sinh`](https://github.com/zloirock/core-js/#ecmascript-6-math) with very small numbe…
350 …port symbols in FF34-35 [`Object.assign`](https://github.com/zloirock/core-js/#ecmascript-6-object)
351 * Fixed [collections iterators](https://github.com/zloirock/core-js/#ecmascript-6-iterators) in FF2…
352 * Fixed non-generic WebKit [`Array.of`](https://github.com/zloirock/core-js/#ecmascript-6-array)
356 * Fixed support Node.js domains in [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-pr…
359 * Added `toJSON` method to [`Symbol`](https://github.com/zloirock/core-js/#ecmascript-6-symbol) pol…
360 * Replaced [`Reflect.construct`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) impleme…
364 * Added more correct microtask implementation for [`Promise`](#ecmascript-6-promise)
367 * Updated [string padding](https://github.com/zloirock/core-js/#ecmascript-7-proposals) to [actual …
370 * Added [string trim functions](#ecmascript-7-proposals) - [proposal](https://github.com/sebmarkbag…
373 * [`String#trim`](https://github.com/zloirock/core-js/#ecmascript-6-string) fixed for some engines …
374 * Splitted [`es6.object.statics-accept-primitives`](https://github.com/zloirock/core-js/#ecmascript…
375 … namespace and joined with [es6 wrappers](https://github.com/zloirock/core-js/#ecmascript-6-object)
379 * [`Reflect.construct`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) optimized and fi…
380 * Simplified [`Reflect.enumerate`](https://github.com/zloirock/core-js/#ecmascript-6-reflect), see …
381 * Some corrections in [`Math.acosh`](https://github.com/zloirock/core-js/#ecmascript-6-math)
382 * Fixed [`Math.imul`](https://github.com/zloirock/core-js/#ecmascript-6-math) for old WebKit
383 …tring / RegExp [well-known symbols](https://github.com/zloirock/core-js/#ecmascript-6-regexp) logic
392 * Added logic for [well-known symbols](https://github.com/zloirock/core-js/#ecmascript-6-regexp):
398 ….com/zloirock/core-js/#ecmascript-6-collections), [`Promise.all`, `Promise.race`](https://github.c…
399 …* Optimized [`Array.from`](https://github.com/zloirock/core-js/#ecmascript-6-array) for default `…
400 …* Added [`core.getIteratorMethod`](https://github.com/zloirock/core-js/#ecmascript-6-iterators) he…
402 …tructors to [`Reflect.construct`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) with …
403 …constructors to [`Function#bind`](https://github.com/zloirock/core-js/#ecmascript-5) shim with `ne…
404 … methods native [`Weak`-collections](https://github.com/zloirock/core-js/#ecmascript-6-collections)
406 * [`es6.reflect`](https://github.com/zloirock/core-js/#ecmascript-6-reflect)
407 * [`es6.regexp`](https://github.com/zloirock/core-js/#ecmascript-6-regexp)
408 * [`es6.math`](https://github.com/zloirock/core-js/#ecmascript-6-math)
409 * [`es6.number`](https://github.com/zloirock/core-js/#ecmascript-6-number)
410 * [`es7.object.to-array`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
413 * [`core.iter-helpers`](https://github.com/zloirock/core-js/#ecmascript-6-iterators)
428 * Removed `/` from [`RegExp.escape`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) e…
431 * Updated [`RegExp.escape`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) to the [la…
435 …resolving thenable in [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise) polyf…
439 * [Collections](https://github.com/zloirock/core-js/#ecmascript-6-collections) from `library` versi…
441 * Optimized [`Math.hypot`](https://github.com/zloirock/core-js/#ecmascript-6-math)
449 * Added fallback for [`Symbol` polyfill](https://github.com/zloirock/core-js/#ecmascript-6-symbol) …
467 …ertyIsEnumerable` for [`Symbol` polyfill](https://github.com/zloirock/core-js/#ecmascript-6-symbol)
472 * Fixed [`Math.hypot`](https://github.com/zloirock/core-js/#ecmascript-6-math) with negative argume…
479 * Added [`String#lpad`, `String#rpad`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
492 * More correct [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise) unhandled rej…
495 * Fixed `__proto__`-based [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise) su…
498 * Added correct [symbols](https://github.com/zloirock/core-js/#ecmascript-6-symbol) descriptors
501 * Added [`Map#toJSON`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
513 * [`Math.fround`](https://github.com/zloirock/core-js/#ecmascript-6-math) now also works in IE9-
514 * Added [`Set#toJSON`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
525 …tIterator` -> `core.getIterator`](https://github.com/zloirock/core-js/#ecmascript-6-iterators), te…
539 * Fixed support [`Object.defineProperty`](https://github.com/zloirock/core-js/#ecmascript-5) with a…
543 * Added basic support [`Promise`](https://github.com/zloirock/core-js/#ecmascript-6-promise) unhand…
544 * Added [`Object.getOwnPropertyDescriptors`](https://github.com/zloirock/core-js/#ecmascript-7-prop…
553 * Added [support binary and octal literals](https://github.com/zloirock/core-js/#ecmascript-6-numbe…
554 * Added [`Date#toISOString`](https://github.com/zloirock/core-js/#ecmascript-5)
564 * Splitted [`es6` module](https://github.com/zloirock/core-js/#ecmascript-6)
570 * [`Object.getOwnPropertySymbols`](https://github.com/zloirock/core-js/#ecmascript-6-symbol) polyfi…
576 * Some [collections](https://github.com/zloirock/core-js/#ecmascript-6-collections) fixes
579 * Added support frozen objects as [collections](https://github.com/zloirock/core-js/#ecmascript-6-c…
582 * Added [`Object.getOwnPropertySymbols`](https://github.com/zloirock/core-js/#ecmascript-6-symbol)
583 * Added [`NodeList.prototype[@@iterator]`](https://github.com/zloirock/core-js/#ecmascript-6-iterat…
606 * Added [`es6.reflect`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) module:
627 * Added cap for [ES5](https://github.com/zloirock/core-js/#ecmascript-5) freeze-family methods
634 * Optimize [`Map` & `Set`](https://github.com/zloirock/core-js/#ecmascript-6-collections):
637 …ps://github.com/zloirock/core-js/#ecmascript-6) and [`es6.collections`](https://github.com/zloiroc…
645 * Added [`Math.fround`](https://github.com/zloirock/core-js/#ecmascript-6-math) (IE10+)
649 * [Symbols](https://github.com/zloirock/core-js/#ecmascript-6-symbol):
665 …`](https://github.com/zloirock/core-js/#ecmascript-6-regexp) ([December 2014 Draft Rev 29](http://…
666 * Added [`String.raw`](https://github.com/zloirock/core-js/#ecmascript-6-string)
669 …ing -0 to +0 in [native collections](https://github.com/zloirock/core-js/#ecmascript-6-collections)
672 * Added [`es7.proposals`](https://github.com/zloirock/core-js/#ecmascript-7-proposals) and [`es7.ab…
673 * Added [`String#at`](https://github.com/zloirock/core-js/#ecmascript-7-proposals)
674 * Added real [`String Iterator`](https://github.com/zloirock/core-js/#ecmascript-6-iterators), olde…
691 * Added [`Array#copyWithin`](https://github.com/zloirock/core-js/#ecmascript-6-array)
692 * Added [`String#codePointAt`](https://github.com/zloirock/core-js/#ecmascript-6-string)
693 * Added [`String.fromCodePoint`](https://github.com/zloirock/core-js/#ecmascript-6-string)
701 …* `String#contains` -> [`String#includes`](https://github.com/zloirock/core-js/#ecmascript-6-strin…
702 …* `Array#contains` -> [`Array#includes`](https://github.com/zloirock/core-js/#ecmascript-7-proposa…