Results 4 issues of Rick

There is no `etc/docsify` folder in the repo and the `index.html` is under root folder now, the README for offline access may mislead users.

## Summary Use module instance in `react-server-dom-turbopack` and `react-server-dom-webpack` tests instead of plain js object, for this function call `originalCompile.apply(this, arguments)` will throw error if object is passed as context...

CLA Signed

fix https://github.com/nestjs/typescript-starter/issues/288 Set [lib](https://www.typescriptlang.org/tsconfig#lib) field to `ES2023`. Ref: [node-lts.json](https://github.com/tsconfig/bases/blob/main/bases/node-lts.json), [node18.json](https://github.com/tsconfig/bases/blob/main/bases/node18.json), [node19.json](https://github.com/tsconfig/bases/blob/main/bases/node19.json), [node20.json](https://github.com/tsconfig/bases/blob/main/bases/node20.json) of https://github.com/tsconfig/bases repo.

### UnoCSS version 0.58.5 ### Describe the bug When use like `className="w-[100px]"` with square brackets, `style-loader` inserts wrong class name selector like `.w-[100px] {}` while the correct format should be...