This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
fixes #54: only perform IsArray test when depth > 0 #55
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
anba
approved these changes
Jan 17, 2018
ljharb
approved these changes
Jan 17, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems unfortunate to make the algorithm more complex here, but this is straightforward.
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Jan 18, 2018
ljharb
added a commit
to ljharb/Array.prototype.flatMap
that referenced
this pull request
Jan 18, 2018
ljharb
added a commit
to ljharb/Array.prototype.flat
that referenced
this pull request
Jan 18, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Jan 24, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Feb 6, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Feb 16, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Feb 27, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Mar 15, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Mar 17, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Mar 27, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Mar 27, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Apr 3, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Apr 9, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
Apr 21, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
May 4, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
May 5, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
May 7, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
May 14, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
May 18, 2018
zloirock
added a commit
to zloirock/core-js
that referenced
this pull request
May 26, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #54. @evilpie @anba Please review.