-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Use native Array.isArray #1552
Use native Array.isArray #1552
Conversation
Hello @kt3k, thanks for contributing. LGTM -- I'll merge, but before I do a couple things:
Notes: according to my research v8 added |
OK. That looks better. I'll change it.
I keep |
@kt3k Thanks!
Oh ok, sorry, I hadn't noticed that you moved it to devDeps. Nonetheless, if that's the only thing it's used for I'm going to see if there's something else that we're depending on for some other reason that can be substituted so we can just eliminate |
I replaced test cases which use 'isarray' by ones using 'xtend' instead, and removed 'isarray' from devDeps. Looks cleaner! |
@kt3k Thanks! I had actually done that part myself locally yesterday but hadn't had the chance to push yet. I took a look at your latest commit and I certainly appreciate you doing that, but for that part I used what I committed yesterday only because it's a smaller diff. I replaced I squashed your first 2 commits together and merged via #1555. Thanks again! |
My pleasure! Thanks for merging 😄 |
Published in 13.0.1. Not to discourage you from contributing, but just FYI -- responses usually aren't so quick. |
No description provided.