Skip to content

Commit 93aa150

Browse files
committed
build: disable ivy in legacy gulp setup
Sets `enableIvy: false` for all `tsconfig-build` files which are still used by the legacy gulp build setup.
1 parent 400aac5 commit 93aa150

File tree

79 files changed

+79
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+79
-0
lines changed

src/cdk-experimental/clipboard/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"../typings.d.ts"
66
],
77
"angularCompilerOptions": {
8+
"enableIvy": false,
89
"annotateForClosureCompiler": true,
910
"strictMetadataEmit": true,
1011
"flatModuleOutFile": "index.js",

src/cdk-experimental/dialog/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"../typings.d.ts"
66
],
77
"angularCompilerOptions": {
8+
"enableIvy": false,
89
"annotateForClosureCompiler": true,
910
"strictMetadataEmit": true,
1011
"flatModuleOutFile": "index.js",

src/cdk-experimental/popover-edit/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"../typings.d.ts"
66
],
77
"angularCompilerOptions": {
8+
"enableIvy": false,
89
"annotateForClosureCompiler": true,
910
"strictMetadataEmit": true,
1011
"flatModuleOutFile": "index.js",

src/cdk-experimental/scrolling/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"public-api.ts"
55
],
66
"angularCompilerOptions": {
7+
"enableIvy": false,
78
"annotateForClosureCompiler": true,
89
"strictMetadataEmit": true,
910
"flatModuleOutFile": "index.js",

src/cdk-experimental/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"typings.d.ts"
2323
],
2424
"angularCompilerOptions": {
25+
"enableIvy": false,
2526
"annotateForClosureCompiler": true,
2627
"strictMetadataEmit": true,
2728
"flatModuleOutFile": "index.js",

src/cdk/a11y/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"public-api.ts"
55
],
66
"angularCompilerOptions": {
7+
"enableIvy": false,
78
"annotateForClosureCompiler": true,
89
"strictMetadataEmit": true,
910
"flatModuleOutFile": "index.js",

src/cdk/accordion/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"public-api.ts"
55
],
66
"angularCompilerOptions": {
7+
"enableIvy": false,
78
"annotateForClosureCompiler": true,
89
"strictMetadataEmit": true,
910
"flatModuleOutFile": "index.js",

src/cdk/bidi/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"public-api.ts"
55
],
66
"angularCompilerOptions": {
7+
"enableIvy": false,
78
"annotateForClosureCompiler": true,
89
"strictMetadataEmit": true,
910
"flatModuleOutFile": "index.js",

src/cdk/coercion/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"public-api.ts"
55
],
66
"angularCompilerOptions": {
7+
"enableIvy": false,
78
"annotateForClosureCompiler": true,
89
"strictMetadataEmit": true,
910
"flatModuleOutFile": "index.js",

src/cdk/collections/tsconfig-build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"public-api.ts"
55
],
66
"angularCompilerOptions": {
7+
"enableIvy": false,
78
"annotateForClosureCompiler": true,
89
"strictMetadataEmit": true,
910
"flatModuleOutFile": "index.js",

0 commit comments

Comments
 (0)