Skip to content

Commit

Permalink
Merge pull request #1683 from SUI-Components/feat/well-formed-polyfill
Browse files Browse the repository at this point in the history
🔍 feat(packages/sui-polyfills): add polyfill for string is|to wellFormed
  • Loading branch information
danilucaci authored Dec 19, 2023
2 parents 912dd65 + 705404e commit 97689e3
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 97689e3

Please sign in to comment.