Skip to content

Commit

Permalink
Remove Map/Set from RN Open Source
Browse files Browse the repository at this point in the history
Summary:
This is the same diff as D14786123 but with one of the buck targets fixed that only failed on continuous and didn't run during land time.

 This moves Map/Set to fb internal. We do not need them in open source any more but we still need this in some apps at FB that use an old version of JSC.

Reviewed By: rickhanlonii

Differential Revision: D15713305

fbshipit-source-id: caec43c76a6255b2af1693c13d8dea31d7d674f5
  • Loading branch information
cpojer authored and facebook-github-bot committed Jun 7, 2019
1 parent ea090a1 commit 93b9ac7
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 1,060 deletions.
1 change: 0 additions & 1 deletion Libraries/Core/InitializeCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
const start = Date.now();

require('./setUpGlobals');
require('./polyfillES6Collections');
require('./setUpSystrace');
require('./setUpErrorHandling');
require('./polyfillPromise');
Expand Down
102 changes: 0 additions & 102 deletions Libraries/Core/__tests__/MapAndSetPolyfills-test.js

This file was deleted.

27 changes: 0 additions & 27 deletions Libraries/Core/polyfillES6Collections.js

This file was deleted.

Loading

0 comments on commit 93b9ac7

Please sign in to comment.