Skip to content

Commit

Permalink
refactor!: Remove the InsertionMarkerManager. (#8649)
Browse files Browse the repository at this point in the history
* refactor!: Remove the InsertionMarkerManager.

* chore: Remove unused imports.

* chore: Remove import of insertion marker manager test.
  • Loading branch information
gonfunko authored Nov 7, 2024
1 parent 631190c commit 2523093
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 1,271 deletions.
2 changes: 0 additions & 2 deletions core/blockly.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ import * as icons from './icons.js';
import {inject} from './inject.js';
import {Input} from './inputs/input.js';
import * as inputs from './inputs.js';
import {InsertionMarkerManager} from './insertion_marker_manager.js';
import {InsertionMarkerPreviewer} from './insertion_marker_previewer.js';
import {IASTNodeLocation} from './interfaces/i_ast_node_location.js';
import {IASTNodeLocationSvg} from './interfaces/i_ast_node_location_svg.js';
Expand Down Expand Up @@ -555,7 +554,6 @@ export {IMetricsManager};
export {IMovable};
export {Input};
export {inputs};
export {InsertionMarkerManager};
export {InsertionMarkerPreviewer};
export {IObservable, isObservable};
export {IPaster, isPaster};
Expand Down
Loading

0 comments on commit 2523093

Please sign in to comment.