mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-25 22:50:42 +03:00
remove unused imports
This commit is contained in:
parent
0430014aa4
commit
7abd8b5542
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user