Skip to content

Conversation

@typescript-bot
Copy link
Collaborator

Please review the diff and merge if no changes are unexpected.
You can view the build log here.

cc @weswigham @sandersn @mhegazy

@@ -0,0 +1,7 @@
Exit Code: 1
Standard output:
node_modules/@types/passport-facebook/index.d.ts(50,31): error TS2689: Cannot extend an interface 'passport.Strategy'. Did you mean 'implements'?
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Andy-MS, can you take a look at what happened here?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see this with a fresh npm install. Do you know what command the bot runs?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

npm i --no-save --ignore-scripts

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did:

  • jake clean
  • jake local
  • git submodule update tests/cases/user/TypeScript-Node-Starter/
  • cd tests/cases/user/TypeScript-Node-Starter/TypeScript-Node-Starter
  • rm -r node_modules
  • npm i --no-save --ignore-scripts
  • node ../../../../../built/local/tsc.js

I see compile errors in mocha, jquery, and lodash. @types/passport-facebook is installed but I don't see any compile errors there.

@DanielRosenwasser DanielRosenwasser merged commit c025cb2 into microsoft:master Jun 28, 2018
@microsoft microsoft locked as resolved and limited conversation to collaborators Oct 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants