mirror of https://github.com/status-im/metro.git
Drop redundant type re-export
Reviewed By: mjesun Differential Revision: D6711235 fbshipit-source-id: 0e5cb6c22ba4000589f8b97dcfb340297aea5a41
This commit is contained in:
parent
fe443193c3
commit
199b51892b
|
@ -16,8 +16,6 @@ import type {BabelSourceMap} from 'babel-core';
|
|||
import type {Console} from 'console';
|
||||
import type {FBSourceMap, MetroSourceMap} from 'metro-source-map';
|
||||
|
||||
export type {Transformer} from '../JSTransformer/worker';
|
||||
|
||||
export type BuildResult = {|
|
||||
...GraphResult,
|
||||
prependedScripts: $ReadOnlyArray<Module>,
|
||||
|
|
|
@ -27,12 +27,12 @@ const path = require('path');
|
|||
const {isAssetTypeAnImage} = require('../../Bundler/util');
|
||||
const {basename} = require('path');
|
||||
|
||||
import type {Transformer} from '../../JSTransformer/worker';
|
||||
import type {HasteImpl} from '../../node-haste/Module';
|
||||
import type {
|
||||
ImageSize,
|
||||
TransformedCodeFile,
|
||||
TransformedSourceFile,
|
||||
Transformer,
|
||||
TransformResult,
|
||||
TransformVariants,
|
||||
} from '../types.flow';
|
||||
|
|
Loading…
Reference in New Issue