init; finish basic css for field_icon_drop_down
Showing
326 changed files
with
4931 additions
and
0 deletions
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc
0 → 100644
.github/CONTRIBUTING.md
0 → 100644
.github/ISSUE_TEMPLATE.md
0 → 100644
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
.github/workflows/publish-npm-package.yml
0 → 100644
.github/workflows/pull-request-check.yml
0 → 100644
.gitignore
0 → 100644
.npmignore
0 → 100644
.npmrc
0 → 100644
.tx/config
0 → 100644
LICENSE
0 → 100644
TRADEMARK
0 → 100644
blocks_common/colour.js
0 → 100644
blocks_common/math.js
0 → 100644
blocks_common/matrix.js
0 → 100644
blocks_common/note.js
0 → 100644
blocks_common/text.js
0 → 100644
blocks_compressed_vertical.js.config
0 → 100644
blocks_horizontal/control.js
0 → 100644
blocks_horizontal/default_toolbox.js
0 → 100644
blocks_horizontal/event.js
0 → 100644
blocks_horizontal/wedo.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/control.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/data.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/default_toolbox.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/device.js
0 → 100644
blocks_vertical/event.js
0 → 100644
blocks_vertical/extensions.js
0 → 100644
blocks_vertical/looks.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/motion.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/operators.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/procedures.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/sensing.js
0 → 100644
This diff is collapsed.
Click to expand it.
blocks_vertical/sound.js
0 → 100644
blocks_vertical/stdint.js
0 → 100644
blocks_vertical/vertical_extensions.js
0 → 100644
build.py
0 → 100644
This diff is collapsed.
Click to expand it.
build/gen_blocks.js
0 → 100644
build/gen_language.js
0 → 100644
build/test_expect.js
0 → 100644
build/test_input.js
0 → 100644
cleanup.sh
0 → 100644
core/block.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/block_animations.js
0 → 100644
core/block_drag_surface.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/block_dragger.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/block_events.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/block_render_svg_horizontal.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/block_render_svg_vertical.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/block_svg.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/blockly.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/blocks.js
0 → 100644
core/bubble.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/bubble_dragger.js
0 → 100644
core/colours.js
0 → 100644
core/comment.js
0 → 100644
core/comment_events.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/connection.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/connection_db.js
0 → 100644
core/constants.js
0 → 100644
core/contextmenu.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/css.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/data_category.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/device.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/dragged_connection_manager.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/dropdowndiv.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/events.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/events_abstract.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/extensions.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_angle.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_checkbox.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_colour.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_colour_slider.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_date.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_dropdown.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_icon_dropdown.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_iconmenu.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_image.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_label.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_label_serializable.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_matrix.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_note.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_number.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_numberdropdown.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_slider.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_textdropdown.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_textinput.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_textinput_removable.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_variable.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_variable_getter.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/field_vertical_separator.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/flyout_base.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/flyout_button.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/flyout_dragger.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/flyout_extension_category_header.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/flyout_horizontal.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/flyout_vertical.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/generator.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/gesture.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/grid.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/icon.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/inject.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/input.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/insertion_marker_manager.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/msg.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/mutator.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/names.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/options.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/procedures.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/program_mode.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/rendered_connection.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/scratch_block_comment.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/scratch_blocks_utils.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/scratch_bubble.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/scratch_events.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/scratch_msgs.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/scrollbar.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/toolbox.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/tooltip.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/touch.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/trashcan.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/ui_events.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/ui_menu_utils.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/utils.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/variable_events.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/variable_map.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/variable_model.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/variables.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/warning.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/widgetdiv.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace_audio.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace_comment.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace_comment_render_svg.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace_comment_svg.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace_drag_surface_svg.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace_dragger.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/workspace_svg.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/xml.js
0 → 100644
This diff is collapsed.
Click to expand it.
core/zoom_controls.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/arduino.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/colour.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/control.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/data.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/esp32.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/esp8266.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/event.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/k210.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/math.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/matrix.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/operator.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/procedures.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/raspberryPiPico.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/arduino/text.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/colour.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/control.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/data.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/event.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/math.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/matrix.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/microbit.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/operator.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/procedures.js
0 → 100644
This diff is collapsed.
Click to expand it.
generators/python/text.js
0 → 100644
This diff is collapsed.
Click to expand it.
gh-pages/Gemfile
0 → 100644
This diff is collapsed.
Click to expand it.
gh-pages/_config.yml
0 → 100644
This diff is collapsed.
Click to expand it.
gh-pages/index.md
0 → 100644
This diff is collapsed.
Click to expand it.
gh-pages/patch
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/common.py
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/create_messages.py
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/create_scratch_msgs.js
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/dedup_json.py
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/js_to_json.js
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/js_to_json.py
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/json_to_js.js
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/json_to_js.py
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/sync_translations.sh
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/sync_tx_translations.js
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/test_scratch_msgs.js
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/tests.py
0 → 100644
This diff is collapsed.
Click to expand it.
i18n/xliff_to_json.py
0 → 100644
This diff is collapsed.
Click to expand it.
local_build.sh
0 → 100644
This diff is collapsed.
Click to expand it.
media/1x1.gif
0 → 100644
43 Bytes
media/click.mp3
0 → 100644
No preview for this file type
media/click.ogg
0 → 100644
No preview for this file type
media/click.wav
0 → 100644
No preview for this file type
media/comment-arrow-down.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/comment-arrow-up.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/delete-x.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/delete.mp3
0 → 100644
No preview for this file type
media/delete.ogg
0 → 100644
No preview for this file type
media/delete.wav
0 → 100644
No preview for this file type
media/dropdown-arrow-dark.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/dropdown-arrow.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/extensions/microbit-block-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/extensions/music-block-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/extensions/pen-block-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/extensions/wedo2-block-icon.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/eyedropper.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/green-flag.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/handclosed.cur
0 → 100644
No preview for this file type
media/handdelete.cur
0 → 100644
No preview for this file type
media/handopen.cur
0 → 100644
No preview for this file type
media/icons/arrow.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/arrow_button.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/control_forever.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/control_repeat.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/control_stop.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/control_wait.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/event_broadcast_blue.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/event_broadcast_coral.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/event_broadcast_green.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/event_broadcast_magenta.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/event_broadcast_orange.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/event_broadcast_purple.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
media/icons/event_whenflagclicked.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/remove.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_blue.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_coral.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_green.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_magenta.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_mystery.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_orange.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_purple.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_white.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/set-led_yellow.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_motor-clockwise.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_motor-counterclockwise.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_motor-speed_fast.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_motor-speed_med.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_motor-speed_slow.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_when-distance_close.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_when-tilt-backward.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_when-tilt-forward.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_when-tilt-left.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_when-tilt-right.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/icons/wedo_when-tilt.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/repeat.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/rotate-left.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/rotate-right.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/sprites.png
0 → 100644
4.05 KB
media/sprites.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/status-not-ready.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/status-ready.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/zoom-in.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/zoom-out.svg
0 → 100644
This diff is collapsed.
Click to expand it.
media/zoom-reset.svg
0 → 100644
This diff is collapsed.
Click to expand it.
msg/js/en.js
0 → 100644
This diff is collapsed.
Click to expand it.
msg/json/en.json
0 → 100644
This diff is collapsed.
Click to expand it.
msg/messages.js
0 → 100644
This diff is collapsed.
Click to expand it.
msg/scratch_msgs.js
0 → 100644
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
This diff is collapsed.
Click to expand it.
pull_from_blockly.sh
0 → 100644
This diff is collapsed.
Click to expand it.
renovate.json5
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
shim/blockly_compressed_horizontal.goog.js
0 → 100644
This diff is collapsed.
Click to expand it.
shim/blockly_compressed_horizontal.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
shim/blockly_compressed_vertical.Blockly.js
0 → 100644
This diff is collapsed.
Click to expand it.
shim/blockly_compressed_vertical.goog.js
0 → 100644
This diff is collapsed.
Click to expand it.
shim/blockly_compressed_vertical.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
shim/blocks_compressed_horizontal.js
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
shim/blocks_compressed_vertical.js
0 → 100644
This diff is collapsed.
Click to expand it.
shim/gh-pages.js
0 → 100644
This diff is collapsed.
Click to expand it.
shim/horizontal.js
0 → 100644
This diff is collapsed.
Click to expand it.
shim/index.js
0 → 100644
This diff is collapsed.
Click to expand it.
shim/vertical.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/blocks/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/blocks/logic_ternary_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/custom_procedure_playground.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/horizontal_playground.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/block_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/connection_db_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/connection_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/db_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/event_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/extensions_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/field_angle_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/field_number_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/field_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/field_variable_getter_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/field_variable_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/generator_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/gesture_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/horizontal_tests.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/input_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/json_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/names_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/procedure_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/scratch_block_comment_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/svg_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/test_runner.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/test_utilities.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/utils_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/variable_map_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/variable_model_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/vertical_tests.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/widget_div_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/workspace_comment_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/workspace_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/workspace_undo_redo_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/jsunit/xml_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
tests/multi_playground.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/scripts/setup_linux_env.sh
0 → 100644
This diff is collapsed.
Click to expand it.
tests/vertical_playground.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/vertical_playground_compressed.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/workspace_svg/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
tests/workspace_svg/workspace_svg_test.js
0 → 100644
This diff is collapsed.
Click to expand it.
webpack.config.js
0 → 100644
This diff is collapsed.
Click to expand it.
-
Please register or sign in to post a comment