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-19 11:42:13 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
1890e66023
swc
/
crates
/
swc_ecma_parser
/
tests
/
span
/
js
/
issue-3236
/
function.js
RiESAEX
6406b49df2
fix(es/parser): Throw an error when function body has use strict and paramaters is not simple (
#3278
)
2022-01-16 04:21:02 +09:00
3 lines
39 B
JavaScript
Raw
Blame
History
function
f
(
a
=
0
)
{
"use strict"
;
}
Reference in New Issue
View Git Blame
Copy Permalink