Skip to content

Commit

Permalink
feat(packages/sui-polyfills): add polyfill for string is|to wellFormed
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lucaci committed Dec 18, 2023
1 parent 912dd65 commit 705404e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sui-polyfills/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ require('core-js/features/map/map-keys')

require('core-js/features/symbol')

require('core-js/proposals/well-formed-unicode-strings')

require('element-polyfill/polyfills/element.parent-node.append.js')

require('./element-closest.js')
Expand Down

0 comments on commit 705404e

Please sign in to comment.