Commit Graph

3143 Commits

Author SHA1 Message Date
Aaron Dodson
6649619f12 Convert Blockly.Block from require to requireType 2021-07-23 12:47:55 -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
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
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
Aaron Dodson
223ec1dd6c clang-format core/field_registry.js 2021-07-22 08:35:25 -07:00
Aaron Dodson
222b234802 Migrate core/field_registry.js to named requires 2021-07-22 08:34:55 -07:00
Aaron Dodson
063dc8b804 Migrate core/field_registry.js to goog.module 2021-07-22 08:30:54 -07:00
Aaron Dodson
f1a41023d9 Migrate core/field_registry.js to ES6 const/let 2021-07-22 08:27:35 -07:00
Aaron Dodson
d369ce49fd Merge branch 'goog_module' into field_dropdown 2021-07-22 08:11:31 -07:00
Aaron Dodson
83ff0ea09e Merge pull request #5148 from gonfunko/rerefactor
Update goog.module-migrated files to fix style issues
2021-07-22 08:09:53 -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
Monica Kozbial
c6650f0b83 Remove need for require instead of requireType for Block in ASTNode (#5157) 2021-07-21 16:53:08 -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
c15f1e4767 Move constants to internal_constants.js and add aliases 2021-07-21 15:33:16 -07:00
Aaron Dodson
5e3940195f Migrate private static fields/functions in core/field_dropdown.js to module-internal 2021-07-21 15:02:35 -07:00
Aaron Dodson
740e4651b1 clang-format core/field_dropdown.js 2021-07-21 14:56:32 -07:00
Aaron Dodson
36bb605bbc Migrate core/field_dropdown.js to named requires 2021-07-21 14:53:44 -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
393cdf1fa4 Switch from destructuring to normal imports in core/field_checkbox.js 2021-07-21 14:18:05 -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
0d248583c8 Migrate core/field_dropdown.js to ES6 const/let 2021-07-21 13:26:52 -07:00