Skip to content
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

Fix intermittent build errors caused by conflicting definitions for setInterval #41

Merged
merged 2 commits into from
Apr 26, 2017

Conversation

dfederm
Copy link
Contributor

@dfederm dfederm commented Apr 26, 2017

In @types/node which is auto-installed in the CI builds, setInterval returns a NodeJS.Timer object instead of just a number.

I'm not clear on why this is just now suddenly manifesting and only in the CI build, or why the node typings are being downloaded for a web project (based on logs I suspect it has something to do with the gulp-typings install; we should move to use the @types pattern instead in the future), but being explicit about using the setInterval on the window object should disambiguate properly.

See details here: microsoft/TypeScript#842

@dfederm dfederm requested a review from ydogandjiev April 26, 2017 15:49
@dfederm dfederm mentioned this pull request Apr 26, 2017
@dfederm dfederm merged commit b03f82e into master Apr 26, 2017
@dfederm dfederm deleted the dfederm/fix-build branch April 26, 2017 17:02
charpercyr pushed a commit that referenced this pull request Nov 8, 2021
…#41)

- Minimalistic Bundle analysis app which uses teams-js-app-sdk and outputs zipped webpack stats
- Script to collect bundle analysis from all the packages and collect at one location
- Azure pipeline changes to run bundle analysis and collect on every merge to main/PR.
- Azure pipeline changes to publish collected bundle-analyses as artifact.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants