react/scripts/rollup
Sebastian Markbåge fd1256a561
Add Debug Tools Package for Introspection of Hooks (#14085)
* Add debug tools package

* Add basic implementation

* Implement inspection of the current state of hooks using the fiber tree

* Support useContext hooks inspection by backtracking from the Fiber

I'm not sure this is safe because the return fibers may not be current
but close enough and it's fast.

We use this to set up the current values of the providers.

* rm copypasta

* Use lastIndexOf

Just in case. I don't know of any scenario where this can happen.

* Support ForwardRef

* Add test for memo and custom hooks

* Support defaultProps resolution
2018-11-05 10:02:59 -08:00
..
plugins Drop the year from Facebook copyright headers and the LICENSE file. (#13593) 2018-09-07 15:11:23 -07:00
shims Renamed 4 Internal React Modules 2018-10-11 17:12:31 -07:00
validate Jest + test renderer helpers for concurrent mode (#13751) 2018-10-03 18:37:41 -06:00
build.js Add UMD production+profiling entry points (#13642) 2018-09-13 17:44:08 -07:00
bundles.js Add Debug Tools Package for Introspection of Hooks (#14085) 2018-11-05 10:02:59 -08:00
forks.js Rename schedule to scheduler (#13683) 2018-09-19 01:26:28 +01:00
modules.js Rename schedule to scheduler (#13683) 2018-09-19 01:26:28 +01:00
packaging.js Add UMD production+profiling entry points (#13642) 2018-09-13 17:44:08 -07:00
results.json Add Debug Tools Package for Introspection of Hooks (#14085) 2018-11-05 10:02:59 -08:00
stats.js [Danger] Minor fixes (#12606) 2018-04-11 18:46:02 +01:00
sync.js Fork React Native renderer into FB and OSS bundles (#12625) 2018-04-18 13:16:50 -07:00
utils.js Refactor the build scripts (#11787) 2017-12-06 20:11:32 +00:00
wrappers.js Add UMD production+profiling entry points (#13642) 2018-09-13 17:44:08 -07:00