|
work in progress: observable implementation using detailed change records
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+2862 lines, -114 lines) |
Patch |
 |
A |
bin/build_observable.dart
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/main.dart
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
example/todomvc/model.dart
|
View
|
|
3 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
A |
lib/observe.dart
|
View
|
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/observe/expression.dart
|
View
|
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/observe/list.dart
|
View
|
|
1 chunk |
+255 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/observe/map.dart
|
View
|
|
1 chunk |
+396 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/observe/observable.dart
|
View
|
|
1 chunk |
+237 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/observe/reference.dart
|
View
|
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/observe/set.dart
|
View
|
|
1 chunk |
+190 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/analyzer.dart
|
View
|
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/src/codegen.dart
|
View
|
|
2 chunks |
+10 lines, -5 lines |
0 comments
|
Download
|
 |
M |
lib/src/compiler.dart
|
View
|
|
7 chunks |
+174 lines, -49 lines |
0 comments
|
Download
|
 |
A |
lib/src/dart_parser.dart
|
View
|
|
1 chunk |
+262 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/directive_parser.dart
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
lib/src/emitters.dart
|
View
|
|
3 chunks |
+19 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/src/files.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/src/info.dart
|
View
|
|
5 chunks |
+20 lines, -5 lines |
0 comments
|
Download
|
 |
A |
lib/src/linked_list.dart
|
View
|
|
1 chunk |
+82 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/observable_transform.dart
|
View
|
|
1 chunk |
+160 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/observe/impl.dart
|
View
|
|
1 chunk |
+149 lines, -0 lines |
0 comments
|
Download
|
 |
A |
lib/src/refactor.dart
|
View
|
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/utils.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
lib/templating.dart
|
View
|
|
10 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
M |
lib/watcher.dart
|
View
|
|
6 chunks |
+25 lines, -26 lines |
0 comments
|
Download
|
 |
M |
lib/web_ui.dart
|
View
|
|
2 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
pubspec.yaml
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
test/observe_test.dart
|
View
|
|
1 chunk |
+567 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/run_all.dart
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|