Skip to content
New issue

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

Reduce production bundle size #11

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Reduce production bundle size #11

merged 2 commits into from
Apr 15, 2024

Conversation

cometkim
Copy link
Owner

Previously I did unescape "\u{1F680}" to "🚀" in the Unicode table.

Since extra characters are required to escape, it reduces the output size.

However, escape sequences compress better. So leaving the build output as is makes more sense for production.

Copy link

codecov bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (01443f9) to head (17f6709).
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #11      +/-   ##
===========================================
+ Coverage   99.85%   100.00%   +0.14%     
===========================================
  Files           7         7              
  Lines        1339      1341       +2     
===========================================
+ Hits         1337      1341       +4     
+ Misses          2         0       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cometkim cometkim merged commit 168319f into main Apr 15, 2024
5 checks passed
@cometkim cometkim deleted the escape-table branch April 15, 2024 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant