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
64
35
XX of XX: [@azure/storage-blob] completed successfully in ? seconds
65
36
XX of XX: [@azure/storage-file] completed successfully in ? seconds
66
37
XX of XX: [@azure/storage-queue] completed successfully in ? seconds
67
-
XX of XX: [@azure/template] completed successfully in ? seconds
68
38
XX of XX: [testhub] completed successfully in ? seconds
69
-
SUCCESS (14)
39
+
SUCCESS (11)
70
40
================================
71
41
@azure/abort-controller (? seconds)
72
-
@azure/core-arm (? seconds)
73
-
@azure/core-asynciterator-polyfill (? seconds)
74
42
@azure/core-auth (? seconds)
43
+
@azure/event-processor-host (? seconds)
44
+
@azure/core-asynciterator-polyfill (? seconds)
75
45
@azure/core-paging (? seconds)
76
46
@azure/core-tracing (? seconds)
77
-
@azure/event-processor-host (? seconds)
78
-
@azure/identity (? seconds)
79
47
@azure/service-bus (? seconds)
80
48
@azure/storage-blob (? seconds)
81
49
@azure/storage-file (? seconds)
82
50
@azure/storage-queue (? seconds)
83
-
@azure/template (? seconds)
84
51
testhub (? seconds)
85
52
================================
86
-
BLOCKED (1)
53
+
BLOCKED (8)
87
54
================================
55
+
@azure/identity
56
+
@azure/core-amqp
57
+
@azure/core-arm
88
58
@azure/event-hubs
59
+
@azure/keyvault-certificates
60
+
@azure/keyvault-keys
61
+
@azure/keyvault-secrets
62
+
@azure/template
89
63
================================
90
-
FAILURE (5)
64
+
FAILURE (1)
91
65
================================
92
-
@azure/core-amqp ( ? seconds)
93
-
>>> @azure/core-amqp
94
-
tsc -p . && rollup -c 2>&1
95
-
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'.
96
-
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'.
97
-
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'.
98
-
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'.
99
66
@azure/core-http ( ? seconds)
100
67
npm ERR! code ELIFECYCLE
101
68
npm ERR! errno 2
@@ -117,36 +84,6 @@ npm ERR! This is probably not a problem with npm. There is likely additional log
117
84
npm ERR! A complete log of this run can be found in:
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/TypeScript-Node-Starter.log
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
Exit Code: 1
2
2
Standard output:
3
-
src/controllers/user.ts(95,5): error TS2345: Argument of type '{ email: any; password: any; }' is not assignable to parameter of type 'Partial<Document>'.
4
-
Object literal may only specify known properties, and 'email' does not exist in type 'Partial<Document>'.
5
-
src/controllers/user.ts(105,16): error TS7006: Parameter 'err' implicitly has an 'any' type.
3
+
src/controllers/user.ts(210,33): error TS2339: Property 'provider' does not exist on type 'Params'.
4
+
Property 'provider' does not exist on type 'string[]'.
5
+
src/controllers/user.ts(232,51): error TS2339: Property 'token' does not exist on type 'Params'.
6
+
Property 'token' does not exist on type 'string[]'.
7
+
src/controllers/user.ts(264,59): error TS2339: Property 'token' does not exist on type 'Params'.
8
+
Property 'token' does not exist on type 'string[]'.
src/components/Hello.spec.ts(4,1): error TS2593: Cannot find name 'describe'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
4
+
src/components/Hello.spec.ts(5,3): error TS2593: Cannot find name 'it'. Do you need to install type definitions for a test runner? Try `npm i @types/jest` or `npm i @types/mocha` and then add `jest` or `mocha` to the types field in your tsconfig.
5
+
src/components/Hello.spec.ts(14,5): error TS2304: Cannot find name 'expect'.
0 commit comments