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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "branch": "master",
3
- "buildNumber": null,
4
- "checksum": "2cfdfb4",
5
- "commit": "dfabb77a9",
6
- "environment": "local",
7
- "reactVersion": "16.8.1-canary-dfabb77a9"
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
  }
@@ -1,4 +1,4 @@
1
- /** @license React v0.13.2
1
+ /** @license React v0.13.6
2
2
  * scheduler-tracing.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v0.13.2
1
+ /** @license React v0.13.6
2
2
  * scheduler-tracing.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v0.13.2
1
+ /** @license React v0.13.6
2
2
  * scheduler-tracing.profiling.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v0.13.2
1
+ /** @license React v0.13.6
2
2
  * scheduler.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v0.13.2
1
+ /** @license React v0.13.6
2
2
  * scheduler.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scheduler",
3
- "version": "0.13.2",
3
+ "version": "0.13.6",
4
4
  "description": "Cooperative scheduler for the browser environment.",
5
5
  "main": "index.js",
6
6
  "repository": {
@@ -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
  });