Issue 12096106:
work in progress: observable implementation using detailed change records (Closed)
Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set:
Created 7 years, 10 months ago
Use n/p to move between diff chunks;
N/P to move between comments.
Draft comments are only viewable by you.
8 var transformed = transformObservables('foo.dart', r'''
9 @observable
10 class Foo {
11 String bar = 123, baz;
12 var quux;
13 final notMutable;
14 const notMutableAlso;
15 String get notAField => bar;
16 }
17 ''');
18 print(transformed);
19 }
OLD
NEW
« no previous file with comments
|
« no previous file
|
example/todomvc/main.dart » ('j')
|
no next file with comments »
Issue 12096106: work in progress: observable implementation using detailed change records
(Closed)
Created 7 years, 10 months ago by Jennifer Messerly
Modified 7 years, 10 months ago
Reviewers:
Base URL: https://github.com/dart-lang/web-ui.git@master
Comments: 0