|
|
Adding Angular's DI package & Dart unittests which test it.
The non-Angular files which are being modified with this CL are:
pkg/third_party/di/test/di_test.dart
third_party/pkg/README
third_party/pkg/di/update.sh
DI is sync'd to revision 297d20694808a060c5275235aa3399dce7b87943.
BUG=
R=sigmund@google.com
Committed: https://code.google.com/p/dart/source/detail?r=31361
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1795 lines, -6 lines) |
Patch |
 |
A + |
pkg/third_party/di_tests/di_test.dart
|
View
|
1
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/README
|
View
|
1
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/.gitignore
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/Gruntfile.coffee
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/LICENSE
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/README.md
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/TODO
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/benchmark/dynamic_injector_benchmark.dart
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/benchmark/injector_benchmark_common.dart
|
View
|
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/benchmark/module_benchmark.dart
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/benchmark/static_injector_benchmark.dart
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/bin/generator.dart
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/annotations.dart
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/di.dart
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/dynamic_injector.dart
|
View
|
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/errors.dart
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/generator.dart
|
View
|
|
1 chunk |
+330 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/injector.dart
|
View
|
|
1 chunk |
+219 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/mirrors.dart
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/module.dart
|
View
|
|
1 chunk |
+148 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/reflected_type.dart
|
View
|
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/lib/static_injector.dart
|
View
|
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/package.json
|
View
|
|
1 chunk |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/pubspec.yaml
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/run-benchmarks.sh
|
View
|
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/run-tests.sh
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/test/fixed-unittest.dart
|
View
|
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/test/main.dart
|
View
|
|
1 chunk |
+519 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/di/test_tf_gen.sh
|
View
|
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
third_party/pkg/update_di.sh
|
View
|
1
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|