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:
David Aurelio 2018-02-27 09:28:18 -08:00 committed by Facebook Github Bot
parent 958a147162
commit 4f35a6d8a1
1 changed files with 1 additions and 4 deletions

View File

@ -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';