T9-Forever

Results 3 issues of T9-Forever

``` import { t as $t, t } from '@lingui/macro' t`Hello` $t`Hello` ``` Only the last `t` variable will be registered in `imports_id_map` Maybe need to add a secondary data...

### System Info System: OS: macOS 15.6.1 CPU: (10) arm64 Apple M1 Pro Memory: 229.77 MB / 16.00 GB Shell: 5.9 - /bin/zsh Binaries: Node: 18.16.0 - /Users/edson.lin/.nvm/versions/node/v18.16.0/bin/node Yarn: 1.22.22...

### What problem does this feature solve? In the current design (version 1.5.17), dev.setupMiddlewares can only be enabled in dev mode (rsbuild start). However, in actual development, after building the...