angular/packages/compiler-cli/ngcc/test
Pete Bacon Darwin b48d6e1b13 fix(ivy): ngcc - empower Esm5ReflectionHost to analyze ModuleWithProviders functions (#29092)
In ESM5 code, static methods appear as property assignments onto the constructor
function. For example:

```
var MyClass = (function() {
  function MyClass () {}
  MyClass.staticMethod = function() {};
  return MyClass;
})();
```

This commit teaches ngcc how to process these forms when searching
for `ModuleWithProviders` functions that need to be updated in the typings
files.

PR Close #29092
2019-03-20 14:45:55 -04:00
..
analysis refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
helpers refactor(ivy): ngcc - simplify Transformer.transform API (#29092) 2019-03-20 14:45:54 -04:00
host fix(ivy): ngcc - empower Esm5ReflectionHost to analyze ModuleWithProviders functions (#29092) 2019-03-20 14:45:55 -04:00
integration feat(ivy): ngcc - support only compiling the first format property to match (#29092) 2019-03-20 14:45:54 -04:00
packages refactor(ivy): ngcc - remove flat-format and use AbsoluteFsPath (#29092) 2019-03-20 14:45:54 -04:00
rendering refactor(ivy): ngcc - simplify Transformer.transform API (#29092) 2019-03-20 14:45:54 -04:00
BUILD.bazel build(ivy): ngcc - only test under no-ivy-aot mode (#29092) 2019-03-20 14:45:54 -04:00