angular/packages/compiler-cli/ngcc/src/packages
Pete Bacon Darwin 0c3bb6a731 fix(ivy): ngcc - capture entry-points in top-level path-mapped folders (#31027)
The `EntryPointFinder` computes the base paths to consider
when searching for entry-points. When there are `pathMappings`
provided it works out the best top level base-paths that cover all
the potential mappings.

If this computed basePath happens to coincide with an entry-point
path itself then we were missing it.

Now we check for an entry-point even at the base-path itself.

Related to https://github.com/angular/angular-cli/pull/14755

PR Close #31027
2019-06-14 10:43:59 -07:00
..
build_marker.ts fix(ivy): ngcc - use spaces in overwritten package.json content for readability (#30831) 2019-06-05 21:22:49 -07:00
bundle_program.ts refactor(ivy): ngcc - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00
entry_point.ts fix(ivy): ngcc - prevent crash for packages without "main" property (#30950) 2019-06-11 00:12:03 +00:00
entry_point_bundle.ts fix(ivy): ngcc - prefer JavaScript source files when resolving module imports (#30017) 2019-05-01 15:41:53 -07:00
entry_point_finder.ts fix(ivy): ngcc - capture entry-points in top-level path-mapped folders (#31027) 2019-06-14 10:43:59 -07:00
ngcc_compiler_host.ts fix(ivy): handle windows drives correctly (#30297) 2019-05-13 11:26:55 -07:00
transformer.ts feat(ivy): ngcc - turn on CommonJS support (#30200) 2019-05-22 16:24:15 -07:00