Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Hack around absence of String.codePointAt on PhantomJS #271

Merged
merged 1 commit into from
Apr 13, 2016

Conversation

richvdh
Copy link
Member

@richvdh richvdh commented Apr 13, 2016

I've been trying to get some tests working under PhantomJS, which appears not
to support String.codePointAt (which is, to be fair, an ES6 addition). For our
limited usecase, it's easier to implement the functionality from first
principles than to try to polyfill support.

@richvdh richvdh assigned dbkr and unassigned dbkr Apr 13, 2016
I've been trying to get some tests working under PhantomJS, which appears not
to support String.codePointAt (which is, to be fair, an ES6 addition). For our
limited usecase, it's easier to implement the functionality from first
principles than to try to polyfill support.
@dbkr
Copy link
Member

dbkr commented Apr 13, 2016

lgtm

@dbkr dbkr assigned richvdh and unassigned dbkr Apr 13, 2016
@richvdh richvdh merged commit 3fd9b29 into develop Apr 13, 2016
@richvdh richvdh deleted the rav/avoid_codepoint_at branch April 13, 2016 15:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants