Closed mauroerta closed 1 year ago
Latest commit: 4b91466a0e6045a4ebbb156f87fce99847042ac5
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
All modified lines are covered by tests :white_check_mark:
Comparison is base (
b094895
) 100.00% compared to head (4b91466
) 96.80%. Report is 140 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Proposed changes
Re-introduction of
prefix
to prefix classes and variables. Unfortunately, it's not possible for now to re-introduceminify
andemoji
because, since the process that extracts the classes is detached from the app itself, the order of extraction is different which means that the classes generated ar runtime will not match from the ones generated at build-time.This is me when I realized I could not put the emojis anymore:
Types of changes
Checklist