This commit is contained in:
Aaron Dodson
2024-11-04 12:55:45 -08:00
parent aedcfd6da5
commit fc40ff62ac
325 changed files with 95337 additions and 0 deletions

12
build/python.loader.mjs Normal file
View 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',
);