Skip to content

Commit 46e4f1b

Browse files
Update user baselines +cc @sandersn
1 parent 5cab951 commit 46e4f1b

29 files changed

+4222
-3891
lines changed

tests/baselines/reference/docker/azure-sdk.log

Lines changed: 308 additions & 118 deletions
Large diffs are not rendered by default.

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

Lines changed: 1072 additions & 1409 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Exit Code: 0
1+
Exit Code: 1
22
Standard output:
33
yarn run vX.X.X
4-
$ node --max-old-space-size=3072 ./scripts/build/build.js
4+
$ node --max-old-space-size=4096 ./scripts/build/build.mjs
55
Building packages
66
index.js....................... DONE
77
doc.js......................... DONE
@@ -14,15 +14,25 @@ parser-typescript.js........... DONE
1414
parser-espree.js............... DONE
1515
parser-meriyah.js.............. DONE
1616
parser-angular.js.............. DONE
17-
parser-postcss.js.............. DONE
18-
esm/parser-postcss.mjs......... DONE
19-
parser-graphql.js.............. DONE
20-
parser-markdown.js............. DONE
21-
parser-glimmer.js.............. DONE
22-
parser-html.js................. DONE
23-
parser-yaml.js................. DONE
24-
Done in ?s.
17+
parser-postcss.js..............info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
2518

2619

2720

2821
Standard error:
22+
Error: error:0308010C:digital envelope routines::unsupported
23+
at new Hash (node:internal/crypto/hash:67:19)
24+
at Object.createHash (node:crypto:130:10)
25+
at BulkUpdateDecorator.hashFactory (/prettier/node_modules/webpack/lib/util/createHash.js:145:18)
26+
at BulkUpdateDecorator.update (/prettier/node_modules/webpack/lib/util/createHash.js:46:50)
27+
at RawSource.updateHash (/prettier/node_modules/webpack-sources/lib/RawSource.js:77:8)
28+
at NormalModule._initBuildHash (/prettier/node_modules/webpack/lib/NormalModule.js:880:17)
29+
at handleParseResult (/prettier/node_modules/webpack/lib/NormalModule.js:946:10)
30+
at /prettier/node_modules/webpack/lib/NormalModule.js:1038:4
31+
at processResult (/prettier/node_modules/webpack/lib/NormalModule.js:755:11)
32+
at /prettier/node_modules/webpack/lib/NormalModule.js:819:5 {
33+
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
34+
library: 'digital envelope routines',
35+
reason: 'unsupported',
36+
code: 'ERR_OSSL_EVP_UNSUPPORTED'
37+
}
38+
error Command failed with exit code 1.

tests/baselines/reference/docker/xterm.js.log

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@ Standard output:
33

44
> xterm@X.X.X build /xtermjs
55
> tsc -b ./tsconfig.all.json
6-
src/browser/Terminal2.test.ts(80,11): error TS2794: Expected 1 arguments, but got 0. Did you forget to include 'void' in your type argument to 'Promise'?
7-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
8-
The file is in the program because:
9-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
10-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
11-
The file is in the program because:
12-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
136
addons/xterm-addon-ligatures/src/font.ts(6,26): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
147
addons/xterm-addon-ligatures/src/font.ts(7,44): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
15-
addons/xterm-addon-ligatures/src/font.ts(47,30): error TS2583: Cannot find name 'AsyncIterableIterator'. Do you need to change your target library? Try changing the `lib` compiler option to 'es2018' or later.
16-
addons/xterm-addon-ligatures/src/font.ts(62,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
8+
addons/xterm-addon-ligatures/src/font.ts(71,38): error TS2307: Cannot find module 'font-finder' or its corresponding type declarations.
179
addons/xterm-addon-ligatures/src/index.ts(7,22): error TS2307: Cannot find module 'font-ligatures' or its corresponding type declarations.
1810
addons/xterm-addon-ligatures/src/index.ts(75,14): error TS2347: Untyped function calls may not accept type arguments.
1911
addons/xterm-addon-ligatures/src/index.ts(76,9): error TS7006: Parameter 'range' implicitly has an 'any' type.
@@ -24,18 +16,6 @@ addons/xterm-addon-ligatures/src/index.test.ts(10,32): error TS2307: Cannot find
2416
addons/xterm-addon-ligatures/src/index.test.ts(26,25): error TS2304: Cannot find name '__dirname'.
2517
addons/xterm-addon-ligatures/src/index.test.ts(33,25): error TS2304: Cannot find name '__dirname'.
2618
addons/xterm-addon-ligatures/src/index.test.ts(40,25): error TS2304: Cannot find name '__dirname'.
27-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
28-
The file is in the program because:
29-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
30-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
31-
The file is in the program because:
32-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
33-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
34-
The file is in the program because:
35-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
36-
error TS2688: Cannot find type definition file for '../../../out-test/api/TestUtils'.
37-
The file is in the program because:
38-
Entry point of type library '../../../out-test/api/TestUtils' specified in compilerOptions
3919

4020

4121

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy