Update user baselines (#36641)

This commit is contained in:
TypeScript Bot 2020-02-05 14:27:37 -08:00 committed by GitHub
parent 7ffaf2aeb0
commit 77b81edd82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 59 deletions

View File

@ -147,9 +147,9 @@ lerna info Executing command in 42 packages: "yarn run build"
@uifabric/foundation: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
@uifabric/icons: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
office-ui-fabric-react: [XX:XX:XX XM] ▲ One of these [node-sass, postcss, autoprefixer] is not installed, so this task has no effect
office-ui-fabric-react: [XX:XX:XX XM] x Error detected while running 'ts:esm'
office-ui-fabric-react: [XX:XX:XX XM] x Error detected while running 'ts:commonjs'
office-ui-fabric-react: [XX:XX:XX XM] x ------------------------------------
office-ui-fabric-react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib --module esnext --project "/office-ui-fabric-react/packages/office-ui-fabric-react/tsconfig.json"
office-ui-fabric-react: [XX:XX:XX XM] x Error: Command failed: /usr/local/bin/node "/office-ui-fabric-react/node_modules/typescript/lib/tsc.js" --pretty --target es5 --outDir lib-commonjs --module commonjs --project "/office-ui-fabric-react/packages/office-ui-fabric-react/tsconfig.json"
office-ui-fabric-react: at ChildProcess.exithandler (child_process.js:295:12)
office-ui-fabric-react: at ChildProcess.emit (events.js:223:5)
office-ui-fabric-react: at ChildProcess.EventEmitter.emit (domain.js:498:23)
@ -225,6 +225,6 @@ office-ui-fabric-react: ~~~~~~~~~~~~~~~~~~~~
office-ui-fabric-react: Found 22 errors.
office-ui-fabric-react: [XX:XX:XX XM] x ------------------------------------
office-ui-fabric-react: [XX:XX:XX XM] x Error previously detected. See above for error messages.
office-ui-fabric-react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:commonjs]
office-ui-fabric-react: [XX:XX:XX XM] x Other tasks that did not complete: [ts:esm]
office-ui-fabric-react: error Command failed with exit code 1.
lerna ERR! yarn run build exited 1 in 'office-ui-fabric-react'

View File

@ -22,7 +22,7 @@ Standard error:
at Stream.emit (events.js:203:15)
at Stream.EventEmitter.emit (domain.js:466:23)
at drain (/vscode/node_modules/through/index.js:34:23)
at Stream.stream.queue.stream.push (/vscode/node_modules/through/index.js:45:5)
at Stream.end (/vscode/node_modules/through/index.js:15:35)
at _end (/vscode/node_modules/through/index.js:65:9)
at Stream.stream.resume (/vscode/node_modules/through/index.js:99:5)
at Stream.ondrain (internal/streams/legacy.js:24:14)
at Stream.emit (events.js:198:13)
error Command failed with exit code 1.

View File

@ -1,53 +0,0 @@
Exit Code: 1
Standard output:
node_modules/sift/src/core.ts(13,3): error TS7010: 'reset', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/sift/src/core.ts(14,3): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/sift/src/core.ts(48,27): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
node_modules/sift/src/core.ts(85,3): error TS2564: Property 'success' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/core.ts(86,3): error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/core.ts(99,12): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/sift/src/core.ts(103,3): error TS2564: Property 'success' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/core.ts(104,3): error TS2564: Property 'done' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/core.ts(126,12): error TS7010: 'next', which lacks return-type annotation, implicitly has an 'any' return type.
node_modules/sift/src/core.ts(179,7): error TS2345: Argument of type '(value: any, key: string | number, owner: any) => boolean' is not assignable to parameter of type 'Tester'.
Types of parameters 'key' and 'key' are incompatible.
Type 'string | number | undefined' is not assignable to type 'string | number'.
Type 'undefined' is not assignable to type 'string | number'.
node_modules/sift/src/core.ts(195,30): error TS7006: Parameter 'a' implicitly has an 'any' type.
node_modules/sift/src/core.ts(200,12): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/core.ts(203,10): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/core.ts(207,11): error TS2564: Property '_test' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/core.ts(211,8): error TS7006: Parameter 'item' implicitly has an 'any' type.
node_modules/sift/src/core.ts(242,51): error TS7051: Parameter has a name but no type. Did you mean 'arg0: any'?
node_modules/sift/src/core.ts(248,9): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/core.ts(261,13): error TS7006: Parameter 'a' implicitly has an 'any' type.
node_modules/sift/src/core.ts(261,16): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/core.ts(283,31): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
node_modules/sift/src/core.ts(290,12): error TS7022: 'selfOperations' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
node_modules/sift/src/core.ts(334,31): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
node_modules/sift/src/core.ts(336,9): error TS7034: Variable 'nestedOperations' implicitly has type 'any[]' in some locations where its type cannot be determined.
node_modules/sift/src/core.ts(339,29): error TS7005: Variable 'nestedOperations' implicitly has an 'any[]' type.
node_modules/sift/src/operations.ts(18,11): error TS2564: Property '_test' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/operations.ts(35,11): error TS2564: Property '_queryOperation' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/operations.ts(61,11): error TS2564: Property '_ops' has no initializer and is not definitely assigned in the constructor.
node_modules/sift/src/operations.ts(63,33): error TS7006: Parameter 'op' implicitly has an 'any' type.
node_modules/sift/src/operations.ts(147,5): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/operations.ts(166,5): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/operations.ts(174,23): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/operations.ts(181,7): error TS7034: Variable 'test' implicitly has type 'any' in some locations where its type cannot be determined.
node_modules/sift/src/operations.ts(185,15): error TS2591: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i @types/node` and then add `node` to the types field in your tsconfig.
node_modules/sift/src/operations.ts(193,30): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/operations.ts(193,35): error TS7005: Variable 'test' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(2,27): error TS7006: Parameter 'a' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(2,30): error TS7006: Parameter 'b' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(3,36): error TS7006: Parameter 'type' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(5,19): error TS7006: Parameter 'value' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(10,22): error TS7006: Parameter 'value' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(12,27): error TS7024: Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
node_modules/sift/src/utils.ts(27,32): error TS7006: Parameter 'value' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(38,24): error TS7006: Parameter 'a' implicitly has an 'any' type.
node_modules/sift/src/utils.ts(38,27): error TS7006: Parameter 'b' implicitly has an 'any' type.
Standard error: