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

fix!: update the format of conflic name from {name}$0 to {name}_1 #120

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

pionxzh
Copy link
Owner

@pionxzh pionxzh commented Feb 20, 2024

The previous format was not friendly for reading and selecting on the editor. Double-clicking on name$0 will only select name instead of the whole name$0. I would like to take this chance to update it to a different format. This might bring some unnecessary changes to downstream who need a consistent output. So I guess this will be the last time I adjust the naming rule.

Another format would be to follow what babel does: _{name}1. But I don't have a strong opinion on it.

Copy link

vercel bot commented Feb 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
wakaru ✅ Ready (Inspect) Visit Preview Feb 20, 2024 6:00pm

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2458d5f) 89.15% compared to head (50abdbd) 89.15%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #120   +/-   ##
=======================================
  Coverage   89.15%   89.15%           
=======================================
  Files         100      100           
  Lines       12106    12106           
  Branches     1603     1603           
=======================================
  Hits        10793    10793           
  Misses       1262     1262           
  Partials       51       51           

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

@pionxzh pionxzh merged commit dac2125 into main Feb 21, 2024
8 checks passed
@pionxzh pionxzh deleted the rename-format branch February 21, 2024 13:48
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.

1 participant