Commit Graph

387 Commits

Author SHA1 Message Date
Aaron Dodson 57bae2e6db Merge branch 'goog_module' into icon 2021-07-23 13:14:10 -07:00
Aaron Dodson ac89372780 Merge pull request #5193 from gonfunko/grid
Migrate core/grid.js to goog.module syntax
2021-07-23 13:10:58 -07:00
Aaron Dodson 5421bc353c Merge pull request #5190 from gonfunko/flyout_horizontal
Migrate core/flyout_horizontal.js to goog.module syntax
2021-07-23 13:07:04 -07:00
alschmiedt 2dd7d4c8b4 Merge pull request #5171 from alschmiedt/migrate_block_dragger
Migrate core/block_dragger.js to goog.module syntax
2021-07-23 13:03:11 -07:00
Aaron Dodson 35673a79e1 Remove unused Block.Block require 2021-07-23 13:02:15 -07:00
Aaron Dodson f913beab69 Merge pull request #5192 from gonfunko/generator
Migrate core/generator.js to goog.module syntax
2021-07-23 12:58:51 -07:00
Aaron Dodson 6649619f12 Convert Blockly.Block from require to requireType 2021-07-23 12:47:55 -07:00
alschmiedt f88320770c Remove unnecessary require 2021-07-23 12:16:00 -07:00
alschmiedt 4850ad0300 Migrate core/block_dragger.js to goog.module 2021-07-23 12:00:35 -07:00
alschmiedt b2c3711e81 Merge pull request #5174 from alschmiedt/migrate_menu
Migrate core/menu.js to goog.module syntax
2021-07-23 11:51:00 -07:00
Aaron Dodson f59da974b4 Migrate core/input.js to named requires 2021-07-23 09:55:41 -07:00
kozbial f0a3c7214d Migrate core/interfaces/i_metrics_manager.js to goog.module 2021-07-23 09:19:28 -07:00
Aaron Dodson 8f72d00474 Migrate core/icon.js to goog.module 2021-07-23 09:17:59 -07:00
Aaron Dodson 4c7ac8dd38 Migrate core/grid.js to goog.module 2021-07-23 08:54:43 -07:00
Aaron Dodson 1941e857e3 Migrate core/grid.js to ES6 const/let 2021-07-23 08:51:58 -07:00
Aaron Dodson 1a1bad0bd7 Migrate core/generator.js to named requires 2021-07-23 08:45:25 -07:00
Aaron Dodson 4741d4c312 Migrate core/generator.js to goog.module 2021-07-23 08:41:57 -07:00
Aaron Dodson 90ed883eb0 Migrate core/generator.js to ES6 const/let 2021-07-23 08:38:39 -07:00
Aaron Dodson cd4f0e9f8c Migrate core/flyout_vertical.js to goog.module 2021-07-23 08:27:27 -07:00
Aaron Dodson 8b0d1df173 Migrate core/flyout_horizontal.js to goog.module 2021-07-23 08:04:52 -07:00
kozbial 8af597761d Migrate core/field_multilineinput.js to goog.module 2021-07-22 18:05:36 -07:00
kozbial f1882fc218 Migrate core/field_image.js to goog.module 2021-07-22 17:26:58 -07:00
kozbial 20ef2462b5 Migrate core/field_label_serializable.js to goog.module 2021-07-22 17:21:36 -07:00
Aaron Dodson a84660000f Migrate core/flyout_button.js to goog.module 2021-07-22 14:53:15 -07:00
Aaron Dodson 9cbe84b804 Merge pull request #5172 from gonfunko/field_registry
Migrate core/field_registry.js to goog.module syntax
2021-07-22 12:50:25 -07:00
Aaron Dodson 3e19807374 Merge pull request #5178 from gonfunko/field_variable
Migrate core/field_variable.js to goog.module syntax
2021-07-22 12:49:56 -07:00
Aaron Dodson a9a431357b Merge branch 'goog_module' into delete_area 2021-07-22 12:49:21 -07:00
Aaron Dodson c5694ba711 Migrate core/flyout_base.js named requires 2021-07-22 11:26:32 -07:00
Aaron Dodson 3df8c32594 Migrate core/flyout_base.js to goog.module 2021-07-22 11:11:27 -07:00
Aaron Dodson f5de84486f Migrate core/field_variable.js to goog.module 2021-07-22 10:32:47 -07:00
Aaron Dodson 9573f2b7ec Migrate core/field_textinput.js to named requires 2021-07-22 10:21:57 -07:00
alschmiedt 4b19c7ecb5 Migrate core/menu.js to goog.module 2021-07-22 08:51:13 -07:00
Aaron Dodson d2a43460d0 Migrate core/field_textinput.js to goog.module 2021-07-22 08:49:08 -07:00
Aaron Dodson 063dc8b804 Migrate core/field_registry.js to goog.module 2021-07-22 08:30:54 -07:00
Aaron Dodson d369ce49fd Merge branch 'goog_module' into field_dropdown 2021-07-22 08:11:31 -07:00
Aaron Dodson a797fe70fc Merge pull request #5145 from gonfunko/field_number
Migrate core/field_number.js to goog.module syntax
2021-07-22 08:08:59 -07:00
Aaron Dodson f6506d2102 Merge branch 'goog_module' into field_colour 2021-07-22 08:08:14 -07:00
Rachel Fenichel 12636da182 Reorder some requires and rebuild 2021-07-21 15:47:55 -07:00
Rachel Fenichel cf7a8b95b8 Remove extra requires of Blockly.constants 2021-07-21 15:35:19 -07:00
Rachel Fenichel b3f837a8d2 Replace references to constants with internalConstants 2021-07-21 15:33:55 -07:00
Rachel Fenichel 8b5f5f72d6 Refer to more constants through internalConstants 2021-07-21 15:33:55 -07:00
Rachel Fenichel ad5836b26d Convert more names to use internalConstants 2021-07-21 15:33:55 -07:00
Rachel Fenichel cc7a263fb3 Replace references to SPRITE and SOUND_LIMIT with internalConstants versions 2021-07-21 15:33:55 -07:00
Rachel Fenichel 324c3c038f Rebuild 2021-07-21 15:33:53 -07:00
Aaron Dodson d85c9f1cc6 Merge pull request #5147 from gonfunko/field_checkbox
Migrate core/field_checkbox.js to goog.module syntax
2021-07-21 14:24:58 -07:00
Aaron Dodson 453a3e3207 Merge pull request #5154 from gonfunko/field
Migrate core/field.js to goog.module syntax
2021-07-21 14:14:03 -07:00
Aaron Dodson 5f213b48a6 Migrate core/field_dropdown.js to goog.module 2021-07-21 13:30:06 -07:00
Aaron Dodson 03e1725f32 Migrate core/field_colour.js to goog.module 2021-07-21 13:00:05 -07:00
Aaron Dodson 48a86f1550 Merge pull request #5151 from gonfunko/drag_target
Migrate core/drag_target.js to goog.module syntax
2021-07-21 12:50:54 -07:00
kozbial 00a74e9d37 Migrate core/interfaces/i_registrable_field.js to goog.module 2021-07-21 11:28:04 -07:00