|
|
Switch polymer's build.dart to use the new linter. This CL does the following
changes:
- deletes the old compiler entirely and switches over to the new linter.
- adds a new build_helper.dart (to replace components_build.dart)
- defines 'lint' and 'deploy' methods that can be called from build.dart
- includes options to limit the scope of what's an entrypoint, and to override
the currentPackage and packageDirs
- includes the '--deploy' flag to address: dartbug.com/13050
R=jmesserly@google.com
Committed: https://code.google.com/p/dart/source/detail?r=27403
Total comments: 51
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+746 lines, -3474 lines) |
Patch |
 |
D |
pkg/polymer/build.dart
|
View
|
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
A |
pkg/polymer/lib/builder.dart
|
View
|
1
2
|
1 chunk |
+292 lines, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/component_build.dart
|
View
|
1
2
|
1 chunk |
+10 lines, -94 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/deploy.dart
|
View
|
1
2
|
5 chunks |
+34 lines, -217 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/dwc.dart
|
View
|
|
1 chunk |
+0 lines, -58 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/polymer_element.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/analyzer.dart
|
View
|
|
1 chunk |
+0 lines, -481 lines |
0 comments
|
Download
|
 |
A |
pkg/polymer/lib/src/barback_runner.dart
|
View
|
1
2
|
1 chunk |
+240 lines, -0 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/compiler.dart
|
View
|
|
1 chunk |
+0 lines, -360 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/compiler_options.dart
|
View
|
|
1 chunk |
+0 lines, -144 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/css_analyzer.dart
|
View
|
|
1 chunk |
+0 lines, -503 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/css_emitters.dart
|
View
|
|
1 chunk |
+0 lines, -120 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/custom_tag_name.dart
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/file_system.dart
|
View
|
|
1 chunk |
+0 lines, -35 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/file_system/console.dart
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/files.dart
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/info.dart
|
View
|
|
1 chunk |
+0 lines, -183 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/linter.dart
|
View
|
|
6 chunks |
+32 lines, -5 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/messages.dart
|
View
|
|
1 chunk |
+0 lines, -149 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/transform.dart
|
View
|
|
1 chunk |
+12 lines, -8 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/transform/code_extractor.dart
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/transform/common.dart
|
View
|
1
|
2 chunks |
+40 lines, -20 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/transform/import_inliner.dart
|
View
|
1
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/transform/polyfill_injector.dart
|
View
|
1
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/transform/script_compactor.dart
|
View
|
1
2
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/lib/src/utils.dart
|
View
|
|
1 chunk |
+21 lines, -164 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/lib/src/utils_observe.dart
|
View
|
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/test/build/compiler_test.dart
|
View
|
1
2
|
1 chunk |
+0 lines, -110 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/test/build/css_test.dart
|
View
|
1
2
|
1 chunk |
+0 lines, -500 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/test/build/linter_test.dart
|
View
|
1
2
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
D |
pkg/polymer/test/build/testing.dart
|
View
|
1
2
|
1 chunk |
+0 lines, -111 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/test/transform/all_phases_test.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/test/transform/code_extractor_test.dart
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/test/transform/import_inliner_test.dart
|
View
|
|
12 chunks |
+14 lines, -12 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/test/transform/polyfill_injector_test.dart
|
View
|
|
3 chunks |
+7 lines, -5 lines |
0 comments
|
Download
|
 |
M |
pkg/polymer/test/transform/script_compactor_test.dart
|
View
|
|
4 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
samples/third_party/todomvc/build.dart
|
View
|
1
2
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|