From 7abd8b554209be001f9f977269ff3889519cc2e4 Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Thu, 23 Sep 2021 18:11:16 -0400 Subject: [PATCH] remove unused imports --- src/benchmark/reporting.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/benchmark/reporting.ts b/src/benchmark/reporting.ts index f973194..6c4255e 100644 --- a/src/benchmark/reporting.ts +++ b/src/benchmark/reporting.ts @@ -1,11 +1,6 @@ -import * as fs from 'fs'; -import * as path from 'path'; -import { Transforms, RunTestcaseOptions, InlineLists, BrowserOptions, Browser } from '../types'; import * as Visit from './visit'; import chalk from 'chalk'; -import * as Transform from '../transform'; -import { compileToStringSync } from 'node-elm-compiler'; -import * as Post from '../postprocess'; + export interface Stat { name: string; bytes: number;