File tree Expand file tree Collapse file tree 7 files changed +3
-14
lines changed
Expand file tree Collapse file tree 7 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,6 @@ import type {IFocusableNode} from './interfaces/i_focusable_node.js';
4949import type { IFocusableTree } from './interfaces/i_focusable_tree.js' ;
5050import { IIcon } from './interfaces/i_icon.js' ;
5151import * as internalConstants from './internal_constants.js' ;
52- import { MarkerManager } from './marker_manager.js' ;
5352import { Msg } from './msg.js' ;
5453import * as renderManagement from './render_management.js' ;
5554import { RenderedConnection } from './rendered_connection.js' ;
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import type {IFocusableTree} from './interfaces/i_focusable_tree.js';
3030import type { IKeyboardAccessible } from './interfaces/i_keyboard_accessible.js' ;
3131import type { IRegistrable } from './interfaces/i_registrable.js' ;
3232import { ISerializable } from './interfaces/i_serializable.js' ;
33- import { MarkerManager } from './marker_manager.js' ;
3433import type { ConstantProvider } from './renderers/common/constants.js' ;
3534import type { KeyboardShortcut } from './shortcut_registry.js' ;
3635import * as Tooltip from './tooltip.js' ;
Original file line number Diff line number Diff line change @@ -11,6 +11,4 @@ import type {IASTNodeLocation} from './i_ast_node_location.js';
1111/**
1212 * An AST node location SVG interface.
1313 */
14- export interface IASTNodeLocationSvg extends IASTNodeLocation {
15-
16- }
14+ export interface IASTNodeLocationSvg extends IASTNodeLocation { }
Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ import type {Field} from '../field.js';
2222import { getFocusManager } from '../focus_manager.js' ;
2323import { isFocusableNode } from '../interfaces/i_focusable_node.js' ;
2424import * as registry from '../registry.js' ;
25- import type { PathObject } from '../renderers/zelos/path_object.js' ;
2625import { Renderer } from '../renderers/zelos/renderer.js' ;
27- import * as dom from '../utils/dom.js' ;
2826import type { WorkspaceSvg } from '../workspace_svg.js' ;
2927import { ASTNode } from './ast_node.js' ;
3028import { Marker } from './marker.js' ;
@@ -546,7 +544,7 @@ export class LineCursor extends Marker {
546544 ) ;
547545 }
548546 }
549-
547+
550548 /**
551549 * Updates the current node to match the selection.
552550 *
Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ import type {BlockSvg} from '../../block_svg.js';
1111import { Connection } from '../../connection.js' ;
1212import { ConnectionType } from '../../connection_type.js' ;
1313import type { IRegistrable } from '../../interfaces/i_registrable.js' ;
14- import type { Marker } from '../../keyboard_nav/marker.js' ;
1514import type { BlockStyle , Theme } from '../../theme.js' ;
16- import type { WorkspaceSvg } from '../../workspace_svg.js' ;
1715import { ConstantProvider } from './constants.js' ;
1816import { Drawer } from './drawer.js' ;
1917import type { IPathObject } from './i_path_object.js' ;
@@ -165,7 +163,7 @@ export class Renderer implements IRegistrable {
165163 protected makeDrawer_ ( block : BlockSvg , info : RenderInfo ) : Drawer {
166164 return new Drawer ( block , info ) ;
167165 }
168-
166+
169167 /**
170168 * Create a new instance of a renderer path object.
171169 *
Original file line number Diff line number Diff line change 77// Former goog.module ID: Blockly.zelos.Renderer
88
99import type { BlockSvg } from '../../block_svg.js' ;
10- import type { Marker } from '../../keyboard_nav/marker.js' ;
1110import type { BlockStyle } from '../../theme.js' ;
12- import type { WorkspaceSvg } from '../../workspace_svg.js' ;
1311import * as blockRendering from '../common/block_rendering.js' ;
1412import type { RenderInfo as BaseRenderInfo } from '../common/info.js' ;
1513import { Renderer as BaseRenderer } from '../common/renderer.js' ;
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ import {Msg} from './msg.js';
6262import { Options } from './options.js' ;
6363import * as Procedures from './procedures.js' ;
6464import * as registry from './registry.js' ;
65- import * as renderManagement from './render_management.js' ;
6665import * as blockRendering from './renderers/common/block_rendering.js' ;
6766import type { Renderer } from './renderers/common/renderer.js' ;
6867import type { ScrollbarPair } from './scrollbar_pair.js' ;
You can’t perform that action at this time.
0 commit comments