mirror of
https://github.com/danbulant/oxc
synced 2026-05-22 05:38:54 +00:00
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. |
||
|---|---|---|
| .. | ||
| patches | ||
| playground | ||
| src | ||
| .gitignore | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| vite.config.js | ||
Website
Installation
corepack enable
pnpm i
Dev
pnpm run dev
Build
pnpm run build