Skip to content

Commit c9bfc59

Browse files
chuckjazIgorMinar
authored andcommitted
fix(tsc-wrapped): use agreed on options names (angular#14630)
1 parent fcc1d17 commit c9bfc59

File tree

14 files changed

+59
-66
lines changed

14 files changed

+59
-66
lines changed

modules/@angular/animation/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"angularCompilerOptions": {
2828
"annotateForClosureCompiler": true,
2929
"strictMetadataEmit": true,
30-
"bundleIndex": "index",
31-
"importAs": "@angular/animation"
30+
"flatModuleOutFile": "index.js",
31+
"flatModuleId": "@angular/animation"
3232
}
3333
}

modules/@angular/common/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"angularCompilerOptions": {
2727
"annotateForClosureCompiler": true,
2828
"strictMetadataEmit": true,
29-
"bundleIndex": "index",
30-
"importAs": "@angular/common"
29+
"flatModuleOutFile": "index.js",
30+
"flatModuleId": "@angular/common"
3131
}
3232
}

modules/@angular/core/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"angularCompilerOptions": {
2828
"annotateForClosureCompiler": true,
2929
"strictMetadataEmit": true,
30-
"bundleIndex": "index",
31-
"importAs": "@angular/core"
30+
"flatModuleOutFile": "index.js",
31+
"flatModuleId": "@angular/core"
3232
}
3333
}

modules/@angular/forms/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"angularCompilerOptions": {
3232
"annotateForClosureCompiler": true,
3333
"strictMetadataEmit": true,
34-
"bundleIndex": "index",
35-
"importAs": "@angular/forms"
34+
"flatModuleOutFile": "index.js",
35+
"flatModuleId": "@angular/forms"
3636
}
3737
}

modules/@angular/http/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"angularCompilerOptions": {
2727
"annotateForClosureCompiler": true,
2828
"strictMetadataEmit": true,
29-
"bundleIndex": "index",
30-
"importAs": "@angular/http"
29+
"flatModuleOutFile": "index.js",
30+
"flatModuleId": "@angular/http"
3131
}
3232
}

modules/@angular/platform-browser/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"angularCompilerOptions": {
2929
"annotateForClosureCompiler": true,
3030
"strictMetadataEmit": true,
31-
"bundleIndex": "index",
32-
"importAs": "@angular/platform-browser"
31+
"flatModuleOutFile": "index.js",
32+
"flatModuleId": "@angular/platform-browser"
3333
}
3434
}

modules/@angular/platform-server/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"angularCompilerOptions": {
3333
"annotateForClosureCompiler": true,
3434
"strictMetadataEmit": true,
35-
"bundleIndex": "index",
36-
"importAs": "@angular/platform-server"
35+
"flatModuleOutFile": "index.js",
36+
"flatModuleId": "@angular/platform-server"
3737
}
3838
}

modules/@angular/platform-webworker/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"angularCompilerOptions": {
2929
"annotateForClosureCompiler": true,
3030
"strictMetadataEmit": true,
31-
"bundleIndex": "index",
32-
"importAs": "@angular/platform-webworker"
31+
"flatModuleOutFile": "index.js",
32+
"flatModuleId": "@angular/platform-webworker"
3333
}
3434
}

modules/@angular/router/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"angularCompilerOptions": {
3030
"annotateForClosureCompiler": true,
3131
"strictMetadataEmit": true,
32-
"bundleIndex": "index",
33-
"importAs": "@angular/router"
32+
"flatModuleOutFile": "index.js",
33+
"flatModuleId": "@angular/router"
3434
}
3535
}

modules/@angular/upgrade/tsconfig-build.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"angularCompilerOptions": {
3131
"annotateForClosureCompiler": true,
3232
"strictMetadataEmit": true,
33-
"bundleIndex": "index",
34-
"importAs": "@angular/upgrade"
33+
"flatModuleOutFile": "index.js",
34+
"flatModuleId": "@angular/upgrade"
3535
}
3636
}

0 commit comments

Comments
 (0)