Skip to content

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
@rachel-fenichel rachel-fenichel merged commit 856e74d into RaspberryPiFoundation:develop Aug 26, 2022
@rachel-fenichel rachel-fenichel deleted the cleanup_style branch August 26, 2022 20:03
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.

2 participants