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: Clean up and convert field-bitmap to Typescript #2227

Merged
merged 8 commits into from
Apr 15, 2024

Conversation

gonfunko
Copy link
Contributor

The basics

The details

Resolves

Part of #1647

Proposed Changes

This PR converts field-bitmap to Typescript. It also includes some light refactoring and cleanup of the code.

@gonfunko gonfunko requested a review from a team as a code owner February 27, 2024 20:36
@gonfunko gonfunko requested review from maribethb and removed request for a team February 27, 2024 20:36
plugins/field-bitmap/src/field-bitmap.ts Outdated Show resolved Hide resolved

import Blockly from 'blockly/core';

export const DEFAULT_HEIGHT = 5;
Copy link
Contributor

Choose a reason for hiding this comment

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

note on the lint errors: rachel has an update to the eslint config that allows constant case. it's bundled in another pr. I will poke her about submitting that when she is feeling better

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah nice, and sounds good!

plugins/field-bitmap/src/field-bitmap.ts Outdated Show resolved Hide resolved
@gonfunko gonfunko merged commit 210996c into google:master Apr 15, 2024
7 checks passed
@gonfunko gonfunko deleted the bitmap-nonsquare branch April 15, 2024 22:25
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.

2 participants