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(docs): ensure docs are not removed by typescript #512

Merged
merged 2 commits into from
Mar 1, 2019
Merged

fix(docs): ensure docs are not removed by typescript #512

merged 2 commits into from
Mar 1, 2019

Conversation

callmehiphop
Copy link
Contributor

TypeScript removes any docs it finds above interfaces/overloads/etc. This PR moves any typedefs to the corresponding method and places overloads above method docs.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 1, 2019
@codecov
Copy link

codecov bot commented Mar 1, 2019

Codecov Report

Merging #512 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #512   +/-   ##
=======================================
  Coverage   94.91%   94.91%           
=======================================
  Files          15       15           
  Lines         984      984           
  Branches       83       83           
=======================================
  Hits          934      934           
  Misses         42       42           
  Partials        8        8
Impacted Files Coverage Δ
src/subscription.ts 100% <ø> (ø) ⬆️
src/iam.ts 100% <ø> (ø) ⬆️
src/index.ts 100% <ø> (ø) ⬆️
src/snapshot.ts 100% <ø> (ø) ⬆️
src/topic.ts 91.86% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60489bf...1648815. Read the comment docs.

@JustinBeckwith JustinBeckwith merged commit 89f6bae into googleapis:master Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants