mirror of
https://github.com/google/blockly.git
synced 2025-12-16 06:10:12 +01:00
chore!: delete deprecations for v11. (#7732)
* chore: delete basic deprecations * chore: remove deprecated align enum * chore: remove generator deprecation * chore: format
This commit is contained in:
@@ -14,7 +14,7 @@ import * as Xml from '../core/xml.js';
|
||||
import * as fieldRegistry from '../core/field_registry.js';
|
||||
import * as xmlUtils from '../core/utils/xml.js';
|
||||
import type {Abstract as AbstractEvent} from '../core/events/events_abstract.js';
|
||||
import {Align} from '../core/inputs/input.js';
|
||||
import {Align} from '../core/inputs/align.js';
|
||||
import type {Block} from '../core/block.js';
|
||||
import type {BlockSvg} from '../core/block_svg.js';
|
||||
import type {BlockCreate} from '../core/events/events_block_create.js';
|
||||
|
||||
Reference in New Issue
Block a user