From 0ad2935a1f6436d62251f30e826c9c78bfd49525 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 20 Feb 2018 17:16:29 +0100 Subject: node_modules --- node_modules/pogen/dumpTree.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'node_modules/pogen/dumpTree.ts') diff --git a/node_modules/pogen/dumpTree.ts b/node_modules/pogen/dumpTree.ts index 958c79416..af25caf32 100644 --- a/node_modules/pogen/dumpTree.ts +++ b/node_modules/pogen/dumpTree.ts @@ -21,12 +21,10 @@ * @author Florian Dold */ -/// - "use strict"; -import {readFileSync} from "fs"; -import {execSync} from "child_process"; +import { readFileSync } from "fs"; +import { execSync } from "child_process"; import * as ts from "typescript"; -- cgit v1.2.3