scheduler 0.14.0-alpha.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build-info.json +5 -5
- package/cjs/scheduler-tracing.development.js +4 -1
- package/cjs/scheduler-tracing.production.min.js +1 -1
- package/cjs/scheduler-tracing.profiling.min.js +1 -1
- package/cjs/scheduler-unstable_mock.development.js +1 -1
- package/cjs/scheduler-unstable_mock.production.min.js +1 -1
- package/cjs/scheduler.development.js +1 -1
- package/cjs/scheduler.production.min.js +1 -1
- package/package.json +1 -1
package/build-info.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"branch": "
|
|
3
|
-
"buildNumber": "
|
|
4
|
-
"checksum": "
|
|
5
|
-
"commit": "
|
|
2
|
+
"branch": "master",
|
|
3
|
+
"buildNumber": "14388",
|
|
4
|
+
"checksum": "def61f1",
|
|
5
|
+
"commit": "a9eff329c",
|
|
6
6
|
"environment": "ci",
|
|
7
|
-
"reactVersion": "16.8.6-canary-
|
|
7
|
+
"reactVersion": "16.8.6-canary-a9eff329c"
|
|
8
8
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @license React v0.14.0
|
|
1
|
+
/** @license React v0.14.0
|
|
2
2
|
* scheduler-tracing.development.js
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
@@ -74,6 +74,9 @@ var enableSchedulerTracing = true;
|
|
|
74
74
|
// Enables rewritten version of ReactFiberScheduler. Added in case we need to
|
|
75
75
|
// quickly revert it.
|
|
76
76
|
|
|
77
|
+
|
|
78
|
+
// New API for JSX transforms to target - https://github.com/reactjs/rfcs/pull/107
|
|
79
|
+
|
|
77
80
|
var DEFAULT_THREAD_ID = 0;
|
|
78
81
|
|
|
79
82
|
// Counters used to generate unique IDs.
|