Remove explicit requires of Map and Set

Summary: Removing explicit requires of Map and Set (since those are polyfilled), and fixing resulting flow errors.

Reviewed By: yungsters

Differential Revision: D10350673

fbshipit-source-id: 2fefe8ed1ae1f2cc9e5b7923ad630e73eda9e856
This commit is contained in:
Emily Janzer
2018-10-19 10:54:28 -07:00
committed by Facebook Github Bot
parent b7349f9857
commit c95071e7d2
5 changed files with 0 additions and 5 deletions

View File

@@ -12,7 +12,6 @@
const InspectorAgent = require('InspectorAgent');
const JSInspector = require('JSInspector');
const Map = require('Map');
const XMLHttpRequest = require('XMLHttpRequest');
import type EventSender from 'InspectorAgent';