forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78bf52e
commit 38628bc
Showing
7 changed files
with
1,559 additions
and
2,518 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3,862 changes: 1,457 additions & 2,405 deletions
3,862
tests/baselines/reference/docker/office-ui-fabric.log
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,10 @@ | ||
Exit Code: 1 | ||
Exit Code: 0 | ||
Standard output: | ||
yarn run vX.X.X | ||
$ node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile | ||
[XX:XX:XX] Using gulpfile /vscode/gulpfile.js | ||
[XX:XX:XX] Error: /vscode/extensions/html-language-features/server/src/modes/javascriptMode.ts(26,9): Type '{ getCompilationSettings: () => CompilerOptions; getScriptFileNames: () => string[]; getScriptKind: (fileName: string) => ScriptKind; getScriptVersion: (fileName: string) => string; getScriptSnapshot: (fileName: string) => { ...; }; getCurrentDirectory: () => string; getDefaultLibFileName: (_options: CompilerOptions...' is missing the following properties from type 'LanguageServiceHost': readFile, fileExists | ||
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. | ||
Done in ?s. | ||
|
||
|
||
|
||
Standard error: | ||
[XX:XX:XX] 'compile' errored after ?s | ||
[XX:XX:XX] Error: Found 1 errors | ||
at Stream.<anonymous> (/vscode/build/lib/reporter.js:91:29) | ||
at _end (/vscode/node_modules/through/index.js:65:9) | ||
at Stream.stream.end (/vscode/node_modules/through/index.js:74:5) | ||
at StreamFilter.onend (/vscode/node_modules/readable-stream/lib/_stream_readable.js:577:10) | ||
at Object.onceWrapper (events.js:519:28) | ||
at StreamFilter.emit (events.js:412:35) | ||
at StreamFilter.emit (domain.js:537:15) | ||
at endReadableNT (/vscode/node_modules/readable-stream/lib/_stream_readable.js:1010:12) | ||
at processTicksAndRejections (internal/process/task_queues.js:82:21) | ||
at runNextTicks (internal/process/task_queues.js:64:3) | ||
error Command failed with exit code 1. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.