Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(647)

Issue 2752163002: Format all dart dev compiler files (Closed)

Created:
3 years, 9 months ago by Jacob
Modified:
3 years, 9 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3822 lines, -3055 lines) Patch
M pkg/dev_compiler/lib/src/js_ast/builder.dart View 31 chunks +188 lines, -126 lines 0 comments Download
M pkg/dev_compiler/lib/src/js_ast/characters.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/lib/src/js_ast/js_types.dart View 10 chunks +13 lines, -8 lines 0 comments Download
M pkg/dev_compiler/lib/src/js_ast/nodes.dart View 44 chunks +121 lines, -88 lines 0 comments Download
M pkg/dev_compiler/lib/src/js_ast/printer.dart View 44 chunks +101 lines, -101 lines 0 comments Download
M pkg/dev_compiler/lib/src/js_ast/template.dart View 8 chunks +11 lines, -6 lines 0 comments Download
M pkg/dev_compiler/lib/src/js_ast/type_printer.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/test/closure/closure_annotation_test.dart View 4 chunks +21 lines, -16 lines 0 comments Download
M pkg/dev_compiler/test/closure/closure_type_test.dart View 3 chunks +11 lines, -7 lines 0 comments Download
M pkg/dev_compiler/test/codegen/async_helper.dart View 3 chunks +2 lines, -3 lines 0 comments Download
M pkg/dev_compiler/test/codegen/closure.dart View 4 chunks +8 lines, -6 lines 0 comments Download
M pkg/dev_compiler/test/codegen/destructuring.dart View 2 chunks +13 lines, -7 lines 0 comments Download
M pkg/dev_compiler/test/codegen/es6_modules.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/dev_compiler/test/codegen/js_test.dart View 24 chunks +39 lines, -55 lines 0 comments Download
M pkg/dev_compiler/test/codegen/map_keys.dart View 1 chunk +6 lines, -5 lines 0 comments Download
M pkg/dev_compiler/test/codegen/node_modules.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M pkg/dev_compiler/test/codegen/script.dart View 1 chunk +1 line, -0 lines 0 comments Download
M pkg/dev_compiler/test/codegen/sunflower/sunflower.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/test/js/builder_test.dart View 1 chunk +3 lines, -6 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions.dart View 11 chunks +23 lines, -19 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/conversions_dart2js.dart View 5 chunks +12 lines, -10 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/css_class_set.dart View 4 chunks +8 lines, -12 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/device.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/filtered_element_list.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/html_common.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/lists.dart View 1 chunk +1 line, -5 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/html_common/metadata.dart View 5 chunks +1 line, -4 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 59 chunks +165 lines, -137 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/js/dart2js/js_dart2js.dart View 10 chunks +39 lines, -19 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart View 203 chunks +942 lines, -616 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/typed_data/typed_data.dart View 36 chunks +96 lines, -81 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 60 chunks +172 lines, -127 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/web_gl/dart2js/web_gl_dart2js.dart View 81 chunks +518 lines, -319 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart View 11 chunks +41 lines, -30 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/libraries.dart View 4 chunks +57 lines, -108 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/async_patch.dart View 7 chunks +26 lines, -21 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart View 15 chunks +49 lines, -38 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/convert_patch.dart View 13 chunks +34 lines, -38 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart View 20 chunks +70 lines, -76 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart View 5 chunks +15 lines, -25 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/internal_patch.dart View 3 chunks +5 lines, -7 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/io_patch.dart View 17 chunks +93 lines, -53 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/isolate_patch.dart View 7 chunks +81 lines, -86 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/math_patch.dart View 6 chunks +20 lines, -31 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/mirrors_patch.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/patch/typed_data_patch.dart View 1 chunk +120 lines, -82 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/errors.dart View 2 chunks +21 lines, -7 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/generators.dart View 3 chunks +12 lines, -4 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/runtime.dart View 1 chunk +3 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/ddc_runtime/utils.dart View 3 chunks +9 lines, -3 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart View 3 chunks +16 lines, -5 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/interceptors.dart View 5 chunks +4 lines, -8 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/isolate_helper.dart View 46 chunks +180 lines, -167 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/isolate_serialization.dart View 3 chunks +35 lines, -19 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_array.dart View 13 chunks +20 lines, -18 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_helper.dart View 25 chunks +85 lines, -82 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_number.dart View 11 chunks +22 lines, -28 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_primitives.dart View 1 chunk +1 line, -2 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_string.dart View 9 chunks +11 lines, -13 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/native_helper.dart View 2 chunks +6 lines, -6 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/native_typed_data.dart View 75 chunks +204 lines, -234 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/regexp_helper.dart View 5 chunks +23 lines, -25 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/string_helper.dart View 10 chunks +17 lines, -31 lines 0 comments Download
M pkg/dev_compiler/web/main.dart View 1 chunk +2 lines, -1 line 0 comments Download
M pkg/dev_compiler/web/web_command.dart View 5 chunks +9 lines, -13 lines 0 comments Download

Messages

Total messages: 5 (2 generated)
Jacob
3 years, 9 months ago (2017-03-16 03:33:16 UTC) #2
vsm
change in the formatter? lgtm
3 years, 9 months ago (2017-03-16 03:39:48 UTC) #3
Jacob
3 years, 9 months ago (2017-03-16 04:34:33 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
9484ac8bdf80e8ab38d5af56070ebde81befe850 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698