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

Extension hooks #31

Closed
11 tasks done
jugglinmike opened this issue May 21, 2015 · 17 comments
Closed
11 tasks done

Extension hooks #31

jugglinmike opened this issue May 21, 2015 · 17 comments
Assignees
Milestone

Comments

@jugglinmike
Copy link
Member

  • Symbol.hasInstance
  • Symbol.isConcatSpreadable
  • Symbol.iterator
  • Symbol.match
  • Symbol.replace
  • Symbol.search
  • Symbol.species
  • Symbol.split
  • Symbol.toPrimitive
  • Symbol.toStringTag
  • Symbol.unscopables

source: 6.1.5.1 Well-Known Symbols

@jugglinmike jugglinmike added this to the SOW2 milestone May 21, 2015
@jugglinmike
Copy link
Member Author

I'm working on Symbol.hasInstance now!

@jugglinmike
Copy link
Member Author

I'm now working on Symbol.isConcatSpreadable

@jugglinmike
Copy link
Member Author

On to Symbol.iterator

@jugglinmike jugglinmike mentioned this issue Jul 15, 2015
2 tasks
@jugglinmike
Copy link
Member Author

I've started writing tests for Symbol.match. This is a big one!

@jugglinmike
Copy link
Member Author

Symbol.isConcatSpreadable tests merged via tc39#371

@jugglinmike
Copy link
Member Author

@@iterator tests merged via tc39#377

@jugglinmike
Copy link
Member Author

Now working on tests for @@replace

@jugglinmike
Copy link
Member Author

The next biggest Symbol is @@split, so I'm starting that now!

@jugglinmike
Copy link
Member Author

On to @@search!

@jugglinmike
Copy link
Member Author

@jugglinmike
Copy link
Member Author

@@hasInstance tests merged via tc39#370

@jugglinmike jugglinmike self-assigned this Sep 12, 2015
@jugglinmike
Copy link
Member Author

@@match tests merged via tc39#399

@jugglinmike
Copy link
Member Author

@@toPrimitive tests merged via tc39#418

@rwaldron
Copy link

@jugglinmike this is incredible work!

@jugglinmike
Copy link
Member Author

Thanks, Rick!

@jugglinmike
Copy link
Member Author

@@unscopables tests merged via tc39#434. That rounds off this issue--now closing.

@leobalter
Copy link

👏 👏

Congrats!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants