Reorganize files

This is just moving a bunch of DOM files.

It moves things into dom/stack and dom/fiber respectively. The
dom/stack folder remains split into client/server.

Mainly the shared folder is now my best guess for files that
we can reuse in fiber. Everything else will get forked or
reimplemented.

Also moved the event system out of renderers/shared/stack and
into renderers/shared/shared.
This commit is contained in:
Sebastian Markbage
2016-10-25 10:54:14 -07:00
parent b26168cadb
commit a3fb0310ca
116 changed files with 1 additions and 1 deletions
@@ -628,7 +628,7 @@ describe('ReactDOMComponent', () => {
beforeEach(() => {
var ReactDOMInjection = require('ReactDOMInjection');
ReactDOMInjection.inject();
var ReactDOMStackInjection = require('ReactDOMInjection');
var ReactDOMStackInjection = require('ReactDOMStackInjection');
ReactDOMStackInjection.inject();
var ReactDOMComponent = require('ReactDOMComponent');

Some files were not shown because too many files have changed in this diff Show More