oxc/website
Boshen c3560856cb
fix(website): convert utf8 <> utf16 span for correct unicode hover display (#772)
closes #426
closes #749

This fixes the unicode 16 issue but I'm not sure if this is the correct
solution.
2023-08-21 23:57:39 +08:00
..
patches feat(website): Improve autocomplete (#730) 2023-08-13 15:31:22 +08:00
playground fix(website): convert utf8 <> utf16 span for correct unicode hover display (#772) 2023-08-21 23:57:39 +08:00
src
.gitignore
index.html
package.json
pnpm-lock.yaml feat(website): Improve autocomplete (#730) 2023-08-13 15:31:22 +08:00
README.md
vite.config.js

Website

Installation

corepack enable
pnpm i

Dev

pnpm run dev

Build

pnpm run build