refactor(compiler): bump metadata version to 4 (#19338)
Also adds auto upgrade from lower version based
on the .d.ts file (e.g. from version 3 to 4).
This is needed as we are now also capturing type aliases
in metadata files (and we rely on this),
see 6e3498ca8e
.
This commit is contained in:

committed by
Victor Berchet

parent
86ffacf7ce
commit
a75040d0a1
@ -58,7 +58,7 @@ travisFoldEnd "tsc tools"
|
||||
|
||||
|
||||
travisFoldStart "tsc all"
|
||||
$(npm bin)/tsc -p packages
|
||||
node dist/tools/@angular/compiler-cli/src/main -p packages/tsconfig-metadata.json
|
||||
$(npm bin)/tsc -p packages
|
||||
$(npm bin)/tsc -p modules
|
||||
travisFoldEnd "tsc all"
|
||||
|
Reference in New Issue
Block a user