mirror of
https://github.com/google/blockly.git
synced 2026-02-13 02:50:12 +01:00
13 lines
235 B
JavaScript
13 lines
235 B
JavaScript
import {loadChunk} from '../tests/scripts/load.mjs';
|
|
import './blockly.loader.mjs';
|
|
|
|
export const {
|
|
Order,
|
|
PhpGenerator,
|
|
phpGenerator,
|
|
} = await loadChunk(
|
|
'build/src/generators/php.js',
|
|
'dist/php_compressed.js',
|
|
'php',
|
|
);
|