metro-bundler: make internal tool to use the new source of thruth for packager/metro-bundler

Reviewed By: davidaurelio

Differential Revision: D5182904

fbshipit-source-id: df5de3a9eb85560a09789d0a94eccb5c48ecba7b
This commit is contained in:
Jean Lauliac
2017-06-06 05:08:27 -07:00
committed by Facebook Github Bot
parent e0bdb7cbcf
commit 328d8ddb47
4 changed files with 3 additions and 6 deletions

View File

@@ -15,8 +15,6 @@ const getInverseDependencies = require('./getInverseDependencies');
const querystring = require('querystring');
const url = require('url');
import type Server from '../../../packager/src/Server';
import type Module from '../../../packager/src/node-haste/Module';
import type {ResolutionResponse} from './getInverseDependencies';
import type {Server as HTTPServer} from 'http';