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

Unified Diff: lib/type.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/merge.ts ('k') | package.json » ('j') | package.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/type.ts
diff --git a/lib/type.ts b/lib/type.ts
index d74362db9ead2f7e310b0d8224765c30a9a517aa..db22c24c110558feebb1fe3ed90f00266303c362 100644
--- a/lib/type.ts
+++ b/lib/type.ts
@@ -5,7 +5,9 @@ import {FacadeConverter, fixupIdentifierName} from './facade_converter';
import {Transpiler} from './main';
export default class TypeTranspiler extends base.TranspilerBase {
- constructor(tr: Transpiler, private fc: FacadeConverter) { super(tr); }
+ constructor(tr: Transpiler, private fc: FacadeConverter) {
+ super(tr);
+ }
visitNode(node: ts.Node): boolean {
if (base.isTypeNode(node)) {
« no previous file with comments | « lib/merge.ts ('k') | package.json » ('j') | package.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698