You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
universal-user-agent (imported by dist-esm/common/platform.js)
30
29
uuid/v4 (imported by dist-esm/ClientContext.js, dist-esm/client/Item/Items.js)
30
+
universal-user-agent (imported by dist-esm/common/platform.js)
31
31
binary-search-bounds (imported by dist-esm/queryExecutionContext/parallelQueryExecutionContextBase.js, dist-esm/routing/inMemoryCollectionRoutingMap.js)
32
32
priorityqueuejs (imported by dist-esm/queryExecutionContext/parallelQueryExecutionContextBase.js)
33
33
semaphore (imported by dist-esm/queryExecutionContext/parallelQueryExecutionContextBase.js)
universal-user-agent (imported by dist-esm/common/platform.js)
102
101
uuid/v4 (imported by dist-esm/ClientContext.js, dist-esm/client/Item/Items.js)
102
+
universal-user-agent (imported by dist-esm/common/platform.js)
103
103
binary-search-bounds (imported by dist-esm/queryExecutionContext/parallelQueryExecutionContextBase.js, dist-esm/routing/inMemoryCollectionRoutingMap.js)
104
104
priorityqueuejs (imported by dist-esm/queryExecutionContext/parallelQueryExecutionContextBase.js)
105
105
semaphore (imported by dist-esm/queryExecutionContext/parallelQueryExecutionContextBase.js)
src/language-js/printer-estree.js(4557,5): error TS2345: Argument of type '"" | { type: string; parts: any; } | { type: string; contents: any; }' is not assignable to parameter of type 'string'.
245
245
Type '{ type: string; parts: any; }' is not assignable to type 'string'.
246
246
src/language-js/printer-estree.js(4561,16): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'.
247
-
src/language-js/printer-estree.js(4603,9): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'.
248
-
src/language-js/printer-estree.js(4905,9): error TS2554: Expected 0-2 arguments, but got 3.
249
-
src/language-js/printer-estree.js(6112,7): error TS2769: No overload matches this call.
247
+
src/language-js/printer-estree.js(4609,11): error TS2322: Type '{ type: string; id: any; contents: any; break: boolean; expandedStates: any; }' is not assignable to type 'string'.
248
+
src/language-js/printer-estree.js(4624,11): error TS2322: Type '{ type: string; parts: any; }' is not assignable to type 'string'.
249
+
src/language-js/printer-estree.js(4636,9): error TS2345: Argument of type '{ type: string; parts: any; }' is not assignable to parameter of type 'string'.
250
+
src/language-js/printer-estree.js(4923,9): error TS2554: Expected 0-2 arguments, but got 3.
251
+
src/language-js/printer-estree.js(6130,7): error TS2769: No overload matches this call.
250
252
Overload 1 of 2, '(...items: ConcatArray<(childPath: any) => any>[]): ((childPath: any) => any)[]', gave the following error.
251
253
Argument of type '(string | number)[]' is not assignable to parameter of type 'ConcatArray<(childPath: any) => any>'.
0 commit comments