Skip to content

Commit

Permalink
add a workaround for rollup issue, fix #513
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 3, 2019
1 parent c632f7b commit f813c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-js/internals/native-symbol.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Chrome 38 Symbol has incorrect toString conversion
module.exports = !require('../internals/fails')(function () {
// eslint-disable-next-line no-undef
String(Symbol());
return !String(Symbol());
});

0 comments on commit f813c4e

Please sign in to comment.