chore(tsickle): add @Annotation annotations
This lets users continue using runtime-sideeffect Decorators if they choose, only down-leveling the marked ones to Annotations. Also remove the "skipTemplateCodegen" option, which is no longer needed since Angular compiles with tsc-wrapped rather than ngc. The former doesn't include any codegen.
This commit is contained in:
@ -33,8 +33,9 @@ echo 'travis_fold:end:test.unit.node'
|
||||
|
||||
echo 'travis_fold:start:test.unit.localChrome'
|
||||
|
||||
# rebuild to codegen files in @angular/compiler/test
|
||||
node dist/all/@angular/compiler-cli/src/main -p modules/tsconfig.json
|
||||
# rebuild to revert files in @angular/compiler/test
|
||||
# TODO(tbosch): remove this and teach karma to serve the right files
|
||||
node dist/tools/@angular/tsc-wrapped/src/main -p modules/tsconfig.json
|
||||
|
||||
# Run unit tests in local chrome
|
||||
if [[ ${TRAVIS} ]]; then
|
||||
|
Reference in New Issue
Block a user