mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-27 04:52:47 +03:00
c01e87ad46
* refactor(cli/migrate): use `oxc` kit to parse and migrate js/ts files closes #10192 * fix tests * use majic-string to perserve formatting * more comments * Discard changes to package.json * Update cli-migrate-enhancemnets.md * Update cli-migrate-enhancemnets.md * more context * add missing quotes, rename getcurrent * fix change file --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
207 B
207 B
tauri-cli | @tauri-apps/cli |
---|---|
patch:bug | patch:bug |
Fix tauri migrate
incorrectly migrating @tauri-apps/api/tauri
module to just core
and @tauri-apps/api/window
to just webviewWindow
.