Commit Graph

6753 Commits

Author SHA1 Message Date
Aaron Dodson
fbd7c8ab79 Migrate core/events/workspace_events.js to goog.module syntax (#5274)
* Migrate core/events/workspace_events.js to ES6 const/let

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

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

* clang-format core/events/workspace_events.js

* Update build artifact sizes in check_metadata.sh

* Add comment about root cause of build artifact size change

* Migrate core/events/workspace_events.js to ES6 const/let

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

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

* clang-format core/events/workspace_events.js

* Clarify require name for Blockly.Events.Abstract
2021-08-09 12:43:06 -07:00
Aaron Dodson
b5444b4e89 Migrate core/renderers/geras/path_object.js to goog.module syntax (#5306)
* Migrate core/renderers/geras/path_object.js to goog.module

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

* clang-format core/renderers/geras/path_object.js
2021-08-09 12:30:07 -07:00
Aaron Dodson
0ffdc6106d Migrate core/block_svg.js to goog.module syntax (#5323)
* Migrate core/block_svg.js to ES6 const/let

* Migrate core/block_svg.js to goog.module

* Migrate core/block_svg.js to named requires

* clang-format core/block_svg.js

* Migrate to goog.module.get for optional Comment/Warning in core/block_svg.js

* Lint changes in core/block_svg.js
2021-08-09 12:24:06 -07:00
kozbial
b636c79ac0 Add description and reorder requires 2021-08-06 18:05:53 -07:00
kozbial
b834d9026b Add requireType calls for Blockly.WorkspaceComment and Blockly.WorkspaceCommentSvg 2021-08-06 18:05:53 -07:00
kozbial
50a99ce515 clang-format core/events/events_abstract.js 2021-08-06 15:53:18 -07:00
kozbial
9fdc8bab15 Migrate core/events/events_abstract.js named requires 2021-08-06 15:53:18 -07:00
kozbial
bbc5ce4e89 Migrate core/events/events_abstract.js to goog.module 2021-08-06 15:53:18 -07:00
kozbial
0a9d7c3c79 Migrate core/events/events_abstract.js to ES6 const/let 2021-08-06 15:53:18 -07:00
Monica Kozbial
7974ff5159 Add labels instead of setting in github action (#5324)
Update `tag_module_cleanup.yml` logic to add labels instead of setting labels list.

Fixes: https://github.com/google/blockly/issues/5298
2021-08-06 15:46:21 -07:00
Aaron Dodson
23a0b89fc1 Migrate core/block.js to goog.module syntax (#5322)
* Migrate core/block.js to ES6 const/let

* Migrate core/block.js to goog.module

* Migrate core/block.js to ES6 const/let

* Migrate core/block.js to goog.module

* Migrate core/block.js to named requires

* clang-format core/block.js

* Add missing period to comment in core/block.js
2021-08-06 12:30:30 -07:00
alschmiedt
ac01b5cbcb Merge pull request #5295 from alschmiedt/fix_generator_tests
Remove extra output from generator and mocha tests (#5196)
2021-08-05 14:00:14 -07:00
Aaron Dodson
2b6d275440 Migrate core/renderers/measurables/types.js to goog.module syntax (#5309)
* Migrate core/renderers/measurables/types.js to goog.module

* Migrate core/renderers/measurables/types.js to named requires

* clang-format core/renderers/measurables/types.js
2021-08-05 13:57:16 -07:00
Rachel Fenichel
04d032a8f0 Merge pull request #5318 from google/revert-5315-fix_label_action
Revert "fix: update tag module workflow to add labels instead of setting one label"
2021-08-05 11:55:14 -07:00
Rachel Fenichel
1376f1e6c2 Revert "fix: update tag module workflow to add labels instead of setting one label" 2021-08-05 11:53:38 -07:00
Rachel Fenichel
e71c6e512b Merge pull request #5315 from rachel-fenichel/fix_label_action
fix: update tag module workflow to add labels instead of setting one label
2021-08-05 11:27:25 -07:00
kozbial
20531314d8 clang-format core/names.js 2021-08-05 11:17:37 -07:00
kozbial
03d4d4265f Migrate core/names.js named requires 2021-08-05 11:17:37 -07:00
kozbial
2ea6c4af7f Migrate core/names.js to goog.module 2021-08-05 11:17:37 -07:00
kozbial
2a137dff4c Migrate core/names.js to ES6 const/let 2021-08-05 11:17:37 -07:00
kozbial
f818f882bc clang-format core/toolbox/category.js 2021-08-05 10:55:13 -07:00
kozbial
3c564982fc Migrate core/toolbox/category.js named requires 2021-08-05 10:55:13 -07:00
kozbial
68654b34d1 Migrate core/toolbox/category.js to goog.module 2021-08-05 10:55:13 -07:00
kozbial
3ae6a21c55 Migrate core/toolbox/category.js to ES6 const/let 2021-08-05 10:55:13 -07:00
kozbial
569ddec1c9 Add newline 2021-08-05 10:50:44 -07:00
kozbial
9354670828 clang-format core/options.js 2021-08-05 10:50:44 -07:00
kozbial
d8bc82fa1c Migrate core/options.js named requires 2021-08-05 10:50:44 -07:00
kozbial
468360873f Migrate core/options.js and core/blockly_options.js to goog.module 2021-08-05 10:50:44 -07:00
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
08cdbcf8c7 fix: update tag module workflow to add labels instead of setting one label 2021-08-04 17:35:34 -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