mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-20 05:48:44 +08:00
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
/* eslint global-strict:0 */
|
|
__DEV__ = true;
|
|
|
|
/* global __BUNDLE_START_TIME__:true */
|
|
__BUNDLE_START_TIME__ = Date.now();
|