chore: cleanup imports

This commit is contained in:
calebboyd
2018-06-07 11:13:45 -04:00
committed by Caleb Boyd
parent c3a2fd9eb4
commit dbcbadf9a5
11 changed files with 8 additions and 28 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import { normalize, relative } from 'path'
import { Readable } from 'stream'
import { createWriteStream, chmodSync, statSync } from 'fs'
import { readFileAsync, dequote, isWindows } from '../util'
import { dequote } from '../util'
import { NexeCompiler } from '../compiler'
import { NexeTarget } from '../target'