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

[KeyVault] Some name cleanups and formattings #9693

Merged
merged 14 commits into from
Jun 27, 2020
Merged
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-certificates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node": ">=8.0.0"
},
"files": [
"types/",
"types/keyvault-certificates.d.ts",
Copy link
Member

Choose a reason for hiding this comment

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

Not publishing the down leveled types?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I believe this was the feedback by @xirzec , am I wrong here?

(good news for me is that reverting this doesn't require re-recording things)

Copy link
Member

Choose a reason for hiding this comment

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

AFAIK nobody can use the non-rolled up types since types for this since we declare the types to be the rollup file in the package.json and it doesn't import from the other files.

So including them doesn't actually do anything except make the package bigger.

Copy link
Member

Choose a reason for hiding this comment

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

Oh and we don't seem to be using downlevel-dts in this package, so there's no downleveled rollup file.

Copy link
Member

@HarshaNalluru HarshaNalluru Jun 25, 2020

Choose a reason for hiding this comment

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

Okay, once you add downlevel-ing you can have something like this
image

For now, the current change is good. 👏

"dist/",
"dist-browser/",
"dist-esm/keyvault-certificates/src",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading