-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] 1.0 #83
Comments
"Refactoring" is pretty broad... Are you referencing a specific refactoring task(s)? |
@Awk34 "refactoring" here isn't something concrete - is a task for me inspect all library code and rewrite all required before release. If you have concrete ideas for next release - you can propose them here. |
Probably https://github.com/whatwg/fetch but maybe I misunderstand the scope of core-js? |
@andreypopp already opened #25. Possible, but not in this release. |
…rs, etc - performance, remove `$.uid.safe`, `$.set`. #83
AddAwaiting results of the July TC39 meeting - will be discussedObservable
if it will be enough stableObservable
API.Symbol.match
Symbol.replace
Symbol.split
Symbol.search
Map
,Set
,WeakMap
,WeakSet
constructors,Promise.all
,Promise.race
for defaultArray Iterator
.Array.from
for defaultArray Iterator
.core.getIteratorMethod
helper.Reflect.construct
with 2 arguments.Function#bind
shim withnew
..clear
methods nativeWeak
-collections.$for
to separate library. This work for syntax -for-of
loop and comprehensions.Date#{format, formatUTC}
to separate library. Standard way for this -ECMA-402
.Math
methods fromNumber.prototype
. Slight sugar for simpleMath
methods calling.{Array#, Array, Dict}.turn
.core.global
.ToNumber
instead ofToLength
inNumber Iterator
,Array.from(2.5)
will be[0, 1, 2]
instead of[0, 1]
.es6.reflect
es6.regexp
es6.math
es6.number
es7.object.to-array
core.object
core.string
core.iter-helpers
$
,$.iter
, etc)Promise
unhandled rejection message in nestedsetTimeout
.Number
constructor in strange case.Something else?
The text was updated successfully, but these errors were encountered: