Skip to content

Commit 8fe8284

Browse files
author
TypeScript Bot
authored
Update user baselines (#36999)
1 parent 3e3df87 commit 8fe8284

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

tests/baselines/reference/docker/office-ui-fabric.log

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -72,26 +72,6 @@ Standard output:
7272
@fluentui/docs: [XX:XX:XX] Using gulpfile /office-ui-fabric-react/gulpfile.ts
7373
@fluentui/docs: > @fluentui/[email protected] schema /office-ui-fabric-react/packages/fluentui/ability-attributes
7474
@fluentui/docs: > allyschema -c "process.env.NODE_ENV !== 'production'" schema.json > ./src/schema.ts
75-
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/CONTRIBUTING.md" for github.com.
76-
@fluentui/docs: ==================
77-
@fluentui/docs: "/office-ui-fabric-react/.github/CONTRIBUTING.md" will be updated
78-
@fluentui/docs: Everything is OK.
79-
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/setup-local-development.md" for github.com.
80-
@fluentui/docs: ==================
81-
@fluentui/docs: "/office-ui-fabric-react/.github/setup-local-development.md" will be updated
82-
@fluentui/docs: Everything is OK.
83-
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/add-a-feature.md" for github.com.
84-
@fluentui/docs: ==================
85-
@fluentui/docs: "/office-ui-fabric-react/.github/add-a-feature.md" will be updated
86-
@fluentui/docs: Everything is OK.
87-
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/document-a-feature.md" for github.com.
88-
@fluentui/docs: ==================
89-
@fluentui/docs: "/office-ui-fabric-react/.github/document-a-feature.md" will be updated
90-
@fluentui/docs: Everything is OK.
91-
@fluentui/docs: DocToccing single file "/office-ui-fabric-react/.github/test-a-feature.md" for github.com.
92-
@fluentui/docs: ==================
93-
@fluentui/docs: "/office-ui-fabric-react/.github/test-a-feature.md" will be updated
94-
@fluentui/docs: Everything is OK.
9575
@fluentui/docs: Starting type checking service...
9676
@fluentui/docs: Using 1 worker with 2048MB memory limit
9777
@fluentui/docs: [XX:XX:XX] Time: ?s
@@ -101,10 +81,10 @@ Standard output:
10181
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/examples/components/Toolbar/Content/ToolbarExampleMenuRadioGroup.shorthand.tsx(35,25):
10282
@fluentui/docs: TS2345: Argument of type 'boolean' is not assignable to parameter of type '(prevState: undefined) => undefined'.
10383
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx
104-
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(40,22):
84+
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(34,22):
10585
@fluentui/docs: TS2345: Argument of type 'number' is not assignable to parameter of type '(prevState: undefined) => undefined'.
10686
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx
107-
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(70,31):
87+
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(64,31):
10888
@fluentui/docs: TS2538: Type 'undefined' cannot be used as an index type.
10989
@fluentui/docs: Child HtmlWebpackCompiler:
11090
@fluentui/docs: Entrypoint HtmlWebpackPlugin_0 = __child-HtmlWebpackPlugin_0
@@ -129,9 +109,9 @@ lerna info Executing command in 62 packages: "yarn run build"
129109
@fluentui/docs: /office-ui-fabric-react/packages/fluentui/docs/src/examples/components/Toolbar/Content/ToolbarExampleMenuRadioGroup.shorthand.tsx
130110
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/examples/components/Toolbar/Content/ToolbarExampleMenuRadioGroup.shorthand.tsx(35,25):
131111
@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
132-
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(40,22):
112+
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(34,22):
133113
@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
134-
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(70,31):
114+
@fluentui/docs: ERROR in /office-ui-fabric-react/packages/fluentui/docs/src/prototypes/VirtualizedTree/VirtualizedTree.tsx(64,31):
135115
@fluentui/docs: TS2538: Type 'undefined' cannot be used as an index type.
136116
@fluentui/docs: Details:
137117
@fluentui/docs: domainThrown: true

tests/baselines/reference/docker/vscode.log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ yarn run vX.X.X
44
$ gulp compile --max_old_space_size=4095
55
[XX:XX:XX] Node flags detected: --max_old_space_size=4095
66
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js
7-
[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.
7+
[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.
88
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
99

1010

0 commit comments

Comments
 (0)