Skip to content

Make charCodeAt safe, add unsafe versions of charAt, charCodeAt #13

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

Merged
merged 2 commits into from
Oct 27, 2014

Conversation

garyb
Copy link
Member

@garyb garyb commented Oct 27, 2014

Another breaking change (making charCodeAt safe) so will release as v0.4.0.

Unsafe methods are intended for use in cases like string parsing/lexing where the length test has already been made.

paf31 added a commit that referenced this pull request Oct 27, 2014
Make charCodeAt safe, add unsafe versions of charAt, charCodeAt
@paf31 paf31 merged commit 1804bed into master Oct 27, 2014
@paf31 paf31 deleted the unsafe branch October 27, 2014 20:57
@paf31
Copy link
Contributor

paf31 commented Oct 27, 2014

👍

@davidchambers davidchambers mentioned this pull request Nov 3, 2014
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.

2 participants