angular/modules/angular2/src/test_lib
yjbanov 3531bb7118 feat(bootstrap): remove the need for explicit reflection setup in bootstrap code
BREAKING CHANGES:

Dart applications and TypeScript applications meant to transpile to Dart must now
import `package:angular2/bootstrap.dart` instead of `package:angular2/angular2.dart`
in their bootstrap code. `package:angular2/angular2.dart` no longer export the
bootstrap function. The transformer rewrites imports of `bootstrap.dart` and calls
to `bootstrap` to `bootstrap_static.dart` and `bootstrapStatic` respectively.
2015-07-22 17:02:32 -07:00
..
benchmark_util.ts fix(src/reflection && src/test_lib): Fixes bugs that caused benchmarks to fail. 2015-06-02 13:11:30 -07:00
e2e_util.dart style(dart): Format Dart source with dart_style 0.1.8 2015-05-29 10:42:47 -07:00
e2e_util.ts fix(src/reflection && src/test_lib): Fixes bugs that caused benchmarks to fail. 2015-06-02 13:11:30 -07:00
fake_async.dart refactor(dart): Run dartfmt 0.1.8 2015-06-05 11:45:36 -07:00
fake_async.ts chore: run clang-format on code base. 2015-07-12 18:50:52 +02:00
lang_utils.dart feat(fakeAsync): allow simulating the passage of time 2015-05-19 06:51:15 +02:00
lang_utils.ts refactor(ts'ify): ts’ify mocks, directives and test_lib 2015-05-21 15:33:37 -07:00
perf_util.dart refactor (angular2/test_lib): ts'ifying last of test_lib 2015-06-02 13:11:30 -07:00
perf_util.ts chore(benchpress): add browserify bundling 2015-06-29 10:29:59 -07:00
shims_for_IE.dart refactor (angular2/test_lib): ts'ifying last of test_lib 2015-06-02 13:11:30 -07:00
shims_for_IE.ts refactor (angular2/test_lib): ts'ifying last of test_lib 2015-06-02 13:11:30 -07:00
spies.dart feat(change_detection): added support for ObservableList from package:observe 2015-07-15 17:06:42 -07:00
spies.ts refactor(di): added support for custom dep providers 2015-07-07 08:27:54 -07:00
test_component_builder.ts chore(doc-gen): remove unnecessary @public and @exportedAs tags 2015-07-11 07:21:46 +01:00
test_injector.ts feat(bootstrap): remove the need for explicit reflection setup in bootstrap code 2015-07-22 17:02:32 -07:00
test_lib.dart refactor: remove direct import of unittest from test_lib 2015-07-20 09:01:12 -07:00
test_lib.ts feat(compiler): attach components and project light dom during compilation. 2015-07-15 20:23:27 -07:00
utils.ts feat(build): require parameter types 2015-07-21 06:20:13 -07:00