mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
feat(@angular-devkit/build-optimizer): update typescript
dependency to 3.0.x
This commit is contained in:
parent
88804b63dc
commit
a723310e94
@ -21,7 +21,7 @@ describe('Browser Builder build optimizer', () => {
|
|||||||
|
|
||||||
it('works', (done) => {
|
it('works', (done) => {
|
||||||
const overrides = { aot: true, buildOptimizer: true };
|
const overrides = { aot: true, buildOptimizer: true };
|
||||||
runTargetSpec(host, browserTargetSpec, overrides).pipe(
|
runTargetSpec(host, browserTargetSpec, overrides, DefaultTimeout * 3).pipe(
|
||||||
tap((buildEvent) => expect(buildEvent.success).toBe(true)),
|
tap((buildEvent) => expect(buildEvent.success).toBe(true)),
|
||||||
tap(() => {
|
tap(() => {
|
||||||
const content = virtualFs.fileBufferToString(host.scopedSync().read(normalize(fileName)));
|
const content = virtualFs.fileBufferToString(host.scopedSync().read(normalize(fileName)));
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"loader-utils": "^1.1.0",
|
"loader-utils": "^1.1.0",
|
||||||
"source-map": "^0.5.6",
|
"source-map": "^0.5.6",
|
||||||
"typescript": "~2.9.2",
|
"typescript": "~3.0.1",
|
||||||
"webpack-sources": "^1.1.0"
|
"webpack-sources": "^1.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user