mirror of https://github.com/status-im/metro.git
Remove unused type imports
Reviewed By: cpojer Differential Revision: D5579025 fbshipit-source-id: b1b4a73db59ec071b18c873a8e676f0722ae109a
This commit is contained in:
parent
38fce3a7fb
commit
7e6816d99c
|
@ -20,12 +20,8 @@ const invariant = require('fbjs/lib/invariant');
|
|||
|
||||
const {fromRawMappings, compactMapping} = require('./Bundler/source-map');
|
||||
|
||||
import type {PostProcessModules, PostMinifyProcess, PostProcessBundleSourcemap} from './Bundler';
|
||||
import type Server, {Options as ServerOptions} from './Server';
|
||||
import type {GlobalTransformCache} from './lib/GlobalTransformCache';
|
||||
import type {TransformCache} from './lib/TransformCaching';
|
||||
import type {Reporter} from './lib/reporting';
|
||||
import type {HasteImpl} from './node-haste/Module';
|
||||
|
||||
exports.createBlacklist = blacklist;
|
||||
exports.sourceMaps = {fromRawMappings, compactMapping};
|
||||
|
|
Loading…
Reference in New Issue