Fixed disappearing comments following a trailing comma on the last property of an object literal or the last argument of a call expression (#478)
This commit is contained in:
1
test/fixtures/comments/basic/function-trailing-comma/actual.js
vendored
Normal file
1
test/fixtures/comments/basic/function-trailing-comma/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
fn(a, b, /* comment */);
|
||||
Reference in New Issue
Block a user