angular/packages/compiler-cli/ngcc/test
George Kalpakas 8197557fcf refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040)
Rename the `package` property to `packagePath` on the `EntryPoint`
interface. This makes it more clear that the `packagePath` property
holds the absolute path to the containing package (similar to how `path`
holds the path to the entry-point). This will also align with the
`packageName` property that will be added in a subsequent commit.

This commit also re-orders the `EntryPoint` properties to group related
properties together and to match the order of properties on instances
with that on the interface.

PR Close #37040
2020-06-11 18:58:36 -07:00
..
analysis refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040) 2020-06-11 18:58:36 -07:00
dependencies refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040) 2020-06-11 18:58:36 -07:00
entry_point_finder refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040) 2020-06-11 18:58:36 -07:00
execution build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
helpers refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040) 2020-06-11 18:58:36 -07:00
host fix(ngcc): find decorated constructor params on IIFE wrapped classes (#37436) 2020-06-05 09:22:04 -07:00
integration fix(ngcc): correctly get config for sub-entry-points when primary entry-point is ignored (#37040) 2020-06-11 18:58:36 -07:00
locking perf(ngcc): allow immediately reporting a stale lock file (#37250) 2020-06-02 17:30:03 -04:00
logging build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
migrations build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
packages refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040) 2020-06-11 18:58:36 -07:00
rendering refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040) 2020-06-11 18:58:36 -07:00
sourcemaps build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
writing refactor(ngcc): rename EntryPoint#package to EntryPoint#packagePath (#37040) 2020-06-11 18:58:36 -07:00
BUILD.bazel refactor(ngcc): fix typos in comments (#37040) 2020-06-11 18:58:36 -07:00
ngcc_options_spec.ts perf(ngcc): cache parsed tsconfig between runs (#37417) 2020-06-04 09:19:38 -07:00
utils_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00