mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
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:
committed by
Facebook Github Bot
parent
b7349f9857
commit
c95071e7d2
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user