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

chore(generators): Fix nits #7166

Merged
merged 1 commit into from
Jun 14, 2023
Merged

Conversation

cpcallen
Copy link
Contributor

@cpcallen cpcallen commented Jun 14, 2023

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide
  • I ran npm run format and npm run lint

The details

Resolves

Addresses various nits that escaped previous PRs:

Fixes #7085.

Addresses various nits that escaped previous PRs:

* Add TSDoc for `BlockGenerator` in `core/generator.ts` for PR google#7150.
* Fix bad formating in `generators/javascript.js` from PR google#7153.
* Add missing `@enum` tag that should have been included in PR google#7160.
* Delete obsolete comment from `generators/python.js` for PR google#7163.
@cpcallen cpcallen added the PR: chore General chores (dependencies, typos, etc) label Jun 14, 2023
@cpcallen cpcallen requested a review from a team as a code owner June 14, 2023 18:37
@cpcallen cpcallen requested a review from maribethb June 14, 2023 18:37
@github-actions github-actions bot removed the PR: chore General chores (dependencies, typos, etc) label Jun 14, 2023
@github-actions github-actions bot added PR: chore General chores (dependencies, typos, etc) and removed PR: chore General chores (dependencies, typos, etc) labels Jun 14, 2023
@cpcallen cpcallen merged commit 12b91ae into google:develop Jun 14, 2023
@cpcallen cpcallen deleted the refactor/7085/nit-fix branch June 14, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: Per-language subclasses of CodeGenerator in generators/
2 participants