angular-cn/modules/@angular/compiler-cli/test
Miško Hevery 790362e243 fix: put all `ngc` files into a single directory (#10486)
Prior to this change `ngc` would place generated files which refer
to components in the node_modules into the node_module. This is an
issue. Now all of the files are forced into a single directory
as specified in `tsconfig.json` by the `genDir` option.

see: https://docs.google.com/document/d/1OgP1RIpZ-lWUc4113J3w13HTDcW-1-0o7TuGz0tGx0g
2016-08-03 21:34:03 -07:00
..
mocks.ts chore(tests): enable lint, make it green. (#10224) 2016-07-21 17:12:00 -07:00
reflector_host_spec.ts fix: put all `ngc` files into a single directory (#10486) 2016-08-03 21:34:03 -07:00
static_reflector_spec.ts feat(compiler): Support default parameters in static reflector (#10370) 2016-07-29 09:10:45 -07:00