oxc/website
Wenzhe Wang 8867f9ada2
fix(playground): compatible with older encoded codes (#926)
The playground crashed when I visited some old links in my browser
history:


https://web-infra-dev.github.io/oxc/playground/?code=ZQB4AHAAZQBjAHQAKAAxACkALgB0AG8AQgBlACgAMgApAA%3D%3D

<img width="1512" alt="image"
src="https://github.com/web-infra-dev/oxc/assets/33973865/55eb63d9-2df9-431a-8eae-7e1b7817fef6">


Maybe newcomers feel confused about this(e.g. missing a part of
character)
2023-09-17 20:07:12 +08:00
..
patches feat(website): Improve autocomplete (#730) 2023-08-13 15:31:22 +08:00
playground fix(playground): compatible with older encoded codes (#926) 2023-09-17 20:07:12 +08:00
src feat(website): init playground 2023-06-02 21:01:47 +08:00
.gitignore feat(website): init playground 2023-06-02 21:01:47 +08:00
index.html feat(playground): add some styles 2023-06-10 00:05:43 +08:00
package.json feat(website): lzma compress the code in url (#861) 2023-09-05 19:58:24 +08:00
pnpm-lock.yaml feat(website): lzma compress the code in url (#861) 2023-09-05 19:58:24 +08:00
README.md feat(website): integrate oxc wasm into the playground (#404) 2023-06-03 10:20:50 +08:00
vite.config.js feat(website): integrate oxc wasm into the playground (#404) 2023-06-03 10:20:50 +08:00

Website

Installation

corepack enable
pnpm i

Dev

pnpm run dev

Build

pnpm run build