藍+85CD
藍+85CD
If merged, I would be interested in adding Intel Arc Graphics support.
> Good stuff: [AbdBarho/stable-diffusion-webui-docker#384](https://github.com/AbdBarho/stable-diffusion-webui-docker/pull/384) Unfortunately, this repo only seems to support NVIDIA graphics cards.
> You should use `d.ts` instead `d.cts` in require types, all `d.cts` files should be removed since we're not using type module, those d.cts files are generated by `unbuild` (if...
> find `/* @export-submodules */` and replace it with `/* @xexport-submodules */`: check `scripts/exports.ts` module Hmm... I didn't quite get that part. Could you please explain it in detail?
`"type": "module"` is set :) I ignored the `vscode` package because it only generates an `index.js` file. `build` and `test` are the same as before.
> are you testing the tgz files? you can install publint and arethetypeswrong globally: [npmjs.com/package/@arethetypeswrong/cli](https://www.npmjs.com/package/@arethetypeswrong/cli) `unocss` package test results: ###### `@arethetypeswrong/cli`  ###### `publint` 
> @kwaa are you going to fix it? I'm on it. How do I write a Co-authored-by or code comment?
> We also need to fix `unocss` package exports The script currently looks like this: ```ts import { readFileSync, writeFileSync } from 'node:fs' import { resolve } from 'node:path' function...
https://github.com/unocss/unocss/pull/3380/commits/6c24db9b946eea21843193852d1af8e2073cf4cd should fix most of the packages. Some packages (e.g. `@unocss/nuxt` and `@unocss/runtime` I don't really understand, so I'll skip them here.) > We also need to add `typesVersions` to...
> Don't remove dts files I will review tmr Should I add typesVersions and wildcard exports now, or just wait for review?