scratch-vm/src/engine
Christopher Willis-Ford af058b8146 Support LOOP and CONDITIONAL blocks in extensions
A LOOP block is like a conditional, but the LOOP block will be
re-evaluated after any child branch runs.

Also:
- Support using '---' as a block separator
- Refactor common code from `_registerExtensionPrimitives` and
  `_refreshExtensionPrimitives` into new `_fillExtensionCategory`
- Improve error reporting during block conversion
2018-04-04 22:19:48 -07:00
..
adapter.js Use existing UID util 2018-02-23 12:07:07 -05:00
block-utility.js
blocks.js Make "when clicked" blocks target dependent. 2018-03-20 10:41:50 -04:00
execute.js Revert "Push reported" 2018-02-02 12:42:09 -05:00
monitor-record.js
mutation-adapter.js
profiler.js
runtime.js Support LOOP and CONDITIONAL blocks in extensions 2018-04-04 22:19:48 -07:00
sequencer.js Fix stack check in stepThread 2018-03-14 16:17:29 -07:00
target.js
thread.js Revert "Push reported" 2018-02-02 12:42:09 -05:00
variable.js