Skip to content

Commit ba1a062

Browse files
Update user baselines
1 parent 340f810 commit ba1a062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/baselines/reference/user/prettier.log

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ src/cli/util.js(60,44): error TS2345: Argument of type 'null' is not assignable
55
src/cli/util.js(119,38): error TS2339: Property 'sync' does not exist on type '(...args: any[]) => any'.
66
src/cli/util.js(372,29): error TS2532: Object is possibly 'undefined'.
77
src/cli/util.js(372,64): error TS2339: Property 'length' does not exist on type 'Ignore'.
8+
src/cli/util.js(413,36): error TS2345: Argument of type '{ dot: true; nodir: boolean; }' is not assignable to parameter of type 'GlobbyOptions'.
9+
Object literal may only specify known properties, and 'nodir' does not exist in type 'GlobbyOptions'.
810
src/cli/util.js(452,25): error TS2532: Object is possibly 'undefined'.
911
src/cli/util.js(452,52): error TS2339: Property 'length' does not exist on type 'Ignore'.
1012
src/cli/util.js(510,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'.

0 commit comments

Comments
 (0)