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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
- "branch": "pull/15307",
3
- "buildNumber": "14231",
4
- "checksum": "0f531f7",
5
- "commit": "c35e37aab",
2
+ "branch": "master",
3
+ "buildNumber": "14388",
4
+ "checksum": "def61f1",
5
+ "commit": "a9eff329c",
6
6
  "environment": "ci",
7
- "reactVersion": "16.8.6-canary-c35e37aab"
7
+ "reactVersion": "16.8.6-canary-a9eff329c"
8
8
  }
@@ -1,4 +1,4 @@
1
- /** @license React v0.14.0-alpha.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.
@@ -1,4 +1,4 @@
1
- /** @license React v0.14.0-alpha.0
1
+ /** @license React v0.14.0
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.14.0-alpha.0
1
+ /** @license React v0.14.0
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.14.0-alpha.0
1
+ /** @license React v0.14.0
2
2
  * scheduler-unstable_mock.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v0.14.0-alpha.0
1
+ /** @license React v0.14.0
2
2
  * scheduler-unstable_mock.production.min.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v0.14.0-alpha.0
1
+ /** @license React v0.14.0
2
2
  * scheduler.development.js
3
3
  *
4
4
  * Copyright (c) Facebook, Inc. and its affiliates.
@@ -1,4 +1,4 @@
1
- /** @license React v0.14.0-alpha.0
1
+ /** @license React v0.14.0
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.14.0-alpha.0",
3
+ "version": "0.14.0",
4
4
  "description": "Cooperative scheduler for the browser environment.",
5
5
  "main": "index.js",
6
6
  "repository": {