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
Warning: You have changed the public API signature for this project. Updating review/service-bus.api.md
65
-
================================
66
85
BLOCKED (1)
67
86
================================
68
87
@azure/event-hubs
69
88
================================
70
-
FAILURE (1)
89
+
FAILURE (6)
71
90
================================
72
91
@azure/core-amqp (? seconds)
73
92
>>> @azure/core-amqp
74
93
tsc -p . && rollup -c 2>&1
75
94
src/errors.ts(586,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
76
95
src/errors.ts(607,34): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof SystemErrorConditionMapper'.
77
96
src/errors.ts(608,20): error TS7053: Element implicitly has an 'any' type because expression of type 'any' can't be used to index type 'typeof ConditionErrorNameMapper'.
error TS2318: Cannot find global type 'AsyncGenerator'.
111
+
src/index.ts(154,60): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<CertificateAttributes>': [Symbol.asyncIterator], next
112
+
src/index.ts(180,128): error TS2322: Type '{}' is not assignable to type 'AsyncIterableIterator<CertificateAttributes>'.
113
+
src/index.ts(232,101): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<CertificateIssuer>': [Symbol.asyncIterator], next
114
+
src/index.ts(381,103): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<DeletedCertificate>': [Symbol.asyncIterator], next
error TS2318: Cannot find global type 'AsyncGenerator'.
139
+
src/receiver.ts(193,32): error TS2739: Type '{}' is missing the following properties from type 'AsyncIterableIterator<ServiceBusMessage>': [Symbol.asyncIterator], next
140
+
src/receiver.ts(742,32): error TS2322: Type '{}' is not assignable to type 'AsyncIterableIterator<ServiceBusMessage>'.
Your version of Node.js (X.X.X) has not been tested with this release of Rush. The Rush team will not accept issue reports for it. Please consider upgrading Rush or downgrading Node.js.
86
-
XX of XX: [@azure/service-bus] completed with warnings in ? seconds
149
+
XX of XX: [@azure/cosmos] failed to build!
150
+
XX of XX: [@azure/service-bus] failed to build!
151
+
XX of XX: [@azure/keyvault-certificates] failed to build!
152
+
XX of XX: [@azure/keyvault-keys] failed to build!
153
+
XX of XX: [@azure/keyvault-secrets] failed to build!
87
154
XX of XX: [@azure/core-amqp] failed to build!
88
155
XX of XX: [@azure/event-hubs] blocked by [@azure/core-amqp]!
89
156
[@azure/core-amqp] Returned error code: 2
157
+
[@azure/cosmos] Returned error code: 2
158
+
[@azure/keyvault-certificates] Returned error code: 2
at ChildProcess.<anonymous> (/office-ui-fabric-react/common/temp/node_modules/.registry.npmjs.org/just-scripts-utils/0.8.1/node_modules/just-scripts-utils/lib/exec.js:70:31)
208
-
at ChildProcess.emit (events.js:200:13)
208
+
at ChildProcess.emit (events.js:203:13)
209
209
at ChildProcess.EventEmitter.emit (domain.js:494:23)
210
210
at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
211
211
[XX:XX:XX XM] x ------------------------------------
@@ -297,7 +297,7 @@ ts-jest[versions] (WARN) Version X.X.X-insiders.xxxxxxxx of typescript installed
297
297
[XX:XX:XX XM] x ------------------------------------
at ChildProcess.<anonymous> (/office-ui-fabric-react/common/temp/node_modules/.registry.npmjs.org/just-scripts-utils/0.8.1/node_modules/just-scripts-utils/lib/exec.js:70:31)
300
-
at ChildProcess.emit (events.js:200:13)
300
+
at ChildProcess.emit (events.js:203:13)
301
301
at ChildProcess.EventEmitter.emit (domain.js:494:23)
302
302
at Process.ChildProcess._handle.onexit (internal/child_process.js:272:12)
303
303
[XX:XX:XX XM] x ------------------------------------
Copy file name to clipboardExpand all lines: tests/baselines/reference/user/acorn.log
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,22 @@
1
1
Exit Code: 1
2
2
Standard output:
3
3
node_modules/acorn/bin/_acorn.js(51,30): error TS2339: Property 'getToken' does not exist on type 'Parser'.
4
-
node_modules/acorn/bin/_acorn.js(59,59): error TS2345: Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
5
-
Type 'null' is not assignable to type 'string | number | undefined'.
6
-
node_modules/acorn/bin/_acorn.js(63,23): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
7
-
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
4
+
node_modules/acorn/bin/_acorn.js(59,30): error TS2769: No overload matches this call.
5
+
Overload 1 of 2, '(value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined): string', gave the following error.
6
+
Argument of type 'null' is not assignable to parameter of type '((this: any, key: string, value: any) => any) | undefined'.
7
+
Overload 2 of 2, '(value: any, replacer?: (string | number)[] | null | undefined, space?: string | number | undefined): string', gave the following error.
8
+
Argument of type '2 | null' is not assignable to parameter of type 'string | number | undefined'.
9
+
Type 'null' is not assignable to type 'string | number | undefined'.
10
+
node_modules/acorn/bin/_acorn.js(63,23): error TS2769: No overload matches this call.
11
+
Overload 1 of 3, '(path: string | number | Buffer | URL, options?: { encoding?: null | undefined; flag?: string | undefined; } | null | undefined): Buffer', gave the following error.
12
+
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
13
+
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
14
+
Overload 2 of 3, '(path: string | number | Buffer | URL, options: string | { encoding: string; flag?: string | undefined; }): string', gave the following error.
15
+
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
16
+
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
17
+
Overload 3 of 3, '(path: string | number | Buffer | URL, options?: string | { encoding?: string | null | undefined; flag?: string | undefined; } | null | undefined): string | Buffer', gave the following error.
18
+
Argument of type 'string | undefined' is not assignable to parameter of type 'string | number | Buffer | URL'.
19
+
Type 'undefined' is not assignable to type 'string | number | Buffer | URL'.
0 commit comments