|
Adding package:code_transformers for unifying common transformers code
There's quite a bit of code which would be great to share between Polymer and Angular, adding this as the starting point for some of that code.
This CL is primarily a transformer that resolves the AST which can be used by other transformers when modifying code.
BUG=
R=sigmund@google.com
Committed: https://code.google.com/p/dart/source/detail?r=32859
Total comments: 64
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1082 lines, -44 lines) |
Patch |
|
A + |
pkg/code_transformers/AUTHORS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
pkg/code_transformers/LICENSE
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
pkg/code_transformers/PATENTS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
|
A + |
pkg/code_transformers/lib/resolver.dart
|
View
|
|
1 chunk |
+5 lines, -16 lines |
0 comments
|
Download
|
|
A |
pkg/code_transformers/lib/src/dart_sdk.dart
|
View
|
|
1 chunk |
+30 lines, -0 lines |
0 comments
|
Download
|
|
A |
pkg/code_transformers/lib/src/resolver.dart
|
View
|
1
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
|
A |
pkg/code_transformers/lib/src/resolver_impl.dart
|
View
|
1
2
3
|
1 chunk |
+545 lines, -0 lines |
0 comments
|
Download
|
|
A |
pkg/code_transformers/lib/src/resolver_transformer.dart
|
View
|
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
|
A + |
pkg/code_transformers/lib/src/test_harness.dart
|
View
|
|
4 chunks |
+10 lines, -31 lines |
0 comments
|
Download
|
|
A |
pkg/code_transformers/lib/tests.dart
|
View
|
1
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
|
A |
pkg/code_transformers/pubspec.yaml
|
View
|
1
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
pkg/code_transformers/test/resolver_test.dart
|
View
|
1
2
|
1 chunk |
+304 lines, -0 lines |
0 comments
|
Download
|
|
M |
pkg/pkg.status
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|