deno/cli/tests/swc_syntax_error.ts
Bartek Iwańczuk 960f9ccb2e
fix: SWC lexer settings and silent errors (#5752)
This commit changes how error occurring in SWC are handled.
Changed lexer settings to properly handle TS decorators.
Changed output of SWC error to annotate with position in file.
2020-05-22 19:23:35 +02:00

4 lines
50 B
TypeScript

for await (const req of s) {
let something:
}