mirror of
https://github.com/google/blockly.git
synced 2026-01-07 17:10:11 +01:00
feat!: delete angle, colour, and multiline input fields and blocks (#7932)
* chore: delete mocha tests for angle field * feat! : delete angle field * chore(tests): delete colour tests from generator tests and golden files * chore: delete colour blocks and associated generators * chore: remove colour blocks from playgrounds * chore: delete mocha tests for colour fields * chore: fix incorrect comment * chore: delete colour field from core * chore: delete multiline input tests from generators tests and golden files * chore: delete multiline text block and associated generators * chore: remove multiline text block from playgrounds * chore: delete mocha tests for multiline input field * chore: delete multiline input field from core
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
// Former goog.module ID: Blockly.Python.all
|
||||
|
||||
import {PythonGenerator} from './python/python_generator.js';
|
||||
import * as colour from './python/colour.js';
|
||||
import * as lists from './python/lists.js';
|
||||
import * as logic from './python/logic.js';
|
||||
import * as loops from './python/loops.js';
|
||||
@@ -38,7 +37,6 @@ pythonGenerator.addReservedWords('math,random,Number');
|
||||
// Install per-block-type generator functions:
|
||||
// Install per-block-type generator functions:
|
||||
const generators: typeof pythonGenerator.forBlock = {
|
||||
...colour,
|
||||
...lists,
|
||||
...logic,
|
||||
...loops,
|
||||
|
||||
Reference in New Issue
Block a user