Skip to content

Commit

Permalink
expose BlockShape to the common api
Browse files Browse the repository at this point in the history
  • Loading branch information
AshimeeAlt authored May 26, 2024
1 parent 1cf0a62 commit dbf81f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extension-support/tw-extension-api-common.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
const ArgumentType = require('./argument-type');
const BlockType = require('./block-type');
const BlockShape = require('./block-shape');
const TargetType = require('./target-type');
const Cast = require('../util/cast');

const Scratch = {
ArgumentType,
BlockType,
BlockShape,
TargetType,
Cast
};
Expand Down

0 comments on commit dbf81f8

Please sign in to comment.