Skip to content

Commit 664a627

Browse files
alexeaglechuckjaz
authored andcommitted
feature(tsc-wrapped): add option for closure compiler JSDoc annotations
1 parent c1a62e2 commit 664a627

File tree

22 files changed

+2713
-5091
lines changed

22 files changed

+2713
-5091
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"../../../node_modules/zone.js/dist/zone.js.d.ts"
2323
],
2424
"angularCompilerOptions": {
25+
"annotateForClosureCompiler": true,
2526
"strictMetadataEmit": true
2627
}
2728
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"files": [
2323
"index.ts",
2424
"../../../node_modules/zone.js/dist/zone.js.d.ts"
25-
]
25+
],
26+
"angularCompilerOptions": {
27+
"annotateForClosureCompiler": true
28+
}
2629
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"../../system.d.ts"
2424
],
2525
"angularCompilerOptions": {
26+
"annotateForClosureCompiler": true,
2627
"strictMetadataEmit": true
2728
}
2829
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"../../../node_modules/zone.js/dist/zone.js.d.ts"
2828
],
2929
"angularCompilerOptions": {
30+
"annotateForClosureCompiler": true,
3031
"strictMetadataEmit": true
3132
}
3233
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"../../../node_modules/zone.js/dist/zone.js.d.ts"
2525
],
2626
"angularCompilerOptions": {
27+
"annotateForClosureCompiler": true,
2728
"strictMetadataEmit": true
2829
}
2930
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"../../../node_modules/zone.js/dist/zone.js.d.ts"
2525
],
2626
"angularCompilerOptions": {
27+
"annotateForClosureCompiler": true,
2728
"strictMetadataEmit": true
2829
}
2930
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"../../../node_modules/zone.js/dist/zone.js.d.ts"
2828
],
2929
"angularCompilerOptions": {
30+
"annotateForClosureCompiler": true,
3031
"strictMetadataEmit": true
3132
}
3233
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"../../../node_modules/zone.js/dist/zone.js.d.ts"
2525
],
2626
"angularCompilerOptions": {
27+
"annotateForClosureCompiler": true,
2728
"strictMetadataEmit": true
2829
}
2930
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"index.ts"
2828
],
2929
"angularCompilerOptions": {
30+
"annotateForClosureCompiler": true,
3031
"strictMetadataEmit": true
3132
}
3233
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"../../../node_modules/zone.js/dist/zone.js.d.ts"
2828
],
2929
"angularCompilerOptions": {
30+
"annotateForClosureCompiler": true,
3031
"strictMetadataEmit": true
3132
}
3233
}

0 commit comments

Comments
 (0)