Skip to content

Commit 634f763

Browse files
author
nickpape-msft
committed
Rush generate
1 parent d500e98 commit 634f763

11 files changed

Lines changed: 94 additions & 121 deletions

File tree

api-extractor/src/definitions/ApiDocumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default class ApiDocumentation {
250250

251251
protected _getJsDocs(apiItem: ApiItem): string {
252252
const sourceFile: ts.SourceFile = apiItem.getDeclaration().getSourceFile();
253-
let jsDoc: string = TypeScriptHelpers.getJsDocComments(apiItem.getDeclaration(), this.reportError);
253+
const jsDoc: string = TypeScriptHelpers.getJsDocComments(apiItem.getDeclaration(), this.reportError);
254254

255255
// Eliminate tags and then count the English letters. Are there at least 10 letters of text?
256256
// If not, we consider the definition to be "missingDocumentation".

common/npm-shrinkwrap.json

Lines changed: 81 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/temp_modules/rush-api-extractor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@types/z-schema": "3.16.20-alpha",
1616
"fs-extra": "~0.26.0",
1717
"jju": "~1.3.0",
18-
"typescript": "~2.0.3",
18+
"typescript": "~2.1.0",
1919
"z-schema": "~3.17.0"
2020
}
2121
}

common/temp_modules/rush-gulp-core-build-karma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"webpack": "~1.13.0"
3030
},
3131
"rushDependencies": {
32-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0"
32+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0"
3333
}
3434
}

common/temp_modules/rush-gulp-core-build-mocha/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"gulp-mocha": "~2.2.0"
2020
},
2121
"rushDependencies": {
22-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0"
22+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0"
2323
}
2424
}

common/temp_modules/rush-gulp-core-build-sass/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"postcss-modules": "~0.5.0"
3434
},
3535
"rushDependencies": {
36-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0"
36+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0"
3737
}
3838
}

common/temp_modules/rush-gulp-core-build-serve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"sudo": "~1.0.3"
3030
},
3131
"rushDependencies": {
32-
"@microsoft/gulp-core-build": ">=2.0.1 <3.0.0"
32+
"@microsoft/gulp-core-build": ">=2.1.0 <3.0.0"
3333
}
3434
}

0 commit comments

Comments
 (0)