google / blockly

The web-based visual programming editor.
https://developers.google.com/blockly/
Apache License 2.0
12.51k stars 3.72k forks source link

feat: Add a generator for all fields on a block. #8667

Open gonfunko opened 1 day ago

gonfunko commented 1 day ago

The basics

The details

Resolves

Fixes #5071

Proposed Changes

This PR adds a getFields() generator to Block that returns a generator that may be used to iterate through all the fields on the block. It also updates core to use this method in preference to nested for loops.