-
Notifications
You must be signed in to change notification settings - Fork 625
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
Conversation
|
||
import Blockly from 'blockly/core'; | ||
|
||
export const DEFAULT_HEIGHT = 5; |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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!
1318bf0
to
21ee8d7
Compare
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.