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

[storage] Fix typings support for TypeScript 3.1 #7350

Merged
merged 1 commit into from
Feb 11, 2020

Conversation

xirzec
Copy link
Member

@xirzec xirzec commented Feb 11, 2020

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

@xirzec xirzec added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels Feb 11, 2020
@xirzec xirzec self-assigned this Feb 11, 2020
@jeremymeng
Copy link
Member

/azp run js - storage-blob - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jeremymeng
Copy link
Member

/azp run js - storage-file-share - tests

@jeremymeng
Copy link
Member

/azp run js - storage-queue - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@jeremymeng jeremymeng left a comment

Choose a reason for hiding this comment

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

LGTM

@bterlson
Copy link
Member

No tests, though? 😜

/cc @KarishmaGhiya @mikeharder would be nice to test our libraries with various compiler versions as well, perhaps as part of CI?

@jeremymeng
Copy link
Member

Live test failures are due to known existing issues.

@jeremymeng
Copy link
Member

No tests, though?

I logged #7352 to track adding tests for storage. Yes it would be great if we have automation to cover this.

@xirzec xirzec merged commit e47e208 into Azure:master Feb 11, 2020
@xirzec xirzec deleted the fixStorageTS31 branch February 11, 2020 23:00
@KarishmaGhiya
Copy link
Member

@bterlson I can open an issue to track this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular is consuming dist-esm instead of dist
4 participants