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

[Core] Use ES2017 #15744

Merged
merged 3 commits into from
Jun 15, 2021
Merged

[Core] Use ES2017 #15744

merged 3 commits into from
Jun 15, 2021

Conversation

deyaaeldeen
Copy link
Member

@deyaaeldeen deyaaeldeen commented Jun 15, 2021

Related to #15640.

EDIT: I will not update core-http and core-lro in this PR.

Copy link
Member

@xirzec xirzec left a comment

Choose a reason for hiding this comment

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

Thanks for doing this! Just one note about core-http

@@ -3,7 +3,6 @@
"compilerOptions": {
"module": "commonjs",
"outDir": "dist",
"target": "es5",
Copy link
Member

Choose a reason for hiding this comment

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

I think we have to major bump core-http for this, since ServiceClient is extended by generated clients (which could be targeting ES5 still, like Storage)

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh yes that went over my head! I reverted the change there for now and I am not really sure if it is worth doing given that we are migrating everyone off core-http in the next semester.

@deyaaeldeen deyaaeldeen enabled auto-merge (squash) June 15, 2021 20:02
Copy link
Contributor

@ramya-rao-a ramya-rao-a left a comment

Choose a reason for hiding this comment

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

EDIT: I will not update core-http and core-lro in this PR.

Please ensure the related issue does not get closed until we find a path forward for core-http and core-lro.

@deyaaeldeen deyaaeldeen merged commit 043ca46 into Azure:master Jun 15, 2021
@deyaaeldeen deyaaeldeen deleted the core/use-es8 branch June 15, 2021 21:09
sadasant pushed a commit to sadasant/azure-sdk-for-js that referenced this pull request Jun 21, 2021
* [Core] Use ES2017

* address feedback

* revert core-lro change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants