Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Scheduler indirection #21107

Merged
merged 2 commits into from Mar 28, 2021

Conversation

acdlite
Copy link
Collaborator

@acdlite acdlite commented Mar 26, 2021

I originally kept the React PriorityLevel and Scheduler PriorityLevel types separate in case there was a versioning mismatch between the two modules. However, it looks like we're going to keep the Scheduler module private in the short to medium term, and longer term the public interface will match postTask. So I've removed the extra indirection (the switch statements that convert between the two types).

@@ -120,7 +119,6 @@ type Update<S, A> = {|
eagerReducer: ((S, A) => S) | null,
eagerState: S | null,
next: Update<S, A>,
priority?: ReactPriorityLevel,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We used to use this for the Suspense priority warning. That got removed, but if we were to add the warning back, we'd use the update lanes.

export const NoPriority: ReactPriorityLevel = 90;

export const shouldYield = Scheduler_shouldYield;
export const requestPaint =
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't relevant anymore because Scheduler is a hard dependency of React, now and for the foreseeable future.

// timestamp. In that case, subtract the module initialization time to simulate
// the behavior of performance.now and keep our times small enough to fit
// within 32 bits.
// TODO: Consider lifting this into Scheduler.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was moved to Scheduler

const localDate = Date;
const initialTime = localDate.now();
getCurrentTime = () => localDate.now() - initialTime;

@sizebot
Copy link

sizebot commented Mar 26, 2021

Comparing: 46b68ea...3388c62

Critical size changes

Includes critical production bundles, as well as any change greater than 2%:

Name +/- Base Current +/- gzip Base gzip Current gzip
oss-stable/react-dom/cjs/react-dom.production.min.js = 122.76 kB 122.44 kB = 39.43 kB 39.30 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 129.28 kB 128.96 kB = 41.52 kB 41.40 kB
facebook-www/ReactDOM-prod.classic.js = 406.13 kB 404.97 kB = 75.44 kB 75.25 kB
facebook-www/ReactDOM-prod.modern.js = 394.39 kB 393.22 kB = 73.53 kB 73.34 kB
facebook-www/ReactDOMForked-prod.classic.js = 406.14 kB 404.72 kB = 75.45 kB 75.23 kB

Significant size changes

Includes any change greater than 0.2%:

Expand to show
Name +/- Base Current +/- gzip Base gzip Current gzip
oss-experimental/react-dom/cjs/react-dom.profiling.min.js = 135.66 kB 135.34 kB = 43.41 kB 43.28 kB
oss-experimental/react-dom/cjs/react-dom.production.min.js = 129.28 kB 128.96 kB = 41.52 kB 41.40 kB
oss-stable/react-dom/cjs/react-dom.profiling.min.js = 127.09 kB 126.77 kB = 40.72 kB 40.59 kB
oss-experimental/react-art/umd/react-art.production.min.js = 117.43 kB 117.13 kB = 36.56 kB 36.47 kB
facebook-www/ReactDOM-profiling.classic.js = 427.88 kB 426.80 kB = 79.05 kB 78.83 kB
facebook-www/ReactDOM-profiling.modern.js = 416.10 kB 415.02 kB = 77.18 kB 76.99 kB
oss-stable/react-dom/cjs/react-dom.production.min.js = 122.76 kB 122.44 kB = 39.43 kB 39.30 kB
oss-stable/react-art/umd/react-art.production.min.js = 112.52 kB 112.23 kB = 34.94 kB 34.85 kB
facebook-www/ReactDOMForked-dev.classic.js = 1,058.40 kB 1,055.58 kB = 234.94 kB 234.27 kB
facebook-www/ReactDOMForked-dev.modern.js = 1,032.15 kB 1,029.33 kB = 229.51 kB 228.85 kB
facebook-www/ReactDOM-dev.classic.js = 1,058.80 kB 1,055.83 kB = 234.99 kB 234.29 kB
oss-experimental/react-dom/umd/react-dom.profiling.min.js = 135.44 kB 135.06 kB = 44.06 kB 43.95 kB
facebook-www/ReactDOM-prod.classic.js = 406.13 kB 404.97 kB = 75.44 kB 75.25 kB
facebook-www/ReactDOM-dev.modern.js = 1,032.56 kB 1,029.59 kB = 229.57 kB 228.88 kB
facebook-www/ReactDOM-prod.modern.js = 394.39 kB 393.22 kB = 73.53 kB 73.34 kB
oss-experimental/react-dom/umd/react-dom.production.min.js = 129.25 kB 128.86 kB = 42.19 kB 42.06 kB
oss-stable/react-dom/umd/react-dom.profiling.min.js = 126.94 kB 126.56 kB = 41.37 kB 41.24 kB
oss-experimental/react-reconciler/cjs/react-reconciler.profiling.min.js = 98.16 kB 97.86 kB = 30.39 kB 30.28 kB
react-native/implementations/ReactNativeRenderer-dev.fb.js = 713.34 kB 711.17 kB = 154.76 kB 154.13 kB
facebook-www/ReactDOMTesting-prod.classic.js = 398.15 kB 396.94 kB = 75.46 kB 75.26 kB
oss-experimental/react-art/umd/react-art.development.js = 737.32 kB 735.07 kB = 156.88 kB 156.29 kB
react-native/implementations/ReactNativeRenderer-dev.js = 707.77 kB 705.61 kB = 153.88 kB 153.27 kB
facebook-www/ReactDOMTesting-dev.classic.js = 971.28 kB 968.31 kB = 218.23 kB 217.57 kB
facebook-www/ReactART-dev.classic.js = 703.09 kB 700.91 kB = 150.15 kB 149.49 kB
oss-experimental/react-dom/cjs/react-dom.development.js = 958.56 kB 955.58 kB = 216.95 kB 216.28 kB
react-native/implementations/ReactFabric-dev.fb.js = 694.91 kB 692.75 kB = 150.18 kB 149.55 kB
oss-stable/react-dom/umd/react-dom.production.min.js = 122.77 kB 122.39 kB = 40.13 kB 40.01 kB
oss-experimental/react-reconciler/cjs/react-reconciler.development.js = 692.85 kB 690.69 kB = 148.40 kB 147.82 kB
oss-experimental/react-dom/umd/react-dom.development.js = 1,007.60 kB 1,004.45 kB = 219.74 kB 219.08 kB
facebook-www/ReactDOMForked-profiling.classic.js = 427.89 kB 426.55 kB = 79.05 kB 78.81 kB
react-native/implementations/ReactFabric-dev.js = 689.34 kB 687.18 kB = 149.29 kB 148.67 kB
facebook-www/ReactART-dev.modern.js = 692.79 kB 690.62 kB = 148.02 kB 147.42 kB
facebook-www/ReactDOMTesting-prod.modern.js = 384.38 kB 383.17 kB = 73.15 kB 72.93 kB
facebook-www/ReactDOMTesting-dev.modern.js = 942.20 kB 939.23 kB = 211.97 kB 211.29 kB
facebook-www/ReactDOMForked-profiling.modern.js = 416.11 kB 414.77 kB = 77.18 kB 76.97 kB
oss-experimental/react-reconciler/cjs/react-reconciler.production.min.js = 91.86 kB 91.57 kB = 28.43 kB 28.32 kB
react-native/implementations/ReactNativeRenderer-profiling.js = 291.09 kB 290.15 kB = 52.37 kB 52.18 kB
react-native/implementations/ReactNativeRenderer-profiling.fb.js = 291.03 kB 290.08 kB = 52.34 kB 52.15 kB
oss-stable/react-art/umd/react-art.development.js = 693.38 kB 691.13 kB = 148.20 kB 147.62 kB
oss-stable/react-reconciler/cjs/react-reconciler.profiling.min.js = 90.73 kB 90.43 kB = 28.08 kB 27.98 kB
oss-stable/react-dom/cjs/react-dom.development.js = 907.06 kB 904.09 kB = 206.79 kB 206.13 kB
oss-stable/react-dom/umd/react-dom.development.js = 953.48 kB 950.33 kB = 209.44 kB 208.78 kB
react-native/implementations/ReactFabric-profiling.js = 283.89 kB 282.94 kB = 50.89 kB 50.70 kB
react-native/implementations/ReactFabric-profiling.fb.js = 283.83 kB 282.89 kB = 50.86 kB 50.67 kB
oss-stable/react-reconciler/cjs/react-reconciler.development.js = 648.40 kB 646.23 kB = 139.38 kB 138.80 kB
oss-experimental/react-art/cjs/react-art.development.js = 634.47 kB 632.30 kB = 138.57 kB 137.99 kB
oss-stable/react-reconciler/cjs/react-reconciler.production.min.js = 86.49 kB 86.19 kB = 26.79 kB 26.67 kB
facebook-www/ReactTestRenderer-dev.modern.js = 626.09 kB 623.91 kB = 135.06 kB 134.44 kB
facebook-www/ReactTestRenderer-dev.classic.js = 626.08 kB 623.90 kB = 135.05 kB 134.43 kB
oss-experimental/react-test-renderer/umd/react-test-renderer.development.js = 649.45 kB 647.19 kB = 137.55 kB 136.95 kB
facebook-www/ReactDOMForked-prod.classic.js = 406.14 kB 404.72 kB = 75.45 kB 75.23 kB
oss-experimental/react-test-renderer/cjs/react-test-renderer.development.js = 618.47 kB 616.31 kB = 135.94 kB 135.33 kB
facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-dev.js = 613.37 kB 611.20 kB = 133.44 kB 132.84 kB
oss-stable/react-test-renderer/umd/react-test-renderer.development.js = 632.68 kB 630.42 kB = 134.16 kB 133.55 kB
oss-stable/react-test-renderer/cjs/react-test-renderer.development.js = 602.54 kB 600.38 kB = 132.61 kB 131.98 kB
facebook-www/ReactDOMForked-prod.modern.js = 394.40 kB 392.97 kB = 73.54 kB 73.32 kB
oss-experimental/react-test-renderer/umd/react-test-renderer.production.min.js = 82.06 kB 81.76 kB = 25.91 kB 25.75 kB
oss-experimental/react-test-renderer/cjs/react-test-renderer.production.min.js = 81.91 kB 81.61 kB = 25.55 kB 25.45 kB
oss-experimental/react-art/cjs/react-art.production.min.js = 81.54 kB 81.24 kB = 25.38 kB 25.28 kB
oss-stable/react-art/cjs/react-art.development.js = 592.67 kB 590.51 kB = 130.18 kB 129.59 kB
oss-stable/react-test-renderer/umd/react-test-renderer.production.min.js = 79.70 kB 79.40 kB = 25.12 kB 24.95 kB
oss-stable/react-test-renderer/cjs/react-test-renderer.production.min.js = 79.54 kB 79.24 kB = 24.80 kB 24.70 kB
facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-profiling.js = 250.92 kB 249.98 kB = 46.16 kB 45.97 kB
react-native/implementations/ReactNativeRenderer-prod.js = 278.80 kB 277.74 kB = 49.98 kB 49.80 kB
react-native/implementations/ReactNativeRenderer-prod.fb.js = 278.74 kB 277.69 kB = 49.95 kB 49.77 kB
facebook-www/ReactART-prod.classic.js = 261.68 kB 260.67 kB = 46.65 kB 46.48 kB
oss-stable/react-art/cjs/react-art.production.min.js = 76.70 kB 76.40 kB = 23.94 kB 23.81 kB
react-native/implementations/ReactFabric-prod.js = 271.57 kB 270.51 kB = 48.54 kB 48.35 kB
react-native/implementations/ReactFabric-prod.fb.js = 271.52 kB 270.46 kB = 48.52 kB 48.32 kB
facebook-www/ReactART-prod.modern.js = 254.31 kB 253.30 kB = 45.41 kB 45.22 kB
facebook-react-native/react-test-renderer/cjs/ReactTestRenderer-prod.js = 238.75 kB 237.69 kB = 43.84 kB 43.64 kB

Generated by 🚫 dangerJS against 3388c62

@acdlite acdlite force-pushed the remove-scheduler-indirection branch 3 times, most recently from 01fa176 to c1212b4 Compare March 26, 2021 02:27
@@ -168,6 +168,17 @@ export function getInternalReactConstants(
NoPriority: 90,
};

if (gte(version, '17.0.2')) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bvaughn How am I supposed to do this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated to my best guess based on the other checks:

if (gte(version, '17.0.2-alpha')) {
ReactPriorityLevels = {
ImmediatePriority: 1,
UserBlockingPriority: 2,
NormalPriority: 3,
LowPriority: 4,
IdlePriority: 5,
NoPriority: 0,
};
}

// ascending numbers so we can compare them like numbers. They start at 90 to
// avoid clashing with Scheduler's priorities.
export const ImmediatePriority: ReactPriorityLevel = 99;
export const UserBlockingPriority: ReactPriorityLevel = 98;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Goodbye, 99, 98, and friends. How many times have I seen you while debugging, trying to remember which level it is. Hope to never see you again! 🕺

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello to 0, 1, 2, 3, 4, 5!

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll take that

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about 0, 1, 2, 4, 8, 16, 32, 64...? 😆

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we stay below 65536 sure. I can't memorize the ones after.

@acdlite acdlite force-pushed the remove-scheduler-indirection branch 2 times, most recently from c71148e to 8b0532a Compare March 26, 2021 03:04
@acdlite acdlite force-pushed the remove-scheduler-indirection branch from 8b0532a to 393b188 Compare March 26, 2021 16:21
@@ -168,6 +168,17 @@ export function getInternalReactConstants(
NoPriority: 90,
};

if (gt(version, '17.0.2')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice

@@ -7,7 +7,7 @@

// TODO: this is special because it gets imported during build.
//
// TODO: 17.0.2 has not been released to NPM;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol this comment was wrong before anyway; at least it's right again for now

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
@acdlite acdlite force-pushed the remove-scheduler-indirection branch from 8684f9b to 3388c62 Compare March 28, 2021 21:08
@acdlite acdlite merged commit 3ba5c87 into facebook:master Mar 28, 2021
facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Apr 6, 2021
Summary:
This sync includes the following changes:
- **[c9aab1c9d](facebook/react@c9aab1c9d )**: react-refresh@0.10.0 //<Dan Abramov>//
- **[516b76b9a](facebook/react@516b76b9a )**: [Fast Refresh] Support callthrough HOCs ([#21104](facebook/react#21104)) //<Dan Abramov>//
- **[0853aab74](facebook/react@0853aab74 )**: Log all errors to console.error by default ([#21130](facebook/react#21130)) //<Sebastian Markbåge>//
- **[d1294c9d4](facebook/react@d1294c9d4 )**: Add global onError handler ([#21129](facebook/react#21129)) //<Sebastian Markbåge>//
- **[64983aab5](facebook/react@64983aab5 )**: Remove redundant setUpdatePriority call ([#21127](facebook/react#21127)) //<Andrew Clark>//
- **[634cc52e6](facebook/react@634cc52e6 )**: Delete dead variable: currentEventWipLanes ([#21123](facebook/react#21123)) //<Andrew Clark>//
- **[1102224bb](facebook/react@1102224bb )**: Fix: flushSync changes priority inside effect ([#21122](facebook/react#21122)) //<Andrew Clark>//
- **[dbe98a5aa](facebook/react@dbe98a5aa )**: Move sync task queue to its own module ([#21109](facebook/react#21109)) //<Andrew Clark>//
- **[3ba5c8737](facebook/react@3ba5c8737 )**: Remove Scheduler indirection ([#21107](facebook/react#21107)) //<Andrew Clark>//
- **[46b68eaf6](facebook/react@46b68eaf6 )**: Delete LanePriority type ([#21090](facebook/react#21090)) //<Andrew Clark>//
- **[dcd13045e](facebook/react@dcd13045e )**: Use Lane to track root callback priority ([#21089](facebook/react#21089)) //<Andrew Clark>//
- **[5f21a9fca](facebook/react@5f21a9fca )**: Clean up host pointers in level 2 of clean-up flag ([#21112](facebook/react#21112)) //<Andrew Clark>//
- **[32d6f39ed](facebook/react@32d6f39ed )**: [Fizz] Support special HTML/SVG/MathML tags to suspend ([#21113](facebook/react#21113)) //<Sebastian Markbåge>//
- **[a77dd13ed](facebook/react@a77dd13ed )**: Delete enableDiscreteEventFlushingChange ([#21110](facebook/react#21110)) //<Andrew Clark>//
- **[048ee4c0c](facebook/react@048ee4c0c )**: Use `act` in fuzz tester to flush expired work ([#21108](facebook/react#21108)) //<Andrew Clark>//
- **[556644e23](facebook/react@556644e23 )**: Fix plurals ([#21106](facebook/react#21106)) //<Sebastian Markbåge>//
- **[8b741437b](facebook/react@8b741437b )**: Rename SuspendedWork to Task ([#21105](facebook/react#21105)) //<Sebastian Markbåge>//
- **[38a1aedb4](facebook/react@38a1aedb4 )**: [Fizz] Add FormatContext and Refactor Work ([#21103](facebook/react#21103)) //<Sebastian Markbåge>//
- **[1b7e471b9](facebook/react@1b7e471b9 )**: React Native New Architecture: Support passing nativeViewTag to getInspectorDataForViewAtPoint callback, for React DevTools compat ([#21080](facebook/react#21080)) //<Joshua Gross>//
- **[4a99c5c3a](facebook/react@4a99c5c3a )**: Use highest priority lane to detect interruptions ([#21088](facebook/react#21088)) //<Andrew Clark>//
- **[77be52729](facebook/react@77be52729 )**: Remove LanePriority from computeExpirationTime ([#21087](facebook/react#21087)) //<Andrew Clark>//
- **[3221e8fba](facebook/react@3221e8fba )**: Remove LanePriority from getBumpedLaneForHydration ([#21086](facebook/react#21086)) //<Andrew Clark>//
- **[05ec0d764](facebook/react@05ec0d764 )**: Entangled expired lanes with SyncLane ([#21083](facebook/react#21083)) //<Andrew Clark>//
- **[03ede83d2](facebook/react@03ede83d2 )**: Use EventPriority to track update priority ([#21082](facebook/react#21082)) //<Andrew Clark>//
- **[a63f0953b](facebook/react@a63f0953b )**: Delete SyncBatchedLane ([#21061](facebook/react#21061)) //<Ricky>//
- **[fa868d6be](facebook/react@fa868d6be )**: Make opaque EventPriority type a Lane internally ([#21065](facebook/react#21065)) //<Andrew Clark>//
- **[eb58c3909](facebook/react@eb58c3909 )**: react-hooks/exhaustive-deps: Handle optional chained methods as dependency ([#20204](facebook/react#20204)) ([#20247](facebook/react#20247)) //<Ari Perkkiö>//
- **[7b84dbd16](facebook/react@7b84dbd16 )**: Fail build on deep requires in npm packages ([#21063](facebook/react#21063)) //<Dan Abramov>//
- **[2c9d8efc8](facebook/react@2c9d8efc8 )**: Add react-reconciler/constants entry point ([#21062](facebook/react#21062)) //<Dan Abramov>//
- **[d0eaf7829](facebook/react@d0eaf7829 )**: Move priorities to separate import to break cycle ([#21060](facebook/react#21060)) //<Andrew Clark>//
- **[435cff986](facebook/react@435cff986 )**: [Fizz] Expose callbacks in options for when various stages of the content is done ([#21056](facebook/react#21056)) //<Sebastian Markbåge>//
- **[25bfa287f](facebook/react@25bfa287f )**: [Experiment] Add feature flag for more aggressive memory clean-up of deleted fiber trees ([#21039](facebook/react#21039)) //<Benoit Girard>//
- **[8fe7810e7](facebook/react@8fe7810e7 )**: Remove already completed comment ([#21054](facebook/react#21054)) //<Sebastian Markbåge>//
- **[6c3202b1e](facebook/react@6c3202b1e )**: [Fizz] Use identifierPrefix to avoid conflicts within the same response ([#21037](facebook/react#21037)) //<Sebastian Markbåge>//
- **[dcdf8de7e](facebook/react@dcdf8de7e )**: Remove discrete lanes and priorities ([#21040](facebook/react#21040)) //<Andrew Clark>//
- **[ca99ae97b](facebook/react@ca99ae97b )**: Replace some flushExpired callsites ([#20975](facebook/react#20975)) //<Ricky>//
- **[1fafac002](facebook/react@1fafac002 )**: Use SyncLane for discrete event hydration ([#21038](facebook/react#21038)) //<Andrew Clark>//

Changelog:
[General][Changed] - React Native sync for revisions 6d3ecb7...c9aab1c

jest_e2e[run_all_tests]

Reviewed By: JoshuaGross

Differential Revision: D27436763

fbshipit-source-id: da79a41e26bffdcdacd293178062edf098e9b58a
acdlite added a commit to acdlite/react that referenced this pull request Apr 11, 2021
* Bump version number

* Remove Scheduler indirection

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
acdlite added a commit to acdlite/react that referenced this pull request Apr 13, 2021
* Bump version number

* Remove Scheduler indirection

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
acdlite added a commit to acdlite/react that referenced this pull request Apr 16, 2021
* Bump version number

* Remove Scheduler indirection

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
acdlite added a commit to acdlite/react that referenced this pull request Apr 16, 2021
* Bump version number

* Remove Scheduler indirection

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
acdlite added a commit to acdlite/react that referenced this pull request Apr 19, 2021
* Bump version number

* Remove Scheduler indirection

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
koto pushed a commit to koto/react that referenced this pull request Jun 15, 2021
* Bump version number

* Remove Scheduler indirection

I originally kept the React PriorityLevel and Scheduler PriorityLevel
types separate in case there was a versioning mismatch between the two
modules. However, it looks like we're going to keep the Scheduler module
private in the short to medium term, and longer term the public
interface will match postTask. So, I've removed the extra indirection
(the switch statements that convert between the two types).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants