Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(571)

Unified Diff: lib/declaration.ts

Issue 2416003003: Update package name, update and lock clang-format and tslint versions, and format all source files … (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/base.ts ('k') | lib/facade_converter.ts » ('j') | package.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/declaration.ts
diff --git a/lib/declaration.ts b/lib/declaration.ts
index 1c3bd2427c0e87881447afa6d42edac21dc560fc..c20d62b8067a1d42a168e781bdf492e994e06652 100644
--- a/lib/declaration.ts
+++ b/lib/declaration.ts
@@ -22,8 +22,12 @@ export default class DeclarationTranspiler extends base.TranspilerBase {
static NUM_FAKE_REST_PARAMETERS = 5;
- setTypeChecker(tc: ts.TypeChecker) { this.tc = tc; }
- setFacadeConverter(fc: FacadeConverter) { this.fc = fc; }
+ setTypeChecker(tc: ts.TypeChecker) {
+ this.tc = tc;
+ }
+ setFacadeConverter(fc: FacadeConverter) {
+ this.fc = fc;
+ }
getJsPath(node: ts.Node, suppressUnneededPaths = true): string {
let path: Array<String> = [];
« no previous file with comments | « lib/base.ts ('k') | lib/facade_converter.ts » ('j') | package.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698