angular-cn/packages/compiler-cli/ngcc/test/host
Alex Rickabaugh 29b8666b10 fix(ngcc): properly detect origin of constructor param types (#33901)
The ReflectionHost supports enumeration of constructor parameters, and one
piece of information it returns describes the origin of the parameter's
type. Parameter types come in two flavors: local (the type is not imported
from anywhere) or non-local (the type comes via an import).

ngcc incorrectly classified all type parameters as 'local', because in the
source files that ngcc processes the type parameter is a real ts.Identifer.
However, that identifier may still have come from an import and thus might
be non-local.

This commit changes ngcc's ReflectionHost(s) to properly recognize and
report these non-local type references.

Fixes #33677

PR Close #33901
2019-11-19 11:38:33 -08:00
..
commonjs_host_import_helper_spec.ts fix(ngcc): correctly associate decorators with aliased classes (#33878) 2019-11-18 09:10:35 -08:00
commonjs_host_spec.ts fix(ngcc): support minified ES5 scenarios (#33777) 2019-11-13 11:11:48 -08:00
esm5_host_import_helper_spec.ts fix(ngcc): correctly associate decorators with aliased classes (#33878) 2019-11-18 09:10:35 -08:00
esm5_host_spec.ts fix(ngcc): support minified ES5 scenarios (#33777) 2019-11-13 11:11:48 -08:00
esm2015_host_import_helper_spec.ts test(ngcc): avoid using spy in `Esm2015ReflectionHost` test (#33878) 2019-11-18 09:10:35 -08:00
esm2015_host_spec.ts fix(ngcc): properly detect origin of constructor param types (#33901) 2019-11-19 11:38:33 -08:00
umd_host_import_helper_spec.ts fix(ngcc): correctly associate decorators with aliased classes (#33878) 2019-11-18 09:10:35 -08:00
umd_host_spec.ts fix(ngcc): properly detect origin of constructor param types (#33901) 2019-11-19 11:38:33 -08:00
util.ts fix(ngcc): properly detect origin of constructor param types (#33901) 2019-11-19 11:38:33 -08:00