Remove String.fromCodePoint shim (#279)

This is not necessary anymore if we drop support for Node.js v0.10 and v0.12.

Ref. https://github.com/babel/babel/issues/4315.
This commit is contained in:
Mathias Bynens
2017-01-10 20:14:11 +01:00
committed by Daniel Tschinder
parent cd9aaf2a58
commit ed625cb2e1
3 changed files with 4 additions and 72 deletions

View File

@@ -136,7 +136,7 @@
}
},
"extra": null,
"value": "💩"
"value": "\uD83D\uDCA9"
}
]
}
@@ -144,4 +144,4 @@
],
"directives": []
}
}
}