Aaron Dodson
|
eddc5f676b
|
Calculate metadata size from freshly-built and gzipped Blockly.
|
2021-07-20 16:48:30 -07:00 |
|
Aaron Dodson
|
8d3c39212b
|
Added script and workflow to automatically update build artifact sizes in check_metadata.sh
|
2021-07-20 16:48:30 -07:00 |
|
dependabot[bot]
|
ce078a0139
|
Bump typescript from 4.3.2 to 4.3.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.3.2...v4.3.5)
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-20 16:48:30 -07:00 |
|
dependabot[bot]
|
1d2e19bb4f
|
Bump google-closure-compiler from 20210505.0.0 to 20210601.0.0
Bumps [google-closure-compiler](https://github.com/google/closure-compiler-npm) from 20210505.0.0 to 20210601.0.0.
- [Release notes](https://github.com/google/closure-compiler-npm/releases)
- [Commits](https://github.com/google/closure-compiler-npm/compare/v20210505.0.0...v20210601.0.0)
---
updated-dependencies:
- dependency-name: google-closure-compiler
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-20 16:48:30 -07:00 |
|
kozbial
|
edfb87fd61
|
Update more grep calls
|
2021-07-20 15:48:44 -07:00 |
|
kozbial
|
41eead78ff
|
Update grep calls
|
2021-07-20 15:48:44 -07:00 |
|
kozbial
|
89e4151810
|
Update commands to be OSX compatible
|
2021-07-20 15:48:44 -07:00 |
|
kozbial
|
5f5b437025
|
Add script for partially automating goog.module conversion steps
|
2021-07-20 15:48:44 -07:00 |
|
alschmiedt
|
be76e034ca
|
Merge pull request #5076 from alschmiedt/migrate_utils_toolbox
Migrate core/utils/toolbox.js to goog.module syntax
|
2021-07-20 14:12:55 -07:00 |
|
alschmiedt
|
d101e591de
|
Removes unnecessary test
|
2021-07-20 13:06:39 -07:00 |
|
Aaron Dodson
|
627ce9962c
|
Merge pull request #5102 from gonfunko/connection
Migrate core/connection.js to goog.module syntax
|
2021-07-20 11:17:34 -07:00 |
|
kozbial
|
c9f2a92ace
|
Migrate core/keyboard_nav/cursor.js named requires
|
2021-07-20 10:58:08 -07:00 |
|
kozbial
|
e50c60bfdb
|
Migrate core/keyboard_nav/cursor.js to goog.module
|
2021-07-20 10:58:08 -07:00 |
|
kozbial
|
317a2e6f53
|
Migrate core/keyboard_nav/cursor.js to ES6 const/let
|
2021-07-20 10:58:08 -07:00 |
|
kozbial
|
9eee886925
|
Migrate core/interfaces/i_connection_checker.js named requires
|
2021-07-20 10:57:50 -07:00 |
|
kozbial
|
77aaab0e1f
|
Migrate core/interfaces/i_connection_checker.js to goog.module
|
2021-07-20 10:57:50 -07:00 |
|
Aaron Dodson
|
afcbcfe696
|
Merge branch 'goog_module' into connection
|
2021-07-20 10:52:26 -07:00 |
|
Aaron Dodson
|
da960d5973
|
Convert private static functions to module-internal functions in core/connection.js
|
2021-07-20 10:49:21 -07:00 |
|
kozbial
|
2ef8b2c86b
|
clang-format core/keyboard_nav/basic_cursor.js
|
2021-07-20 10:42:03 -07:00 |
|
kozbial
|
4a3d67abeb
|
Migrate core/keyboard_nav/basic_cursor.js named requires
|
2021-07-20 10:42:03 -07:00 |
|
kozbial
|
29cfb470aa
|
Migrate core/keyboard_nav/basic_cursor.js to goog.module
|
2021-07-20 10:42:03 -07:00 |
|
kozbial
|
09b020e62f
|
Migrate core/keyboard_nav/basic_cursor.js to ES6 const/let
|
2021-07-20 10:42:03 -07:00 |
|
Aaron Dodson
|
784c1c86a3
|
Merge pull request #5098 from gonfunko/comment
Migrate core/comment.js to goog.module syntax
|
2021-07-20 09:47:32 -07:00 |
|
Aaron Dodson
|
52bde51784
|
Merge branch 'comment' of https://github.com/gonfunko/blockly into comment
|
2021-07-20 09:38:16 -07:00 |
|
Aaron Dodson
|
d9625b1caf
|
Require userAgent module instead of destructuring in core/comment.js
|
2021-07-20 09:38:06 -07:00 |
|
kozbial
|
514f744a6f
|
Migrate core/interfaces/i_autohideable.js named requires
|
2021-07-19 15:20:10 -07:00 |
|
kozbial
|
e43c82d9bb
|
Migrate core/interfaces/i_autohideable.js to goog.module
|
2021-07-19 15:20:10 -07:00 |
|
kozbial
|
867c6cb140
|
Migrate core/interfaces/i_toolbox.js named requires
|
2021-07-19 15:14:54 -07:00 |
|
kozbial
|
c72805b48a
|
Migrate core/interfaces/i_toolbox.js to goog.module
|
2021-07-19 15:14:54 -07:00 |
|
kozbial
|
d55ce59224
|
Migrate core/interfaces/i_flyout.js named requires
|
2021-07-19 15:14:28 -07:00 |
|
kozbial
|
583e321647
|
Migrate core/interfaces/i_flyout.js to goog.module
|
2021-07-19 15:14:28 -07:00 |
|
Aaron Dodson
|
b2210de0a5
|
Merge pull request #5121 from gonfunko/connection_db
Migrate core/connection_db.js to goog.module syntax
|
2021-07-19 14:36:47 -07:00 |
|
Aaron Dodson
|
a8cba441e7
|
Fix comment indentation in core/connection_db.js
|
2021-07-19 14:33:15 -07:00 |
|
Aaron Dodson
|
cf176fc476
|
Merge branch 'goog_module' into comment
|
2021-07-19 13:55:27 -07:00 |
|
Aaron Dodson
|
ac1fb9a4dd
|
Revise imports in core/comment.js
|
2021-07-19 13:53:47 -07:00 |
|
alschmiedt
|
268a83d054
|
Address PR comments
|
2021-07-19 13:40:05 -07:00 |
|
Aaron Dodson
|
f2ca659447
|
clang-format core/connection_db.js
|
2021-07-19 10:59:44 -07:00 |
|
Aaron Dodson
|
acd7e55968
|
Migrate core/connection_db.js to named requires
|
2021-07-19 10:59:08 -07:00 |
|
Aaron Dodson
|
a87b2b0bfa
|
Migrate core/connection_db.js to goog.module
|
2021-07-19 10:53:42 -07:00 |
|
Aaron Dodson
|
f77d5f1264
|
Migrate core/connection_db.js to ES6 const/let
|
2021-07-19 10:49:20 -07:00 |
|
kozbial
|
bdede7c1ab
|
Migrate core/interfaces/i_contextmenu.js to goog.module
|
2021-07-19 10:29:21 -07:00 |
|
kozbial
|
94e36dba31
|
Migrate core/interfaces/i_keyboard_accessible.js named requires
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
3d174ae058
|
Migrate core/interfaces/i_keyboard_accessible.js to goog.module
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
04ef2705d1
|
Migrate core/interfaces/i_ast_node_location_with_block.js named requires
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
794e4554fe
|
Migrate core/interfaces/i_ast_node_location_with_block.js to goog.module
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
cdea0789dd
|
Migrate core/interfaces/i_ast_node_location_svg.js named requires
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
1c72055e4f
|
Migrate core/interfaces/i_ast_node_location_svg.js to goog.module
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
81b067f83a
|
Migrate core/interfaces/i_ast_node_location.js to goog.module
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
e722097c1b
|
Break up interfaces in core/i_accessibility.js into separate files
|
2021-07-19 10:28:07 -07:00 |
|
kozbial
|
456969767b
|
Migrate core/interfaces/i_selectable.js to goog.module
|
2021-07-19 10:26:10 -07:00 |
|