Results 463 comments of Je Xia

@shadowtime2000 and please mention we will provide a **lsp** to support IDE like vscode, i think this can be implemented using deno' lsp base code.

`aleph dev -r` may help

oh, didn't tag it... will update it! also will add configuration for windicss

now it works, not sure what happened, i guess it's the sub-process (nodejs) got memory limit, i will look into it.

@KyleJune thanks for reporting! i guess the vendor error was caused by deno CLI, can you please create a pr for deno repo?

```ts import { BaseTheme, MaybeArray, CSSProperties, Preset } from 'twind'; ``` yes, this types is incorrect, i will fix it asap!

> > @KyleJune thanks for reporting! i guess the vendor error was caused by deno CLI, can you please create a pr for deno repo? > > I think it's...

since esm.sh will bundle package modules, the `import.meta.url` may not correct after bundling, redirecting can not help this IMO

I will look into it!also have a plan to add more testing