-
-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: use template literal when it possible to prevent `Maximum call … #1525
feat: use template literal when it possible to prevent `Maximum call … #1525
Conversation
…stack size exceeded`
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #1525 +/- ##
==========================================
+ Coverage 96.76% 96.87% +0.10%
==========================================
Files 10 10
Lines 1145 1185 +40
Branches 421 456 +35
==========================================
+ Hits 1108 1148 +40
Misses 28 28
Partials 9 9
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Could possibly infer this from browserslist? |
@sgarfinkel We already do it on webpack side level https://webpack.js.org/configuration/target/, so if you have |
|
…stack size exceeded`
This PR contains a:
Motivation / Use-Case
fixes #771
Breaking Changes
No
Additional Info
No