Variable: VERSION
const VERSION: "uncompiled" = 'uncompiled';
Defined in: packages/blockly/core/blockly.ts:231
Blockly core version. This constant is overridden by the build script (npm run build) to the value of the version in package.json. This is done by the Closure Compiler in the buildCompressed gulp task.