Commit Graph

6514 Commits

Author SHA1 Message Date
kozbial
de92fe9cb8 Migrate core/options.js to ES6 const/let 2021-08-05 10:50:44 -07:00
kozbial
ef0fcdbcdd Split Blockly.BlocklyOptions into a separate file 2021-08-05 10:50:44 -07:00
Aaron Dodson
d0b5f6db8b Migrate core/renderers/geras/highlight_constants.js to goog.module syntax (#5303)
* Migrate core/renderers/geras/highlight_constants.js to ES6 const/let

* Migrate core/renderers/geras/highlight_constants.js to goog.module

* Migrate core/renderers/geras/highlight_constants.js to named requires

* clang-format core/renderers/geras/highlight_constants.js
2021-08-05 10:13:03 -07:00
Rachel Fenichel
dad40c85bd Merge pull request #5262 from rachel-fenichel/colour_constant_checks
More cleanup of blockly.js
2021-08-05 09:55:22 -07:00
kozbial
5d09b80cb6 Migrate core/input_types.js named requires 2021-08-05 09:45:06 -07:00
kozbial
de732f181d Migrate core/input_types.js to goog.module 2021-08-05 09:45:06 -07:00
Aaron Dodson
80b521e8d7 Migrate core/renderers/geras/info.js to goog.module syntax (#5305)
* Migrate core/renderers/geras/info.js to ES6 const/let

* Migrate core/renderers/geras/info.js to goog.module

* Migrate core/renderers/geras/info.js to named requires

* clang-format core/renderers/geras/info.js
2021-08-05 08:09:10 -07:00
Rachel Fenichel
7bc461ea83 polish: export draggingConnections directly 2021-08-04 17:17:24 -07:00
Rachel Fenichel
36c02120e9 Rebuild 2021-08-04 15:59:41 -07:00
Rachel Fenichel
d5a6d7d3db Move draggingConnections to common 2021-08-04 15:59:41 -07:00
Rachel Fenichel
1eabe91fa6 Move set/getParentContainer into common 2021-08-04 15:59:41 -07:00
Rachel Fenichel
084c421597 Remove some unused functions and add deprecation warnings 2021-08-04 15:59:41 -07:00
Aaron Dodson
fba87c93c4 Migrate core/renderers/geras/highlighter.js to goog.module syntax (#5304)
* Migrate core/renderers/geras/highlighter.js to ES6 const/let

* Migrate core/renderers/geras/highlighter.js to goog.module

* Migrate core/renderers/geras/highlighter.js to named requires

* clang-format core/renderers/geras/highlighter.js
2021-08-04 12:12:53 -07:00
kozbial
eea23e24f6 clang-format core/contextmenu.js 2021-08-04 09:57:18 -07:00
kozbial
fe29e1cb9d Migrate core/contextmenu.js named requires 2021-08-04 09:57:18 -07:00
kozbial
19722e508f Migrate core/contextmenu.js to goog.module 2021-08-04 09:57:18 -07:00
kozbial
fae0c2ac6d Migrate core/contextmenu.js to ES6 const/let 2021-08-04 09:57:18 -07:00
kozbial
b233c5f10a Update visibility of constants 2021-08-04 09:20:20 -07:00
kozbial
99b30b92ce clang-format core/renderers/common/marker_svg.js 2021-08-04 09:20:20 -07:00
kozbial
3b43a19705 Migrate core/renderers/common/marker_svg.js named requires 2021-08-04 09:20:20 -07:00
kozbial
7aa382154c Migrate core/renderers/common/marker_svg.js to goog.module 2021-08-04 09:20:20 -07:00
kozbial
8eda99ea34 Migrate core/renderers/common/marker_svg.js to ES6 const/let 2021-08-04 09:20:20 -07:00
Aaron Dodson
18efccc2f6 Migrate core/events/events_bubble_open.js to goog.module syntax (#5285)
* Migrate core/events/events_bubble_open.js to ES6 const/let

* Migrate core/events/events_bubble_open.js to goog.module

* Migrate core/events/events_bubble_open.js to named requires
2021-08-04 08:25:07 -07:00
Aaron Dodson
623e901b1c Migrate core/events/events_trashcan_open.js to goog.module syntax (#5277)
* Migrate core/events/events_trashcan_open.js to ES6 const/let

* Migrate core/events/events_trashcan_open.js to goog.module

* Migrate core/events/events_trashcan_open.js to named requires

* clang-format core/events/events_trashcan_open.js
2021-08-04 08:23:38 -07:00
Aaron Dodson
136fc7e668 Migrate core/workspace_drag_surface_svg.js to goog.module syntax (#5263)
* Migrate core/workspace_drag_surface_svg.js to ES6 const/let

* Migrate core/workspace_drag_surface_svg.js to goog.module

* Migrate core/workspace_drag_surface_svg.js to named requires

* clang-format core/workspace_drag_surface_svg.js

* Re-wrap strings onto one line
2021-08-04 08:19:15 -07:00
kozbial
38b44f5dab Remove unecessary implements 2021-08-03 15:32:13 -07:00
kozbial
d5d155641e Add eslint disable to core/toolbox/separator.js 2021-08-03 15:32:13 -07:00
kozbial
d004607b3b clang-format core/toolbox/separator.js 2021-08-03 15:32:13 -07:00
kozbial
6bf443bdd6 Migrate core/toolbox/separator.js named requires 2021-08-03 15:32:13 -07:00
kozbial
bce1136500 Migrate core/toolbox/separator.js to goog.module 2021-08-03 15:32:13 -07:00
kozbial
582b67ae7b Migrate core/toolbox/separator.js to ES6 const/let 2021-08-03 15:32:13 -07:00
Monica Kozbial
bec82da358 Remove require destructuring (#5294) 2021-08-03 15:07:14 -07:00
Aaron Dodson
724cdd3bd2 Migrate core/events/events_selected.js to goog.module syntax (#5281)
* Migrate core/events/events_selected.js to ES6 const/let

* Migrate core/events/events_selected.js to goog.module

* Migrate core/events/events_selected.js to named requires

* clang-format core/events/events_selected.js
2021-08-03 14:36:54 -07:00
Aaron Dodson
35464d4475 Merge pull request #5293 from gonfunko/constants
Migrate core/renderers/geras/constants.js to goog.module syntax
2021-08-03 14:30:39 -07:00
alschmiedt
ceef9491f8 Merge pull request #5176 from alschmiedt/migrate_menu_item
Migrate core/menuitem.js to goog.module syntax
2021-08-03 13:49:25 -07:00
alschmiedt
0fb4ed3ff4 Fix imports 2021-08-03 13:44:22 -07:00
alschmiedt
1e3cdeb16e clang-format core/menuitem.js 2021-08-03 13:44:22 -07:00
alschmiedt
dc682a7e0b Migrate core/menuitem.js named requires 2021-08-03 13:44:22 -07:00
alschmiedt
cc606ba2d2 Migrate core/menuitem.js to goog.module 2021-08-03 13:44:19 -07:00
alschmiedt
e685e0fb8f Migrate core/menuitem.js to ES6 const/let 2021-08-03 13:42:35 -07:00
Aaron Dodson
87ccee7843 clang-format core/renderers/geras/constants.js 2021-08-03 10:42:26 -07:00
Aaron Dodson
0203eec8c7 Migrate core/renderers/geras/constants.js to named requires 2021-08-03 10:40:25 -07:00
Aaron Dodson
8e30d9ebd1 Migrate core/renderers/geras/constants.js to goog.module 2021-08-03 10:37:17 -07:00
Aaron Dodson
6f66920437 Merge pull request #5275 from gonfunko/events_viewport
Migrate core/events/events_viewport.js to goog.module syntax
2021-08-03 08:03:08 -07:00
Aaron Dodson
5ef0cd93cf Merge pull request #5284 from gonfunko/events_click
Migrate core/events/events_click.js to goog.module syntax
2021-08-03 08:02:56 -07:00
Aaron Dodson
7ab05af063 Merge branch 'goog_module' into events_click 2021-08-03 08:02:43 -07:00
kozbial
d11071999e clang-format core/shortcut_items.js 2021-08-02 15:57:45 -07:00
kozbial
47ac554864 Migrate core/shortcut_items.js named requires 2021-08-02 15:57:45 -07:00
kozbial
318fa4c014 Migrate core/shortcut_items.js to goog.module 2021-08-02 15:57:45 -07:00
kozbial
315e1b856f Migrate core/shortcut_items.js to ES6 const/let 2021-08-02 15:57:45 -07:00