This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-01 09:24:20 -04:00
Code
Issues
Wiki
Activity
a7dd28a07c
denoland-deno
/
cli
/
tests
/
testdata
/
run
/
swc_syntax_error.ts
5 lines
74 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Use dprint for internal formatting (#6682)
2020-07-14 15:24:17 -04:00
// deno-fmt-ignore-file
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 13:23:35 -04:00
for
await
(
const
req
of
s
)
{
let
something
:
}
Copy permalink