We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
They're currently aligned with no particular strategy, probably mostly with how detection is implemented.
e.g. 'String.prototype.trimEnd', 'String.prototype.trimLeft', 'String.prototype.trimRight', 'String.prototype.trimStart',
Those are actually distributed as a single polyfill. Would be better to just have to specify one thing rather than the 4 individually.
https://github.com/zloirock/core-js?tab=readme-ov-file#stringprototypetrimstart--stringprototypetrimend
Would be a breaking change, albeit not particularly inconvenient.
Came up in #96
The text was updated successfully, but these errors were encountered:
No branches or pull requests
They're currently aligned with no particular strategy, probably mostly with how detection is implemented.
e.g.
'String.prototype.trimEnd',
'String.prototype.trimLeft',
'String.prototype.trimRight',
'String.prototype.trimStart',
Those are actually distributed as a single polyfill. Would be better to just have to specify one thing rather than the 4 individually.
https://github.com/zloirock/core-js?tab=readme-ov-file#stringprototypetrimstart--stringprototypetrimend
Would be a breaking change, albeit not particularly inconvenient.
Came up in #96
The text was updated successfully, but these errors were encountered: