Remove $ prefix from property names
See original GitHub issueRemove $ prefix from property names in the following types:
Rule
Entry
Result
Vue 3 has moved away from using it, and with the way the composition API works it is no longer necessary to distinguish global properties.
Obviously, I expect a conversation on this topic before any decisions are made. Well, hopefully.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
J2K: Suggest to remove prefixes ("m", "_") from property names
J2K: Suggest to remove prefixes ("m", "_") from property names ... On some projects, people used either "_" or "m" as prefix for...
Read more >Remove underscore prefixes from all keys - Stack Overflow
I have tried unsuccessfully to adapt this code to accomplish it: Replace dot to underscore in js object keys names
Read more >How to remove property name prefix in error messages set ...
Hi All, I have a requirement to show error message for a certain field at both Property level and Page level at top...
Read more >How to remove the prefix field in the full name field? - Jotform
1) remove the prefix to the YOUR NAME field? ... Please click on the full name field and go to the prefix option...
Read more >remove $ prefix from LetViewContext property names ... - GitHub
LetViewContext property names don't contain the $ prefix. ... feat(component): remove $ prefix from LetViewContext property names #3670.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
No worries 😅. I do agree that the $ prefix in
Rule
need to be removed. And the$key
should be renamed toname
. 👍Sorry! Was editing my comment as you closed it.