oxc/crates/oxc_parser/src/ts
Boshen 2f5afff9bd
fix(parser): fix crash on TSTemplateLiteralType in function return position (#2089)
```
interface Helpers {
  inspect(): `~~~~\n${string}\n~~~~`;
}
```
2024-01-19 23:14:05 +08:00
..
declaration.rs refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00
list.rs chore(rustfmt): run cargo fmt 2023-05-21 11:52:26 +08:00
mod.rs refactor(oxc_parser): clean up doc 2023-04-01 19:03:33 +08:00
statement.rs refactor(ast): introduce ThisParameter (#1728) 2023-12-19 13:20:33 +08:00
types.rs fix(parser): fix crash on TSTemplateLiteralType in function return position (#2089) 2024-01-19 23:14:05 +08:00