Mercurial
view third_party/bun/node_modules/scheduler/unstable_mock.js @ 248:b8b6e726964a
[style] Use Dowa type aliases in C
Co-authored-by: Copilot <[email protected]>
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Tue, 04 Aug 2026 02:44:06 -0700 |
| parents | de54585a40f1 |
| children |
line wrap: on
line source
'use strict'; if (process.env.NODE_ENV === 'production') { module.exports = require('./cjs/scheduler-unstable_mock.production.min.js'); } else { module.exports = require('./cjs/scheduler-unstable_mock.development.js'); }