fix: cli inline sourcemap parsing#2439
Conversation
|
@yslpn is attempting to deploy a commit to the Crowdin Team on Vercel. A member of the Team first needs to authorize it. |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #2439 +/- ##
===========================================
+ Coverage 76.66% 88.71% +12.04%
===========================================
Files 81 116 +35
Lines 2083 3288 +1205
Branches 532 966 +434
===========================================
+ Hits 1597 2917 +1320
+ Misses 375 333 -42
+ Partials 111 38 -73 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What was the issue beside of the |
# Conflicts: # packages/cli/package.json # yarn.lock
|
@andrii-bodnar this one is ready |
When I added group capturing to the regular expression, I wanted to search for projects to see what the string looked like. Then I discovered there was another way to specify the charset. |
Description
Fix inline sourcemap parsing in the CLI extractor and remove
convert-source-mapdep.Changes:
babel.ts;sourceMappingURLwhen multiple are present;charset=utf-8andcharset:utf-8;Real-world usage of
charset=utf-8: https://grep.app/search?q=sourceMappingURL%3Ddata%3Aapplication%2Fjson%3Bcharset%3Dutf-8%3Bbase64Types of changes
Checklist