Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Use fromCodePoint to convert high value unicode entities #243

Merged
merged 4 commits into from
Jan 2, 2017

Commits on Nov 29, 2016

  1. Configuration menu
    Copy the full SHA
    6cf4ff7 View commit details
    Browse the repository at this point in the history
  2. Include polyfill for String.fromCodePoint

    Ryan Duffy committed Nov 29, 2016
    Configuration menu
    Copy the full SHA
    850d467 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. copy and adapt fromCodePoint into String.fromcodepoint

    In order to avoid modifying String as the polyfill does, I've copied
    the source from the polyfill and adapted it return the polyfill
    function if the native version does not exist. Once support for node
    versions that lack fromCodePoint is dropped, this polyfill can be
    removed.
    Ryan Duffy committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    16afa6f View commit details
    Browse the repository at this point in the history
  2. move license notice to top of file

    Ryan Duffy committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    97c05d9 View commit details
    Browse the repository at this point in the history