angular-cn/tools/@angular/tsc-wrapped/test
Chuck Jazdzewski 39a2c39cef feat(compiler): Added "strictMetadataEmit" option to ngc (#10951)
ngc can now validate metadata before emitting to verify it doesn't
contain an error symbol that will result in a runtime error if
it is used by the StaticReflector.

To enable this add the section,

  "angularCompilerOptions": {
    "strictMetadataEmit": true
  }

to the top level of the tsconfig.json file passed to ngc.

Enabled metadata validation for packages that are intended to be
used statically.
2016-08-22 17:37:48 -07:00
..
collector.spec.ts feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
evaluator.spec.ts feat(compiler): Added "strictMetadataEmit" option to ngc (#10951) 2016-08-22 17:37:48 -07:00
symbols.spec.ts chore(tools): Remove use of TypeChecker from metadata collector. 2016-06-02 13:39:15 -07:00
tsc.spec.ts build(ngc): run integration test hermetically 2016-05-27 17:21:35 -07:00
typescript.mocks.ts build(ngc): run integration test hermetically 2016-05-27 17:21:35 -07:00