From a39ea5dc9dd67349468914981a5c18b6eb430f71 Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 8 Aug 2017 19:44:20 -0700 Subject: [PATCH] Fix indentation in typescript.js (#665) [skip ci] --- src/plugins/typescript.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/plugins/typescript.js b/src/plugins/typescript.js index 2db42ec0b7..3839a92009 100644 --- a/src/plugins/typescript.js +++ b/src/plugins/typescript.js @@ -1368,14 +1368,14 @@ export default (superClass: Class): Class => } /* - Don't bother doing this check in TypeScript code because: - 1. We may have a nested export statement with the same name: - export const x = 0; - export namespace N { - export const x = 1; - } - 2. We have a type checker to warn us about this sort of thing. - */ + Don't bother doing this check in TypeScript code because: + 1. We may have a nested export statement with the same name: + export const x = 0; + export namespace N { + export const x = 1; + } + 2. We have a type checker to warn us about this sort of thing. + */ checkDuplicateExports() {} parseImport(