mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 11:57:46 +08:00
[events] Add JS require time and fix up some existing logs
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
/* eslint global-strict:0 */
|
||||
__DEV__ = false;
|
||||
|
||||
/* global __BUNDLE_START_TIME__:true */
|
||||
__BUNDLE_START_TIME__ = Date.now();
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
/* eslint global-strict:0 */
|
||||
__DEV__ = true;
|
||||
|
||||
/* global __BUNDLE_START_TIME__:true */
|
||||
__BUNDLE_START_TIME__ = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user