Skip to content

Commit d74da30

Browse files
committed
JS: Include trap test for trailing commas
1 parent 37999ea commit d74da30

File tree

2 files changed

+429
-274
lines changed

2 files changed

+429
-274
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
import("m");
22
b ? import("n") : {};
33
import("o").then((o) => {});
4+
5+
import("m",);
6+
import("m",{},);

0 commit comments

Comments
 (0)