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

fix!: remove unused functions in style.ts #6386

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

rachel-fenichel
Copy link
Collaborator

@rachel-fenichel rachel-fenichel commented Aug 26, 2022

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

API cleanup

Proposed Changes

Deletes two unused functions from core/utils/style.ts

Behavior Before Change

isRightToLeft and setElementShown were exported.

Behavior After Change

No longer exported.

Reason for Changes

Unused and not Blockly-specific code.

Test Coverage

Automated tests.

Documentation

None

Additional Information

Suggested workaround: implement as helper functions in your own codebase if you need this functionality.

@rachel-fenichel rachel-fenichel added type: cleanup component: developer apis breaking change Used to mark a PR or issue that changes our public APIs. PR: fix Fixes a bug labels Aug 26, 2022
@rachel-fenichel rachel-fenichel requested a review from a team as a code owner August 26, 2022 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Used to mark a PR or issue that changes our public APIs. component: developer apis PR: fix Fixes a bug type: cleanup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants