Skip to content

chore(generators): Fix nits - #7166

Merged
cpcallen merged 1 commit into
RaspberryPiFoundation:developfrom
cpcallen:refactor/7085/nit-fix
Jun 14, 2023
Merged

chore(generators): Fix nits#7166
cpcallen merged 1 commit into
RaspberryPiFoundation:developfrom
cpcallen:refactor/7085/nit-fix

Conversation

@cpcallen

@cpcallencpcallen commented Jun 14, 2023

Copy link
Copy Markdown
Collaborator

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 RaspberryPiFoundation#7150.
* Fix bad formating in `generators/javascript.js` from PR RaspberryPiFoundation#7153.
* Add missing `@enum` tag that should have been included in PR RaspberryPiFoundation#7160.
* Delete obsolete comment from `generators/python.js` for PR RaspberryPiFoundation#7163.
@cpcallencpcallen added the PR: chore General chores (dependencies, typos, etc) label Jun 14, 2023
@cpcallen
cpcallen requested a review from a team as a code ownerJune 14, 2023 18:37
@cpcallen
cpcallen requested a review from maribethbJune 14, 2023 18:37
@github-actionsgithub-actionsBot removed the PR: chore General chores (dependencies, typos, etc) label Jun 14, 2023
@github-actionsgithub-actionsBot 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 RaspberryPiFoundation:developJun 14, 2023
@cpcallen
cpcallen deleted the refactor/7085/nit-fix branch June 14, 2023 21:20
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: choreGeneral 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

@cpcallen@maribethb