angular-cn/packages/compiler-cli/ngcc/test/host
Pete Bacon Darwin 98a68ad3e7 fix(ivy): handle namespaced imports correctly (#31367)
The ngcc tool adds namespaced imports to files when compiling. The ngtsc
tooling was not processing types correctly when they were imported via
such namespaces. For example:

```
export declare class SomeModule {
    static withOptions(...): ModuleWithProviders<ɵngcc1.BaseModule>;
```

In this case the `BaseModule` was being incorrectly attributed to coming
from the current module rather than the imported module, represented by
`ɵngcc1`.

Fixes #31342

PR Close #31367
2019-07-09 09:40:30 -07:00
..
commonjs_host_import_helper_spec.ts feat(ivy): ngcc - handle top-level helper calls in CommonJS (#31335) 2019-07-01 10:09:41 -07:00
commonjs_host_spec.ts fix(ivy): ngcc - support bare array constructor param decorators (#30591) 2019-06-26 08:00:03 -07:00
esm5_host_import_helper_spec.ts fix(ivy): handle namespaced imports correctly (#31367) 2019-07-09 09:40:30 -07:00
esm5_host_spec.ts fix(ivy): ngcc - support bare array constructor param decorators (#30591) 2019-06-26 08:00:03 -07:00
esm2015_host_import_helper_spec.ts fix(ivy): handle namespaced imports correctly (#31367) 2019-07-09 09:40:30 -07:00
esm2015_host_spec.ts fix(ivy): ngcc - support bare array constructor param decorators (#30591) 2019-06-26 08:00:03 -07:00
umd_host_spec.ts fix(ivy): ngcc - support bare array constructor param decorators (#30591) 2019-06-26 08:00:03 -07:00
util.ts refactor(ivy): implement a virtual file-system layer in ngtsc + ngcc (#30921) 2019-06-25 16:25:24 -07:00