oxc/website
IWANABETHATGUY 0a9c548332
feat(playground): bidirectional inspect ast node (#1619)
1. Before we implement inspect the source code via the related AST node.

2. This pull request implemented the reverse process, you can inspect
the related ast node by clicking the source code, also it would scroll
the corresponding ast node into the viewport after you click source
code.
2023-12-04 00:18:54 +08:00
..
patches feat(website): Improve autocomplete (#730) 2023-08-13 15:31:22 +08:00
playground feat(playground): bidirectional inspect ast node (#1619) 2023-12-04 00:18:54 +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(playground): bidirectional inspect ast node (#1619) 2023-12-04 00:18:54 +08:00
pnpm-lock.yaml feat(playground): bidirectional inspect ast node (#1619) 2023-12-04 00:18:54 +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