react/scripts/rollup
Flarnie Marchan 6ac91d24c4 Improve low priority warning (#9754)
* Add back caught error and other checks to 'lowPriorityWarning'

**what is the change?:**
This change makes 'lowPriorityWarning' an exact copy of 'warning.js' from
e66ba20ad5/packages/fbjs/src/__forks__/warning.js
where before we had skipped some checks from that module.

- Adds an error which we catch, in order to let people find the error and resulting stack trace when using devtools with 'pause on caught errors' checked.
- Adds check that 'format' argument is passed

**why make this change?:**
- To maintain a closer fork to 'warning.js'
- To allow easier debugging using 'pause on caught errors'
- To validate inputs to 'lowPriorityWarning'

**test plan:**
`yarn test`

**issue:**

* Update results.json

* Run prettier
2017-05-24 07:55:00 -07:00
..
plugins Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
shims Prettier 1.2 (#9462) 2017-04-20 11:18:33 -07:00
build.js Prettier 1.2 (#9462) 2017-04-20 11:18:33 -07:00
bundles.js Add package builds for new server renderer and enable tests (#9710) 2017-05-17 17:19:11 -07:00
header.js Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
mangle.js Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
modules.js Downgrade deprecation warnings from errors to warnings (#9650) 2017-05-23 09:35:42 -07:00
packaging.js Prettier 1.2 (#9462) 2017-04-20 11:18:33 -07:00
results.json Improve low priority warning (#9754) 2017-05-24 07:55:00 -07:00
stats.js Add React benchmarking infrastructure (#9465) 2017-05-09 17:13:54 +01:00