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
3de032f
commit 4259e8d
Showing
31 changed files
with
4,340 additions
and
4,066 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
tests/baselines/reference/docker/chrome-devtools-frontend-next.log
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Exit Code: 0 | ||
Standard output: | ||
|
||
|
||
|
||
Standard error: | ||
Not logged in |
2,567 changes: 979 additions & 1,588 deletions
2,567
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
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
14 changes: 14 additions & 0 deletions
14
tests/baselines/reference/user/TypeScript-Node-Starter.log
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Exit Code: 2 | ||
Standard output: | ||
node_modules/@types/mongodb/index.d.ts(44,78): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type. | ||
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';` | ||
node_modules/@types/mongodb/index.d.ts(57,111): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type. | ||
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';` | ||
node_modules/mongoose/node_modules/@types/mongodb/index.d.ts(46,78): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type. | ||
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';` | ||
node_modules/mongoose/node_modules/@types/mongodb/index.d.ts(58,111): error TS7016: Could not find a declaration file for module 'bson'. '../../../tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter/node_modules/bson/index.js' implicitly has an 'any' type. | ||
Try `npm i --save-dev @types/bson` if it exists or add a new declaration (.d.ts) file containing `declare module 'bson';` | ||
|
||
|
||
|
||
Standard error: |
Oops, something went wrong.