angular/packages/compiler-cli/test
Tobias Bosch 45747ed531 fix(compiler): don’t lower property accesses of exported symbols (#19301)
E.g. this allows the following to work:
```
@Decorator({
  useValue: MyClass.someMethod
})
class MyClass {
  static someMethod() {}
}
```
PR Close #19301
2017-09-21 09:59:40 -07:00
..
diagnostics perf(compiler): speed up watch mode (#19275) 2017-09-19 16:55:23 -07:00
metadata fix(compiler): collect non exported symbols in d.ts files (#19301) 2017-09-21 09:59:40 -07:00
transformers fix(compiler): don’t lower property accesses of exported symbols (#19301) 2017-09-21 09:59:40 -07:00
aot_host_spec.ts refactor(compiler): remove all source-level traces to tsc-wrapped (#18966) 2017-09-13 20:47:37 -04:00
extract_i18n_spec.ts refactor(compiler): remove all source-level traces to tsc-wrapped (#18966) 2017-09-13 20:47:37 -04:00
mocks.ts perf(compiler): make the creation of ts.Program faster. (#19275) 2017-09-19 16:55:23 -07:00
ngc_spec.ts perf(compiler): make the creation of ts.Program faster. (#19275) 2017-09-19 16:55:23 -07:00
perform_watch_spec.ts perf(compiler): speed up watch mode (#19275) 2017-09-19 16:55:23 -07:00
test_support.ts perf(compiler): speed up watch mode (#19275) 2017-09-19 16:55:23 -07:00