mirror of
https://github.com/google/blockly.git
synced 2026-01-08 17:40:09 +01:00
chore: Removed commented-out side-effect-only imports. (#6379)
This commit is contained in:
@@ -13,16 +13,6 @@
|
||||
import * as goog from '../../../closure/goog/goog.js';
|
||||
goog.declareModuleId('Blockly.blockRendering.IPathObject');
|
||||
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
// Unused import preserved for side-effects. Remove if unneeded.
|
||||
// import '../../block_svg.js';
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
// Unused import preserved for side-effects. Remove if unneeded.
|
||||
// import '../../connection.js';
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
// Unused import preserved for side-effects. Remove if unneeded.
|
||||
// import '../../theme.js';
|
||||
|
||||
import type {BlockStyle} from '../../theme.js';
|
||||
|
||||
import type {ConstantProvider} from './constants.js';
|
||||
|
||||
@@ -12,10 +12,6 @@
|
||||
import * as goog from '../../../closure/goog/goog.js';
|
||||
goog.declareModuleId('Blockly.blockRendering.PathObject');
|
||||
|
||||
/* eslint-disable-next-line no-unused-vars */
|
||||
// Unused import preserved for side-effects. Remove if unneeded.
|
||||
// import '../../theme.js';
|
||||
|
||||
import type {BlockSvg} from '../../block_svg.js';
|
||||
import type {Connection} from '../../connection.js';
|
||||
import type {BlockStyle} from '../../theme.js';
|
||||
|
||||
Reference in New Issue
Block a user