From 580e798e16346eb894eb899edac82d2efdf40adc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 18 Apr 2026 22:32:53 -0500 Subject: initial commit --- node_modules/scheduler/unstable_mock.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 node_modules/scheduler/unstable_mock.js (limited to 'node_modules/scheduler/unstable_mock.js') diff --git a/node_modules/scheduler/unstable_mock.js b/node_modules/scheduler/unstable_mock.js new file mode 100644 index 0000000..e72ea31 --- /dev/null +++ b/node_modules/scheduler/unstable_mock.js @@ -0,0 +1,7 @@ +'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'); +} -- cgit v1.2.3