-
Notifications
You must be signed in to change notification settings - Fork 12.8k
🤖 User test baselines have changed #33411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
Exit Code: 0 | ||
Exit Code: 1 | ||
Standard output: | ||
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 | ||
Done in ?s. | ||
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. | ||
|
||
|
||
|
||
Standard error: | ||
{"type":"warning","data":"package.json: No license field"} | ||
{"type":"warning","data":"../package.json: No license field"} | ||
{"type":"warning","data":"[email protected]: No license field"} | ||
[XX:XX:XX] 'compile' errored after ?s | ||
[XX:XX:XX] TypeError: Cannot read property 'text' of undefined | ||
at DeclarationResolver._getDeclarationSourceFile (/vscode/build/monaco/api.js:519:75) | ||
at DeclarationResolver.getDeclarationSourceFile (/vscode/build/monaco/api.js:493:52) | ||
at sourceFileGetter (/vscode/build/monaco/api.js:525:53) | ||
at lines.forEach.line (/vscode/build/monaco/api.js:330:32) | ||
at Array.forEach (<anonymous>) | ||
at generateDeclarationFile (/vscode/build/monaco/api.js:319:11) | ||
at _run (/vscode/build/monaco/api.js:438:15) | ||
at Object.run3 (/vscode/build/monaco/api.js:526:12) | ||
at MonacoGenerator._run (/vscode/build/lib/compilation.js:142:27) | ||
at MonacoGenerator.execute (/vscode/build/lib/compilation.js:154:29) | ||
error Command failed with exit code 1. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
Exit Code: 1 | ||
Standard output: | ||
node_modules/@jimp/core/index.d.ts(200,3): error TS2411: Property 'class' of type 'undefined' is not assignable to string index type 'Function'. | ||
node_modules/@jimp/core/index.d.ts(201,3): error TS2411: Property 'constants' of type 'undefined' is not assignable to string index type 'Function'. | ||
node_modules/@jimp/core/index.d.ts(255,42): error TS2344: Type 'T' does not satisfy the constraint 'WellFormedPlugin<Image>'. | ||
Type 'JimpType<Image> | undefined' is not assignable to type 'WellFormedPlugin<Image>'. | ||
Type 'undefined' is not assignable to type 'WellFormedPlugin<Image>'. | ||
index.ts(1,23): error TS2307: Cannot find module 'jimp'. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. jimp-dev/jimp#792 yeah they're still... trying. XD |
||
|
||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Exit Code: 1 | ||
Standard output: | ||
lib/Compilation.js(575,5): error TS2322: Type 'number | "toString" | "valueOf" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split" | "substring" | ... 29 more ... | "trimRight"' is not assignable to type 'string'. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, so this is broken because of webpack. They wrote cc @sokra just so yall know |
||
Type 'number' is not assignable to type 'string'. | ||
lib/Compiler.js(228,48): error TS2345: Argument of type 'number | "toString" | "valueOf" | "charAt" | "charCodeAt" | "concat" | "indexOf" | "lastIndexOf" | "localeCompare" | "match" | "replace" | "search" | "slice" | "split" | "substring" | ... 29 more ... | "trimRight"' is not assignable to parameter of type 'string'. | ||
Type 'number' is not assignable to type 'string'. | ||
|
||
|
||
|
||
Standard error: |
+1 −1 | CONTRIBUTING.md | |
+18 −2 | README.md | |
+4 −5 | lib/defaults.js | |
+1 −1 | test/specs/instance.spec.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mjbvz is the vscode build broken? This error stack doesn't include the TS compiler. o.O
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think master was broken earlier today but it should be fixed now