Commit Graph

5988 Commits

Author SHA1 Message Date
Aaron Dodson
d1ae27eb60 clang-format core/comment.js 2021-07-16 14:48:29 -07:00
Aaron Dodson
30a6948a9a Migrate core/comment.js to named requires 2021-07-16 14:48:29 -07:00
Aaron Dodson
530964e03b Migrate core/comment.js to goog.module 2021-07-16 14:48:29 -07:00
Aaron Dodson
f38a451987 Migrate core/comment.js to ES6 const/let 2021-07-16 14:48:29 -07:00
kozbial
1b15437e2f Migrate core/interfaces/i_draggable.js named requires 2021-07-16 14:15:17 -07:00
kozbial
9806fc13f9 Migrate core/interfaces/i_draggable.js to goog.module 2021-07-16 14:15:17 -07:00
kozbial
98e6020baf Migrate core/interfaces/i_delete_area.js named requires 2021-07-16 14:14:28 -07:00
kozbial
cae985369d Migrate core/interfaces/i_delete_area.js to goog.module 2021-07-16 14:14:28 -07:00
Rachel Fenichel
3a23fe3b1e Merge pull request #5100 from google/rachel-fenichel-patch-2
Use pull request target trigger for tagging cleanup
2021-07-16 14:06:58 -07:00
Rachel Fenichel
8c0304ece8 Use pull request target trigger for tagging cleanup 2021-07-16 14:02:44 -07:00
Rachel Fenichel
ec9030818f Merge pull request #5086 from google/rachel-fenichel-patch-1
Auto-tag and add milestones for cleanup PRs
2021-07-16 13:32:52 -07:00
Rachel Fenichel
aefeb1655f Merge pull request #5083 from rachel-fenichel/update_common_drawer
Migrate core/renderers/common/drawer.js to goog.module syntax
2021-07-16 13:16:26 -07:00
kozbial
a2d12a1536 Migrate core/interfaces/i_deletable.js to goog.module 2021-07-16 13:13:13 -07:00
Rachel Fenichel
218046495f Sort requires 2021-07-16 13:12:05 -07:00
kozbial
4ab9380434 Migrate core/interfaces/i_component.js to goog.module 2021-07-16 13:03:24 -07:00
kozbial
bfc801ed9f Migrate core/interfaces/i_bounded_element.js named requires 2021-07-16 13:02:52 -07:00
kozbial
e922d2a831 Migrate core/interfaces/i_bounded_element.js to goog.module 2021-07-16 13:02:52 -07:00
kozbial
88525f5ab4 Migrate core/interfaces/i_block_dragger.js named requires 2021-07-16 12:25:06 -07:00
kozbial
19e86ed5db Migrate core/interfaces/i_block_dragger.js to goog.module 2021-07-16 12:25:06 -07:00
kozbial
972f3022ed Migrate core/utils/coordinate.js to goog.module 2021-07-16 12:03:26 -07:00
kozbial
fb7bba3491 Migrate core/utils/coordinate.js to ES6 const/let 2021-07-16 12:03:26 -07:00
Rachel Fenichel
05f8c27302 Use full commit hash. 2021-07-16 11:52:38 -07:00
Rachel Fenichel
a9e60851ef Auto-tag and add milestones for cleanup PRs
For new pull requests against the goog_module branch, adds the 'type: cleanup'  label and sets the milestone to q3 2021 release.

Based on [this PR](https://github.com/eclipse-theia/theia/pull/8631/files).
2021-07-16 11:49:35 -07:00
kozbial
81658d78ce clang-format core/component_manager.js 2021-07-16 11:49:33 -07:00
kozbial
3c5479e000 Migrate core/component_manager.js named requires 2021-07-16 11:49:33 -07:00
kozbial
85b8ffce8b Migrate core/component_manager.js to goog.module 2021-07-16 11:49:33 -07:00
kozbial
8f5da9c41d Migrate core/component_manager.js to ES6 const/let 2021-07-16 11:49:33 -07:00
Aaron Dodson
410e0d58d1 Merge pull request #5079 from gonfunko/block_animations
Migrate core/block_animations.js to goog.module syntax
2021-07-16 11:12:47 -07:00
Rachel Fenichel
d2142a2e9f Clang-format core/renderers/common/drawer.js and remove unused require 2021-07-16 11:00:50 -07:00
kozbial
7e74017342 Migrate core/connection_types.js to goog.module 2021-07-16 10:52:29 -07:00
Rachel Fenichel
f80764e153 Migrate core/renderers/common/drawer.js to named requires 2021-07-16 10:51:14 -07:00
kozbial
7aae731a52 clang-format core/css.js 2021-07-16 10:46:23 -07:00
kozbial
7c23985d30 Migrate core/css.js to goog.module 2021-07-16 10:46:23 -07:00
kozbial
902112be3d Use ES6 template strings in core/css.js 2021-07-16 10:46:23 -07:00
kozbial
80d953d5b9 Migrate core/css.js to ES6 const/let 2021-07-16 10:46:23 -07:00
kozbial
fa9a175296 Update name of private property 2021-07-16 10:46:04 -07:00
kozbial
9ba9627ed1 clang-format core/extensions.js 2021-07-16 10:46:04 -07:00
kozbial
0bd678fe55 Migrate core/extensions.js named requires 2021-07-16 10:46:04 -07:00
kozbial
fed47362cd Migrate core/extensions.js to goog.module 2021-07-16 10:46:04 -07:00
kozbial
6dcc24901c Migrate core/extensions.js to ES6 const/let 2021-07-16 10:46:04 -07:00
Rachel Fenichel
94685bd8be Migrate core/renderers/common/drawer.js to goog.module 2021-07-16 09:52:32 -07:00
Aaron Dodson
841d69644d Merge branch 'goog_module' into block_animations 2021-07-16 09:04:19 -07:00
kozbial
99f8226655 Update Blockly.Blocks type annotation 2021-07-15 18:33:56 -07:00
kozbial
d8c4541130 Migrate core/blocks.js to goog.module 2021-07-15 18:33:56 -07:00
kozbial
81b16abb92 Migrate core/utils/metrics.js to goog.module 2021-07-15 17:52:04 -07:00
kozbial
5a834a9ec9 clang-format core/block_drag_surface.js 2021-07-15 16:20:49 -07:00
kozbial
18996f3aac Migrate core/block_drag_surface.js named requires 2021-07-15 16:20:49 -07:00
kozbial
4689c30634 Migrate core/block_drag_surface.js to goog.module 2021-07-15 16:20:49 -07:00
kozbial
46e00f6ac9 Migrate core/block_drag_surface.js to ES6 const/let 2021-07-15 16:20:49 -07:00
Aaron Dodson
f93ed60869 clang-format core/block_animations.js 2021-07-15 15:33:59 -07:00