Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove 'warning' module from the JS scheduler (facebook#13264)
* Remove 'warning' module from the JS scheduler **what is the change?:** See title **why make this change?:** Internally the 'warning' module has some dependencies which we want to avoid pulling in during the very early stages of initial pageload. It is creating a cyclical dependency. And we wanted to remove this dependency anyway, because this module should be kept small and decoupled. **test plan:** - Tested the exact same change internally in Facebook.com - Ran unit tests - Tried out the fixture **issue:** Internal task T31831021 * check for console existence before calling console.error * Move DEV check into separate block
- Loading branch information