oxc/website
Arnaud Barré 76add55031
Support file type in playground (#2520)
<img width="1514" alt="Screenshot 2024-02-27 at 00 16 21"
src="https://github.com/oxc-project/oxc/assets/14235743/32fee380-a2c1-41b3-a564-351597d4a60e">

Not sure about the bindgen thing.

I made the filename optional but given the impact on parsing I think it
could be great for external users to not depend on the tsx default in
the future
2024-02-27 12:54:38 +08:00
..
patches fix(webpack): update pnpm lock file 2024-01-12 11:30:51 +08:00
playground Support file type in playground (#2520) 2024-02-27 12:54:38 +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 chore(deps): update website npm packages (#2505) 2024-02-26 10:38:26 +08:00
pnpm-lock.yaml chore(deps): update website npm packages (#2505) 2024-02-26 10:38:26 +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: setup wasm parser for npm (#2221) 2024-01-30 21:40:10 +08:00

Website

Installation

corepack enable
pnpm i

Dev

pnpm run dev

Build

pnpm run build