This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-18 19:21:33 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ee6260d53b
swc
/
crates
/
swc_ecma_parser
/
tests
/
errors
/
ts1106
/
input.js
magic-akari
0f0d1db301
feat(es/parser): Handle
async
in
for...of
(
#5646
)
2022-08-27 15:44:51 +00:00
2 lines
31 B
JavaScript
Raw
Blame
History
let
async
;
for
(
async
of
[
1
]
)
;
Reference in New Issue
View Git Blame
Copy Permalink