remove readline and stream import
This commit is contained in:
parent
86ceca4bea
commit
cdb02da14d
2 changed files with 0 additions and 4 deletions
|
|
@ -16,9 +16,7 @@ export default {
|
||||||
"image-size",
|
"image-size",
|
||||||
"multer",
|
"multer",
|
||||||
"path",
|
"path",
|
||||||
"readline",
|
|
||||||
"sharp",
|
"sharp",
|
||||||
"stream",
|
|
||||||
"url",
|
"url",
|
||||||
"v8",
|
"v8",
|
||||||
"ws",
|
"ws",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import readline from 'readline'
|
|
||||||
import stream from 'stream'
|
|
||||||
import Time from '../common/Time'
|
import Time from '../common/Time'
|
||||||
import { Timestamp } from '../common/Types'
|
import { Timestamp } from '../common/Types'
|
||||||
import { logger } from './../common/Util'
|
import { logger } from './../common/Util'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue