remove unused imports

This commit is contained in:
Matthew Griffith 2021-09-23 18:11:16 -04:00
parent 0430014aa4
commit 7abd8b5542

View File

@ -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;