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 BatchedBridge = require('BatchedBridge');
const EventEmitter = require('EventEmitter');
const Set = require('Set');
const TaskQueue = require('TaskQueue');
const infoLog = require('infoLog');