oxc/editor/vscode/server/src
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
..
linter.rs fix(parser,semantic): make semantic own Trivias (#711) 2023-08-10 15:30:32 +08:00
main.rs feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
options.rs feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00
walk.rs feat: vscode extension (#690) 2023-08-06 21:28:49 +08:00