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
XX of XX: [@azure/service-bus] completed successfully in ? seconds
36
65
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
37
66
XX of XX: [@azure/storage-file] completed successfully in ? seconds
38
67
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
68
+
XX of XX: [@azure/template] completed successfully in ? seconds
39
69
XX of XX: [testhub] completed successfully in ? seconds
40
-
SUCCESS (11)
70
+
SUCCESS (15)
41
71
================================
42
72
@azure/abort-controller (? seconds)
73
+
@azure/core-arm (? seconds)
43
74
@azure/core-asynciterator-polyfill (? seconds)
44
75
@azure/core-auth (? seconds)
45
76
@azure/core-paging (? seconds)
46
77
@azure/core-tracing (? seconds)
47
78
@azure/cosmos (? seconds)
48
79
@azure/event-processor-host (? seconds)
80
+
@azure/identity (? seconds)
81
+
@azure/service-bus (? seconds)
49
82
@azure/storage-blob (? seconds)
50
83
@azure/storage-file (? seconds)
51
84
@azure/storage-queue (? seconds)
85
+
@azure/template (? seconds)
52
86
testhub (? seconds)
53
87
================================
54
-
SUCCESS WITH WARNINGS (1)
55
-
================================
56
-
@azure/service-bus (? seconds)
57
-
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
58
-
================================
59
-
BLOCKED (8)
88
+
BLOCKED (1)
60
89
================================
61
-
@azure/core-amqp
62
-
@azure/core-arm
63
90
@azure/event-hubs
64
-
@azure/identity
65
-
@azure/keyvault-certificates
66
-
@azure/keyvault-keys
67
-
@azure/keyvault-secrets
68
-
@azure/template
69
91
================================
70
-
FAILURE (1)
92
+
FAILURE (5)
71
93
================================
94
+
@azure/core-amqp ( ? seconds)
95
+
>>> @azure/core-amqp
96
+
tsc -p . && rollup -c 2>&1
97
+
src/errors.ts(580,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
98
+
src/errors.ts(604,34): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof SystemErrorConditionMapper'.
99
+
src/errors.ts(605,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
100
+
src/shims.d.ts(14,13): error TS2403: Subsequent variable declarations must have the same type. Variable 'window' must be of type 'Window & typeof globalThis', but here has type 'Window'.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/TypeScript-React-Native-Starter.log
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Standard output:
3
3
node_modules/@types/react-native/index.d.ts(3425,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
4
4
node_modules/@types/react-native/index.d.ts(3438,42): error TS2583: Cannot find name 'Map'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
5
5
node_modules/@types/react-native/index.d.ts(8745,18): error TS2717: Subsequent property declarations must have the same type. Property 'geolocation' must be of type 'Geolocation', but here has type 'GeolocationStatic'.
6
-
node_modules/@types/react/index.d.ts(377,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
6
+
node_modules/@types/react/index.d.ts(369,23): error TS2583: Cannot find name 'Set'. Do you need to change your target library? Try changing the `lib` compiler option to es2015 or later.
node_modules/async/dist/async.js(2116,20): error TS2345: Argument of type 'Function | undefined' is not assignable to parameter of type 'number | undefined'.
124
122
Type 'Function' is not assignable to type 'number'.
125
123
node_modules/async/dist/async.js(2274,29): error TS2554: Expected 0 arguments, but got 2.
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/prettier.log
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
Exit Code: 1
2
2
Standard output:
3
3
node_modules/@typescript-eslint/typescript-estree/dist/parser.d.ts(1,8): error TS1259: Module '"/prettier/prettier/node_modules/typescript/lib/typescript"' can only be default-imported using the 'esModuleInterop' flag
4
-
src/cli/util.js(60,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'.
4
+
src/cli/util.js(60,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number'.
5
5
src/cli/util.js(119,38): error TS2339: Property 'sync' does not exist on type '(...args: any[]) => any'.
6
6
src/cli/util.js(372,29): error TS2532: Object is possibly 'undefined'.
7
7
src/cli/util.js(372,64): error TS2339: Property 'length' does not exist on type 'Ignore'.
8
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
9
Object literal may only specify known properties, and 'nodir' does not exist in type 'GlobbyOptions'.
10
10
src/cli/util.js(452,25): error TS2532: Object is possibly 'undefined'.
11
11
src/cli/util.js(452,52): error TS2339: Property 'length' does not exist on type 'Ignore'.
12
-
src/cli/util.js(510,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number | undefined'.
12
+
src/cli/util.js(510,44): error TS2345: Argument of type 'null' is not assignable to parameter of type 'number'.
13
13
src/cli/util.js(531,37): error TS2339: Property 'grey' does not exist on type 'typeof import("../../../node_modules/chalk/types/index")'.
14
14
src/cli/util.js(594,16): error TS2339: Property 'type' does not exist on type 'never'.
15
15
src/cli/util.js(595,16): error TS2339: Property 'oppositeDescription' does not exist on type 'never'.
0 commit comments