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 @@ -50,7 +50,6 @@ import type {IFocusableTree} from './interfaces/i_focusable_tree.js';
5050import { IIcon } from './interfaces/i_icon.js' ;
5151import type { INavigable } from './interfaces/i_navigable.js' ;
5252import * as internalConstants from './internal_constants.js' ;
53- import { MarkerManager } from './marker_manager.js' ;
5453import { Msg } from './msg.js' ;
5554import * as renderManagement from './render_management.js' ;
5655import { RenderedConnection } from './rendered_connection.js' ;
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ import type {IKeyboardAccessible} from './interfaces/i_keyboard_accessible.js';
3131import type { INavigable } from './interfaces/i_navigable.js' ;
3232import type { IRegistrable } from './interfaces/i_registrable.js' ;
3333import { ISerializable } from './interfaces/i_serializable.js' ;
34- import { MarkerManager } from './marker_manager.js' ;
3534import type { ConstantProvider } from './renderers/common/constants.js' ;
3635import type { KeyboardShortcut } from './shortcut_registry.js' ;
3736import * 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 @@ -30,9 +30,7 @@ import {isFocusableNode} from '../interfaces/i_focusable_node.js';
3030import type { INavigable } from '../interfaces/i_navigable.js' ;
3131import * as registry from '../registry.js' ;
3232import { RenderedConnection } from '../rendered_connection.js' ;
33- import type { PathObject } from '../renderers/zelos/path_object.js' ;
3433import { Renderer } from '../renderers/zelos/renderer.js' ;
35- import * as dom from '../utils/dom.js' ;
3634import { WorkspaceSvg } from '../workspace_svg.js' ;
3735import { ASTNode } from './ast_node.js' ;
3836import { BlockNavigationPolicy } from './block_navigation_policy.js' ;
@@ -595,7 +593,7 @@ export class LineCursor extends Marker {
595593 ) ;
596594 }
597595 }
598-
596+
599597 /**
600598 * Updates the current node to match the selection.
601599 *
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 @@ -64,7 +64,6 @@ import {Navigator} from './navigator.js';
6464import { Options } from './options.js' ;
6565import * as Procedures from './procedures.js' ;
6666import * as registry from './registry.js' ;
67- import * as renderManagement from './render_management.js' ;
6867import * as blockRendering from './renderers/common/block_rendering.js' ;
6968import type { Renderer } from './renderers/common/renderer.js' ;
7069import type { ScrollbarPair } from './scrollbar_pair.js' ;
You can’t perform that action at this time.
0 commit comments