fix(typings): don't test compiler-cli typings on TS 1.8
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import * as compiler from '@angular/compiler';
|
||||
import * as compiler_cli from '@angular/compiler-cli';
|
||||
import * as compilerTesting from '@angular/compiler/testing';
|
||||
import * as coreTesting from '@angular/core';
|
||||
import * as core from '@angular/core/testing';
|
||||
@ -17,7 +16,6 @@ import * as upgrade from '@angular/upgrade';
|
||||
export default {
|
||||
compiler,
|
||||
compilerTesting,
|
||||
compiler_cli,
|
||||
core,
|
||||
coreTesting,
|
||||
http,
|
||||
|
@ -2,8 +2,9 @@
|
||||
set -ex -o pipefail
|
||||
|
||||
# These ones can be `npm link`ed for fast development
|
||||
# Note that compiler-cli does not support TS 1.8 because tsc-wrapped uses 1.9 features
|
||||
LINKABLE_PKGS=(
|
||||
$(pwd)/dist/packages-dist/{common,core,compiler,compiler-cli,http,router,router-deprecated,upgrade,platform-{browser,browser-dynamic,server}}
|
||||
$(pwd)/dist/packages-dist/{common,core,compiler,http,router,router-deprecated,upgrade,platform-{browser,browser-dynamic,server}}
|
||||
)
|
||||
|
||||
TMPDIR=${TMPDIR:-/tmp/angular-build/}
|
||||
|
Reference in New Issue
Block a user