oxc/tasks/coverage/misc/pass
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
..
oxc-255.js
oxc-1288.ts fix(parser): Fix type import (#1291) 2023-11-14 15:17:58 +08:00
oxc-1289.ts fix(parser): Fix type import (#1291) 2023-11-14 15:17:58 +08:00
oxc-1740.tsx fix(parser): await in jsx expression 2023-12-19 20:23:16 +08:00
oxc-2087.ts fix(parser): fix crash on TSTemplateLiteralType in function return position (#2089) 2024-01-19 23:14:05 +08:00
swc-716.js
swc-1627.js
swc-7187.ts
swc-8243.tsx feat(tasks): add misc tests to codegen (#1215) 2023-11-10 16:13:31 +00:00
swc-8253.js fix(parser): ASI of async class member (#1214) 2023-11-10 16:21:51 +00:00