blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Update VariableModel to IVariableModel in JSDoc types

Open rpbourret opened this issue 2 months ago • 0 comments

Check for duplicates

  • [x] I have searched for similar issues before opening a new one.

Component

Plus-minus mutator block plugin

Description

PR 8369 added the IVariableModel interface. The JSDoc comments in plugins/block-plus-minus/src /procedures.js use Blockly.VariableModel for typing (four occurrences). Should they use Blockly.IVariableModel instead?

Reproduction steps

Stack trace


Screenshots

No response

rpbourret avatar Oct 28 '25 22:10 rpbourret