angular-cn/packages/compiler-cli/ngcc/test/analysis
Pete Bacon Darwin 16d7dde2ad refactor(ivy): ngcc - implement abstract FileSystem (#29643)
This commit introduces a new interface, which abstracts access
to the underlying `FileSystem`. There is initially one concrete
implementation, `NodeJsFileSystem`, which is simply wrapping the
`fs` library of NodeJs.

Going forward, we can provide a `MockFileSystem` for test, which
should allow us to stop using `mock-fs` for most of the unit tests.
We could also implement a `CachedFileSystem` that may improve the
performance of ngcc.

PR Close #29643
2019-04-29 12:37:21 -07:00
..
decoration_analyzer_spec.ts refactor(ivy): ngcc - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00
module_with_providers_analyzer_spec.ts feat(compiler-cli): ngcc - make logging more configurable (#29591) 2019-04-01 11:53:28 -07:00
private_declarations_analyzer_spec.ts refactor(ivy): ngcc - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00
references_registry_spec.ts refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
switch_marker_analyzer_spec.ts refactor(ivy): ngcc - implement abstract FileSystem (#29643) 2019-04-29 12:37:21 -07:00