We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 911a705 commit ff31b96Copy full SHA for ff31b96
tests/baselines/reference/objectLiteralWithSemicolons5.js
@@ -2,6 +2,4 @@
2
var v = { foo() { }; a: b; get baz() { }; }
3
4
//// [objectLiteralWithSemicolons5.js]
5
-var v = { foo: function () {
6
-}, a: b, get baz() {
7
-} };
+var v = { foo: function () { }, a: b, get baz() { } };
0 commit comments