Skip to content

Commit

Permalink
Update user baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Apr 19, 2019
1 parent 2eea216 commit 8d61fff
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 79 deletions.
12 changes: 12 additions & 0 deletions tests/baselines/reference/user/soap.log
@@ -0,0 +1,12 @@
Exit Code: 1
Standard output:
node_modules/soap/lib/client.d.ts(4,26): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
Try `npm install @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/soap/lib/http.d.ts(1,22): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
Try `npm install @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`
node_modules/soap/lib/types.d.ts(1,22): error TS7016: Could not find a declaration file for module 'request'. '../../../tests/cases/user/soap/node_modules/request/index.js' implicitly has an 'any' type.
Try `npm install @types/request` if it exists or add a new declaration (.d.ts) file containing `declare module 'request';`



Standard error:

0 comments on commit 8d61fff

Please sign in to comment.