mirror of
https://github.com/google/blockly.git
synced 2026-01-10 18:37:09 +01:00
* Setting default options in workspace constructor. * Changing logic for parsing workspace options. * Adding gridPattern declaration to options and updating options handling for workspace. * Addressing PR comments. * Moving objects to constructor. * Using constructor instead of casting for Blockly.Options. * fix eslint * Adding types. * Change in type. * eslint fix. * Fix typings.