SUI-Components / sui

Monorepo for SUI (Simple User Interface) packages.
169 stars 33 forks source link

:mag: feat(packages/sui-polyfills): add polyfill for string is|to wellFormed #1683

Closed danilucaci closed 9 months ago

danilucaci commented 9 months ago

Add a corejs polyfill for String.prototype.{is,to}WellFormed since it is not available in all browsers and we need it in Fotocasa.

Description

Add a corejs polyfill for String.prototype.{is,to}WellFormed since it is not available in all browsers and we need it in Fotocasa.