You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(macros): add support for rename command macro in tauri-macros #14173 (#14473)
* feat(macros): add support for alias command macro in tauri-macros #14173
* feat(macro): rename alias command to improve clarity in tauri-macros
* feat(wrapper): refactor rename handling in WrapperAttributes for improved clarity
* feat(wrapper): update rename policy to use TokenStream2 for improved flexibility
* feat(handler): streamline command definition parsing for improved efficiency
* feat(wrapper): simplify macro export logic in wrapper function for clarity
* fix(handler): optimize command zipping for improved readability
* fix: code style compectiable with rust 1.77.2
* fix const not in scope when command is defined in another mod
* update examples
* update change file
* fmt
* style: fix pnpm:check errors
---------
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
0 commit comments