oxc/editor/vscode
Boshen 2f48bdf26f
fix(parser,semantic): make semantic own Trivias (#711)
closes #708

Making the parser return Rc<Trivias> is not a good API, and ideally
`Semantic` should just own `Trivias` so it can process or mutate it.
2023-08-10 15:30:32 +08:00
..
client feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
server fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
.vscodeignore feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
package.json feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
pnpm-lock.yaml feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
README.md feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
tsconfig.json feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
webpack.config.js feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00

oxc_vscode

Development

  1. pnpm install
  2. pnpm run ts-build
  3. cargo build -p oxc_vscode
  4. press F5