|
Reducing the amount of code we generate in the compiler: We still continue
generating all files like before, especially for observable, but this reduces
what we need to generate further. In particular, I moved template pieces back to
the html page, moved initialization code out of the user's main file, and moved
css code out of the webcomponent class
Total comments: 14
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+692 lines, -373 lines) |
Patch |
 |
M |
example/component/news/test/expected/news_index_test.html.txt
|
View
|
|
1 chunk |
+20 lines, -2 lines |
0 comments
|
Download
|
 |
M |
example/component/news/web/news-component.html
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_listorder_test.html.txt
|
View
|
1
2
|
4 chunks |
+91 lines, -8 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_mainpage2_test.html.txt
|
View
|
1
2
|
3 chunks |
+84 lines, -5 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_mainpage_test.html.txt
|
View
|
1
2
|
1 chunk |
+79 lines, -2 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/expected/todomvc_markdone_test.html.txt
|
View
|
1
2
|
6 chunks |
+99 lines, -14 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/todomvc_listorder_test.html
|
View
|
1
2
|
1 chunk |
+14 lines, -10 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/test/todomvc_mainpage2_test.html
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
example/todomvc/test/todomvc_mainpage_test.html
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
example/todomvc/test/todomvc_markdone_test.html
|
View
|
1
2
3
|
3 chunks |
+23 lines, -16 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/app.dart
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/app.html
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/editable_label.dart
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/editable_label.html
|
View
|
1
2
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/router_options.dart
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
example/todomvc/web/router_options.html
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/todo_row.dart
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/web/todo_row.html
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/custom_element.dart
|
View
|
1
2
|
5 chunks |
+3 lines, -43 lines |
0 comments
|
Download
|
 |
M |
lib/polymer.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
lib/polymer_element.dart
|
View
|
1
2
|
4 chunks |
+64 lines, -23 lines |
2 comments
|
Download
|
 |
A |
lib/scoped_css.dart
|
View
|
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/analyzer.dart
|
View
|
|
4 chunks |
+10 lines, -6 lines |
0 comments
|
Download
|
 |
M |
lib/src/compiler.dart
|
View
|
|
7 chunks |
+24 lines, -55 lines |
0 comments
|
Download
|
 |
M |
lib/src/emitters.dart
|
View
|
|
9 chunks |
+63 lines, -133 lines |
0 comments
|
Download
|
 |
M |
lib/src/html_css_fixup.dart
|
View
|
1
2
|
6 chunks |
+31 lines, -15 lines |
0 comments
|
Download
|
 |
M |
lib/src/info.dart
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
test/compiler_test.dart
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/css_test.dart
|
View
|
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
test/data/unit/event_path_test.html
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
test/data/unit/events_test.html
|
View
|
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|