Skip to content
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

Update ES6 data for IETP March flight #475

Merged
merged 1 commit into from
Mar 20, 2015
Merged

Update ES6 data for IETP March flight #475

merged 1 commit into from
Mar 20, 2015

Conversation

dstorey
Copy link
Contributor

@dstorey dstorey commented Mar 20, 2015

No description provided.

@zloirock
Copy link
Collaborator

Why not updated es6/index.html?

Why you add breaking features to browser? Additional work for polyfills for detect and replace it. Only little part of standart library problems (from previous version, don't think they are fixed in current):

Reflect.ownKeys exist, but not works
Reflect.enumerate exist, but returns not iterable
all Reflect methods should throw error on primitive, but not in IETP
Math.asinh acuracy
Math.hypot accepts only 2 or 3 arguments
String.raw "lacks substituting" bug
Set#keys !== Set#values
String#startsWith & String#endsWith not throw error on regexp

@@ -2708,7 +2715,6 @@ exports.tests = [
res: {
tr: true,
babel: true,
ie11tp: true,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, I did some research, and the truth is somewhere in the middle. /./u in IETP will wrongly select the first of the surrogate pair, but /^.$/u will correctly select the entire character.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to share the test input for which /./u is failing?

webbedspace added a commit that referenced this pull request Mar 20, 2015
Update ES6 data for IETP March flight
@webbedspace webbedspace merged commit afaf9e5 into compat-table:gh-pages Mar 20, 2015
@dstorey dstorey deleted the patch-1 branch March 20, 2015 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants