Commit Graph

6204 Commits

Author SHA1 Message Date
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 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 2688329aef Fix imports 2021-07-23 12:12:59 -07:00
alschmiedt c838b0e27c Reorder requires 2021-07-23 12:00:35 -07:00
alschmiedt 848ec34a0a clang-format core/block_dragger.js 2021-07-23 12:00:35 -07:00
alschmiedt 873b75e58a Migrate core/block_dragger.js named requires 2021-07-23 12:00:35 -07:00
alschmiedt 4850ad0300 Migrate core/block_dragger.js to goog.module 2021-07-23 12:00:35 -07:00
alschmiedt fc10f9e625 Migrate core/block_dragger.js to ES6 const/let 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
kozbial b72c07ad8d Add eslint disable for no-unused-vars to core/interfaces/i_metrics_manager.js 2021-07-23 09:19:28 -07:00
kozbial f3a0c6414f Migrate core/interfaces/i_metrics_manager.js named requires 2021-07-23 09:19:28 -07:00
kozbial f0a3c7214d Migrate core/interfaces/i_metrics_manager.js to goog.module 2021-07-23 09:19:28 -07:00
Aaron Dodson da77f3e5b4 clang-format core/generator.js 2021-07-23 08:46:01 -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 7b29a0cef1 Merge pull request #5179 from gonfunko/warnings
Silences unused variable warnings for requires used in JSDoc.
2021-07-23 07:44:49 -07:00
kozbial aeac27661d clang-format core/field_multilineinput.js 2021-07-22 18:05:36 -07:00
kozbial d91f36eab9 Migrate core/field_multilineinput.js named requires 2021-07-22 18:05:36 -07:00
kozbial 8af597761d Migrate core/field_multilineinput.js to goog.module 2021-07-22 18:05:36 -07:00
kozbial ae818c0526 Migrate core/field_multilineinput.js to ES6 const/let 2021-07-22 18:05:36 -07:00
kozbial 8b815cd5b1 clang-format core/field_image.js 2021-07-22 17:26:58 -07:00
kozbial 8a934b0e9c Migrate core/field_image.js named requires 2021-07-22 17:26:58 -07:00
kozbial f1882fc218 Migrate core/field_image.js to goog.module 2021-07-22 17:26:58 -07:00
kozbial 60c03cef4f Migrate core/field_image.js to ES6 const/let 2021-07-22 17:26:58 -07:00
kozbial 569a86901e clang-format core/field_label_serializable.js 2021-07-22 17:21:36 -07:00
kozbial bcb57b7efd Migrate core/field_label_serializable.js named requires 2021-07-22 17:21:36 -07:00
kozbial 20ef2462b5 Migrate core/field_label_serializable.js to goog.module 2021-07-22 17:21:36 -07:00
kozbial b07c6869ba Migrate core/field_label_serializable.js to ES6 const/let 2021-07-22 17:21:36 -07:00
alschmiedt 39f5b4c7cd Fixes lint warnings 2021-07-22 16:49:01 -07:00
alschmiedt 8cb794feb5 Suppress unused vars 2021-07-22 16:36:30 -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 bdf8529a47 Merge pull request #5150 from gonfunko/delete_area
Migrate core/delete_area.js to goog.module syntax
2021-07-22 12:49:32 -07:00
Aaron Dodson a9a431357b Merge branch 'goog_module' into delete_area 2021-07-22 12:49:21 -07:00
alschmiedt 48ccc38cbb Fix destructuring 2021-07-22 10:42:56 -07:00
Aaron Dodson ee565f16d6 Silence unused variable warnings for requires used in JSDoc 2021-07-22 10:41:55 -07:00
Aaron Dodson 88aa32510c clang-format core/field_variable.js 2021-07-22 10:38:10 -07:00
Aaron Dodson bd5fd3bb08 Migrate core/field_variable.js named requires 2021-07-22 10:37:24 -07:00
Aaron Dodson f5de84486f Migrate core/field_variable.js to goog.module 2021-07-22 10:32:47 -07:00
Aaron Dodson f92968b302 Migrate core/field_variable.js to ES6 const/let 2021-07-22 10:29:34 -07:00
Monica Kozbial 9d29bff713 Ask before deconstructing properties for a require (#5169) 2021-07-22 10:01:41 -07:00
Monica Kozbial 720059e502 Fix bugs (#5175) 2021-07-22 09:59:02 -07:00
Monica Kozbial efdc9e3afa Support filepath as first argument and cleanup (#5168) 2021-07-22 09:11:54 -07:00
alschmiedt 296eed06fb Fix build 2021-07-22 09:01:59 -07:00
alschmiedt e5468a50b4 clang-format core/menu.js 2021-07-22 08:51:13 -07:00
alschmiedt 6dd36c3432 Migrate core/menu.js named requires 2021-07-22 08:51:13 -07:00
alschmiedt 4b19c7ecb5 Migrate core/menu.js to goog.module 2021-07-22 08:51:13 -07:00