We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14ed3a9 commit d25389aCopy full SHA for d25389a
src/compiler/compat-block-utility.js
@@ -1,15 +1,6 @@
1
const BlockUtility = require('../engine/block-utility');
2
3
class CompatibilityLayerBlockUtility extends BlockUtility {
4
- constructor () {
5
- super();
6
-
7
- /**
8
- * @type {string|null}
9
- */
10
- this._fakeBlockId = null;
11
- }
12
13
// Branching operations are not supported.
14
startBranch () {
15
throw new Error('startBranch is not supported by this BlockUtility');
0 commit comments