mirror of https://github.com/status-im/metro.git
Remove unused type import
Summary: Removes an unused type from `Bundler` Reviewed By: jeanlauliac Differential Revision: D7084608 fbshipit-source-id: 213a49466c9745c4bb85b8b16a8b2e4309b5a524
This commit is contained in:
parent
958a147162
commit
4f35a6d8a1
|
@ -26,10 +26,7 @@ const {
|
|||
} = require('metro-source-map');
|
||||
|
||||
import type {PostProcessModules} from '../DeltaBundler';
|
||||
import type {
|
||||
Options as JSTransformerOptions,
|
||||
TransformedCode,
|
||||
} from '../JSTransformer/worker';
|
||||
import type {TransformedCode} from '../JSTransformer/worker';
|
||||
import type {DynamicRequiresBehavior} from '../ModuleGraph/worker/collectDependencies';
|
||||
import type {GlobalTransformCache} from '../lib/GlobalTransformCache';
|
||||
import type {TransformCache} from '../lib/TransformCaching';
|
||||
|
|
Loading…
Reference in New Issue