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

refactor(blocks): Migrate blocks/logic.js to TypeScript #7003

Merged
merged 7 commits into from
Jun 16, 2023

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    e3e5d63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e7a64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    063b487 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Merge branch 'develop' into fix/6828/blocks/logic

    Manual resolutions:
    
    - Delete core/mutator.ts from this branch (the change to this file
      made in 86e7a64 has already been made in develop).
    - In blocks/logic.ts, make core/icons/mutator_icon.js a side-effects
      only import (as is the case, albeit with goog.require, in develop)
    - Also change one comment referrint to Mutator to refer to MutatorIcon
      instead.
    cpcallen committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    5713043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a35e535 View commit details
    Browse the repository at this point in the history
  3. chore(blocks): Lint removal

    cpcallen committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    611906e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    120c461 View commit details
    Browse the repository at this point in the history