mirror of
https://github.com/google/blockly.git
synced 2026-02-14 11:30:13 +01:00
Rebuild
This commit is contained in:
12
build/python.loader.mjs
Normal file
12
build/python.loader.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import {loadChunk} from '../tests/scripts/load.mjs';
|
||||
import './blockly.loader.mjs';
|
||||
|
||||
export const {
|
||||
Order,
|
||||
PythonGenerator,
|
||||
pythonGenerator,
|
||||
} = await loadChunk(
|
||||
'build/src/generators/python.js',
|
||||
'dist/python_compressed.js',
|
||||
'python',
|
||||
);
|
||||
Reference in New Issue
Block a user