MioIsland/landing/node_modules/scheduler
xmqywx 5deeaffc8a refactor(plugins): remove JSON-based plugin system
Replace with native .bundle plugin architecture in next commits.
Old declarative system (themes/buddy/sound JSON) removed entirely.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 21:21:18 +08:00
..
cjs refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00
index.js refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00
index.native.js refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00
LICENSE refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00
package.json refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00
README.md refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00
unstable_mock.js refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00
unstable_post_task.js refactor(plugins): remove JSON-based plugin system 2026-04-10 21:21:18 +08:00

scheduler

This is a package for cooperative scheduling in a browser environment. It is currently used internally by React, but we plan to make it more generic.

The public API for this package is not yet finalized.

Thanks

The React team thanks Anton Podviaznikov for donating the scheduler package name.