-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[storage] Fix typings support for TypeScript 3.1 #7350
Conversation
/azp run js - storage-blob - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run js - storage-file-share - tests |
/azp run js - storage-queue - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
1 similar comment
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No tests, though? 😜 /cc @KarishmaGhiya @mikeharder would be nice to test our libraries with various compiler versions as well, perhaps as part of CI? |
Live test failures are due to known existing issues. |
I logged #7352 to track adding tests for storage. Yes it would be great if we have automation to cover this. |
@bterlson I can open an issue to track this :) |
Since TypeScript 3.7 introduced an incompatible change to their typings files, we have to generate a downlevel version that works with 3.1 -> 3.5.
Fixes #7296