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

Extensions TSDoc edits #1982

Merged
merged 6 commits into from Nov 17, 2022
Merged

Extensions TSDoc edits #1982

merged 6 commits into from Nov 17, 2022

Conversation

kevinthecheung
Copy link
Contributor

Hey there! So you want to contribute to a Firebase SDK?
Before you file this pull request, please read these guidelines:

Discussion

  • Read the contribution guidelines (CONTRIBUTING.md).
  • If this has been discussed in an issue, make sure to link to the issue here.
    If not, go file an issue about this before creating a pull request to discuss.

Testing

  • Make sure all existing tests in the repository pass after your change.
  • If you fixed a bug or added a feature, add a new test to cover your code.

API Changes

  • At this time we cannot accept changes that affect the public API. If you'd like to help
    us make Firebase APIs better, please propose your change in an issue so that we
    can discuss it together.

@@ -16,14 +16,22 @@
*/

/**
* SettableProcessingState represents all the Processing states that can be set on an ExtensionInstance's runtimeData.
* SettableProcessingState represents all the Processing states that can be set
* on an ExtensionInstance's runtimeData.
Copy link
Contributor

Choose a reason for hiding this comment

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

ExtensionInstance should be 2 words?

@@ -16,14 +16,22 @@
*/

/**
* SettableProcessingState represents all the Processing states that can be set on an ExtensionInstance's runtimeData.
* SettableProcessingState represents all the processing states that can be set
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 can remove SettableProcessingState from here and just say Represents all the Processing states...

Suggested change
* SettableProcessingState represents all the processing states that can be set
* Represents all the processing states that can be set

@@ -16,14 +16,22 @@
*/

/**
* SettableProcessingState represents all the Processing states that can be set on an ExtensionInstance's runtimeData.
* SettableProcessingState represents all the processing states that can be set
* on an Extension instance's runtimeData.
Copy link
Member

Choose a reason for hiding this comment

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

Should runtimeData back-ticked?

@lahirumaramba
Copy link
Member

Thank you, @kevinthecheung ! LGTM!

@kevinthecheung kevinthecheung changed the title TSDoc formatting Extensions TSDoc edits Nov 17, 2022
@kevinthecheung kevinthecheung merged commit 62fdf5f into master Nov 17, 2022
@kevinthecheung kevinthecheung deleted the kc-tsdoc branch November 17, 2022 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants