Update user baselines (#36999)

This commit is contained in:
TypeScript Bot 2020-02-24 19:18:18 -05:00 committed by GitHub
parent 3e3df8702c
commit 8fe8284370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 25 deletions

View File

@ -72,26 +72,6 @@ Standard output:
@fluentui/docs: [XX:XX:XX] Using gulpfile /office-ui-fabric-react/gulpfile.ts
@fluentui/docs: > @fluentui/ability-attributes@X.X.X schema /office-ui-fabric-react/packages/fluentui/ability-attributes
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/CONTRIBUTING.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: "/office-ui-fabric-react/.github/CONTRIBUTING.md" will be updated
@fluentui/docs: Everything is OK.
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/setup-local-development.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: "/office-ui-fabric-react/.github/setup-local-development.md" will be updated
@fluentui/docs: Everything is OK.
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/add-a-feature.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: "/office-ui-fabric-react/.github/add-a-feature.md" will be updated
@fluentui/docs: Everything is OK.
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/document-a-feature.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: "/office-ui-fabric-react/.github/document-a-feature.md" will be updated
@fluentui/docs: Everything is OK.
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/test-a-feature.md" for github.com.
@fluentui/docs: ==================
@fluentui/docs: "/office-ui-fabric-react/.github/test-a-feature.md" will be updated
@fluentui/docs: Everything is OK.
@fluentui/docs: Starting type checking service...
@fluentui/docs: Using 1 worker with 2048MB memory limit
@fluentui/docs: [XX:XX:XX] Time: ?s
@ -101,10 +81,10 @@ Standard output:
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/examples/components/Toolbar/Content/ToolbarExampleMenuRadioGroup.shorthand.tsx(35,25):
@fluentui/docs: TS2345: Argument of type 'boolean' is not assignable to parameter of type '(prevState: undefined) => undefined'.
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(40,22):
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(34,22):
@fluentui/docs: TS2345: Argument of type 'number' is not assignable to parameter of type '(prevState: undefined) => undefined'.
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(70,31):
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(64,31):
@fluentui/docs: TS2538: Type 'undefined' cannot be used as an index type.
@fluentui/docs: Child HtmlWebpackCompiler:
@fluentui/docs: Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
@ -129,9 +109,9 @@ lerna info Executing command in 62 packages: "yarn run build"
@fluentui/docs: /office-ui-fabric-react/packages/fluentui/docs/src/examples/components/Toolbar/Content/ToolbarExampleMenuRadioGroup.shorthand.tsx
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/examples/components/Toolbar/Content/ToolbarExampleMenuRadioGroup.shorthand.tsx(35,25):
@fluentui/docs: TS2345: Argument of type 'boolean' is not assignable to parameter of type '(prevState: undefined) => undefined'.,/office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(40,22):
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(34,22):
@fluentui/docs: TS2345: Argument of type 'number' is not assignable to parameter of type '(prevState: undefined) => undefined'.,/office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(70,31):
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(64,31):
@fluentui/docs: TS2538: Type 'undefined' cannot be used as an index type.
@fluentui/docs: Details:
@fluentui/docs: domainThrown: true

View File

@ -4,7 +4,7 @@ yarn run vX.X.X
$ gulp compile --max_old_space_size=4095
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/typescriptServiceClient.ts(736,37): 'command' is specified more than once, so this usage will be overwritten.
[XX:XX:XX] Error: /vscode/extensions/typescript-language-features/src/typescriptServiceClient.ts(738,37): 'command' is specified more than once, so this usage will be overwritten.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.