dillon1000/react
Commit
Browse files Move webcomponents.js polyfill to mocks (#8993)
* Move webcomponents.js polyfill to mocks I'd like to move it out of shared to make it easier to sync this to RN. Since this is only used for testing and a polyfill is essentially a mock. Maybe this makes sense? Rename to camel case to be consistent with providesModule. * Update path to ignore in configs
Changed paths4 files
First-parent comparison.eslintignore ModifiedM gulpfile.js ModifiedM package.json ModifiedR src/shared/vendor/third_party/webcomponents.js →src/__mocks__/vendor/third_party/WebComponents.js RenamedPatch
Files changed
Rendering syntax-highlighted changes…