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:
committed by
Daniel Tschinder
parent
cd9aaf2a58
commit
ed625cb2e1
4
test/fixtures/jsx/basic/entity/expected.json
vendored
4
test/fixtures/jsx/basic/entity/expected.json
vendored
@@ -136,7 +136,7 @@
|
||||
}
|
||||
},
|
||||
"extra": null,
|
||||
"value": "💩"
|
||||
"value": "\uD83D\uDCA9"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -144,4 +144,4 @@
|
||||
],
|
||||
"directives": []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user