Timeless0911

Results 200 comments of Timeless0911

![image](https://github.com/user-attachments/assets/24ddab8f-2252-497f-8928-27f00600b972) seems not work fine with multi compiler for cache invalidate key If different config with same id, it will fail too, see this case https://github.com/web-infra-dev/rslib/blob/test/persis/tests/integration/shims/esm/rslibShimsDisabled.config.ts

There is only one case left now, which is related to the implementation of unplugin. ![image](https://github.com/user-attachments/assets/0f83044f-8ddf-4a92-bf65-5d4b2796ea22)

Set `moduleResolution` to `node16` or `nodenext` and the same as `module` can also resolve this issue. The `typesVersions` field seems not to be recognized by api-extractor which is different from...

tracking https://github.com/microsoft/rushstack/issues/5017

Should be an issue of `@microsoft/api-extractor`, see https://github.com/microsoft/rushstack/issues/2090 and https://github.com/microsoft/rushstack/issues/3000

Yeah, we currently only support sidebar HMR when we change `_meta.json`, so you can config the overview page title in `label` option at `_meta.json`. ```json { "type": "file", "name": "index",...

same as #470 If I write full `index` path like below, it work as expected. ```diff - export type { RsbuildPluginAPI } from './types'; + export type { RsbuildPluginAPI }...

Rsbuild does not want to be associated with the fields in `tsconfig.json`, we may do config check in Rslib.