scheduler 0.13.2 → 0.13.6
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 +6 -6
- package/cjs/scheduler-tracing.development.js +1 -1
- package/cjs/scheduler-tracing.production.min.js +1 -1
- package/cjs/scheduler-tracing.profiling.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/umd/scheduler.development.js +20 -0
- package/umd/scheduler.production.min.js +20 -0
- package/umd/scheduler.profiling.min.js +20 -0
package/build-info.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"branch": "
|
|
3
|
-
"buildNumber":
|
|
4
|
-
"checksum": "
|
|
5
|
-
"commit": "
|
|
6
|
-
"environment": "
|
|
7
|
-
"reactVersion": "16.8.
|
|
2
|
+
"branch": "pull/15226",
|
|
3
|
+
"buildNumber": "14079",
|
|
4
|
+
"checksum": "4a4c239",
|
|
5
|
+
"commit": "297165f1e",
|
|
6
|
+
"environment": "ci",
|
|
7
|
+
"reactVersion": "16.8.5-canary-297165f1e"
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -108,5 +108,25 @@
|
|
|
108
108
|
unstable_continueExecution: unstable_continueExecution,
|
|
109
109
|
unstable_pauseExecution: unstable_pauseExecution,
|
|
110
110
|
unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
|
|
111
|
+
get unstable_IdlePriority() {
|
|
112
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
113
|
+
.Scheduler.unstable_IdlePriority;
|
|
114
|
+
},
|
|
115
|
+
get unstable_ImmediatePriority() {
|
|
116
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
117
|
+
.Scheduler.unstable_ImmediatePriority;
|
|
118
|
+
},
|
|
119
|
+
get unstable_LowPriority() {
|
|
120
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
121
|
+
.Scheduler.unstable_LowPriority;
|
|
122
|
+
},
|
|
123
|
+
get unstable_NormalPriority() {
|
|
124
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
125
|
+
.Scheduler.unstable_NormalPriority;
|
|
126
|
+
},
|
|
127
|
+
get unstable_UserBlockingPriority() {
|
|
128
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
129
|
+
.Scheduler.unstable_UserBlockingPriority;
|
|
130
|
+
},
|
|
111
131
|
});
|
|
112
132
|
});
|
|
@@ -102,5 +102,25 @@
|
|
|
102
102
|
unstable_continueExecution: unstable_continueExecution,
|
|
103
103
|
unstable_pauseExecution: unstable_pauseExecution,
|
|
104
104
|
unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
|
|
105
|
+
get unstable_IdlePriority() {
|
|
106
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
107
|
+
.Scheduler.unstable_IdlePriority;
|
|
108
|
+
},
|
|
109
|
+
get unstable_ImmediatePriority() {
|
|
110
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
111
|
+
.Scheduler.unstable_ImmediatePriority;
|
|
112
|
+
},
|
|
113
|
+
get unstable_LowPriority() {
|
|
114
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
115
|
+
.Scheduler.unstable_LowPriority;
|
|
116
|
+
},
|
|
117
|
+
get unstable_NormalPriority() {
|
|
118
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
119
|
+
.Scheduler.unstable_NormalPriority;
|
|
120
|
+
},
|
|
121
|
+
get unstable_UserBlockingPriority() {
|
|
122
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
123
|
+
.Scheduler.unstable_UserBlockingPriority;
|
|
124
|
+
},
|
|
105
125
|
});
|
|
106
126
|
});
|
|
@@ -102,5 +102,25 @@
|
|
|
102
102
|
unstable_continueExecution: unstable_continueExecution,
|
|
103
103
|
unstable_pauseExecution: unstable_pauseExecution,
|
|
104
104
|
unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
|
|
105
|
+
get unstable_IdlePriority() {
|
|
106
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
107
|
+
.Scheduler.unstable_IdlePriority;
|
|
108
|
+
},
|
|
109
|
+
get unstable_ImmediatePriority() {
|
|
110
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
111
|
+
.Scheduler.unstable_ImmediatePriority;
|
|
112
|
+
},
|
|
113
|
+
get unstable_LowPriority() {
|
|
114
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
115
|
+
.Scheduler.unstable_LowPriority;
|
|
116
|
+
},
|
|
117
|
+
get unstable_NormalPriority() {
|
|
118
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
119
|
+
.Scheduler.unstable_NormalPriority;
|
|
120
|
+
},
|
|
121
|
+
get unstable_UserBlockingPriority() {
|
|
122
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
|
123
|
+
.Scheduler.unstable_UserBlockingPriority;
|
|
124
|
+
},
|
|
105
125
|
});
|
|
106
126
|
});
|