This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
babel
Watch
3
Star
0
Fork
0
You've already forked babel
Code
Issues
Pull Requests
Releases
Wiki
Activity
babel
/
packages
/
babel-parser
/
test
/
fixtures
/
es2017
/
async-functions
/
await-identifier-with-line-break-in-function
/
input.js
Sosuke Suzuki
8fcba6eb55
Raise recoverable error for await expressions in sync functions (
#12520
)
2021-01-24 01:45:27 +01:00
5 lines
34 B
JavaScript
Raw
Blame
History
function
foo
(
)
{
await
foo
;
}
Reference in New Issue
View Git Blame
Copy Permalink