Skip to content

Commit 449234b

Browse files
committed
refactor: disable strict metadata emit for legacy build output
Workaround for angular/angular#33451. This makes sense at the current time since the Bazel output does *never* work with strict metadata emit... and considering that with Ivy there is no metadata anyway, it could be disabled in the meanwhile.
1 parent d806aac commit 449234b

File tree

88 files changed

+0
-88
lines changed

Some content is hidden

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

88 files changed

+0
-88
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
],
77
"angularCompilerOptions": {
88
"annotateForClosureCompiler": true,
9-
"strictMetadataEmit": true,
109
"flatModuleOutFile": "index.js",
1110
"flatModuleId": "@angular/cdk-experimental/dialog",
1211
"skipTemplateCodegen": true,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
],
77
"angularCompilerOptions": {
88
"annotateForClosureCompiler": true,
9-
"strictMetadataEmit": true,
109
"flatModuleOutFile": "index.js",
1110
"flatModuleId": "@angular/cdk-experimental/popover-edit",
1211
"skipTemplateCodegen": true,

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
],
66
"angularCompilerOptions": {
77
"annotateForClosureCompiler": true,
8-
"strictMetadataEmit": true,
98
"flatModuleOutFile": "index.js",
109
"flatModuleId": "@angular/cdk-experimental/scrolling",
1110
"skipTemplateCodegen": true,

src/cdk-experimental/tsconfig-build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
"angularCompilerOptions": {
2525
"enableIvy": false,
2626
"annotateForClosureCompiler": true,
27-
"strictMetadataEmit": true,
2827
"flatModuleOutFile": "index.js",
2928
"flatModuleId": "@angular/cdk-experimental",
3029
"skipTemplateCodegen": true,

src/cdk-experimental/tsconfig-tests.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
}
1515
},
1616
"angularCompilerOptions": {
17-
"strictMetadataEmit": true,
1817
"skipTemplateCodegen": true,
1918
"emitDecoratorMetadata": true,
2019

src/cdk/a11y/tsconfig-build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
],
66
"angularCompilerOptions": {
77
"annotateForClosureCompiler": true,
8-
"strictMetadataEmit": true,
98
"flatModuleOutFile": "index.js",
109
"flatModuleId": "@angular/cdk/a11y",
1110
"skipTemplateCodegen": true,

src/cdk/accordion/tsconfig-build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
],
66
"angularCompilerOptions": {
77
"annotateForClosureCompiler": true,
8-
"strictMetadataEmit": true,
98
"flatModuleOutFile": "index.js",
109
"flatModuleId": "@angular/cdk/accordion",
1110
"skipTemplateCodegen": true,

src/cdk/bidi/tsconfig-build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
],
66
"angularCompilerOptions": {
77
"annotateForClosureCompiler": true,
8-
"strictMetadataEmit": true,
98
"flatModuleOutFile": "index.js",
109
"flatModuleId": "@angular/cdk/bidi",
1110
"skipTemplateCodegen": true,

src/cdk/clipboard/tsconfig-build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
],
77
"angularCompilerOptions": {
88
"annotateForClosureCompiler": true,
9-
"strictMetadataEmit": true,
109
"flatModuleOutFile": "index.js",
1110
"flatModuleId": "@angular/cdk/clipboard",
1211
"skipTemplateCodegen": true,

src/cdk/coercion/tsconfig-build.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
],
66
"angularCompilerOptions": {
77
"annotateForClosureCompiler": true,
8-
"strictMetadataEmit": true,
98
"flatModuleOutFile": "index.js",
109
"flatModuleId": "@angular/cdk/coercion",
1110
"skipTemplateCodegen": true,

0 commit comments

Comments
 (0)