We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d569d commit 1982ac4Copy full SHA for 1982ac4
packages/core/tests/js/object/ensure-nested-property/output.ts
@@ -1 +1,8 @@
1
-const test = { a: { /** a comment */ keep: 'you', b: { c: '007' } } };
+const test = {
2
+ a: {
3
+ /** a comment */
4
+ keep: 'you',
5
+
6
+ b: { c: '007' }
7
+ }
8
+};
packages/core/tests/js/object/override-property/output.ts
@@ -1 +1,7 @@
-const test = { /** a comment */ foo: 2, bar: 'string2', lorem: false };
+ foo: 2,
+ bar: 'string2',
+ lorem: false
packages/core/tests/js/object/property-node/output.ts
@@ -1 +1,6 @@
-const test = { /*a comment updated*/ foo: 1, /*aka: bond, james bond*/ james: '007' };
+ foo: 1,
+ james: '007'
0 commit comments