ru.Bee 1.3.2 → 1.4.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.
- checksums.yaml +4 -4
- data/bin/rubee +114 -88
- data/lib/app/views/app.tsx +27 -0
- data/lib/app/views/index.html +47 -0
- data/lib/app/views/layout.erb +3 -3
- data/lib/app/views/utils/redirectToBackend.tsx +9 -0
- data/lib/app/views/welcome_show.erb +1 -1
- data/lib/config/base_configuration.rb +15 -6
- data/lib/config/routes.rb +2 -1
- data/lib/db/create_accounts.rb +8 -8
- data/lib/db/create_comments.rb +7 -7
- data/lib/db/create_posts.rb +8 -8
- data/lib/db/create_users.rb +8 -8
- data/lib/db/structure.rb +42 -42
- data/lib/esbuild.config.js +33 -0
- data/lib/inits/print_colors.rb +1 -1
- data/lib/js/app.js +13 -0
- data/lib/js/app.js.map +7 -0
- data/lib/js/bundle.js +26157 -0
- data/lib/js/bundle.js.map +7 -0
- data/lib/node_modules/@types/cookie/LICENSE +21 -0
- data/lib/node_modules/@types/cookie/README.md +15 -0
- data/lib/node_modules/@types/cookie/index.d.ts +154 -0
- data/lib/node_modules/@types/cookie/package.json +30 -0
- data/lib/node_modules/cookie/LICENSE +24 -0
- data/lib/node_modules/cookie/README.md +248 -0
- data/lib/node_modules/cookie/dist/index.d.ts +114 -0
- data/lib/node_modules/cookie/dist/index.js +239 -0
- data/lib/node_modules/cookie/dist/index.js.map +1 -0
- data/lib/node_modules/cookie/package.json +42 -0
- data/lib/node_modules/js-tokens/CHANGELOG.md +151 -0
- data/lib/node_modules/js-tokens/LICENSE +21 -0
- data/lib/node_modules/js-tokens/README.md +240 -0
- data/lib/node_modules/js-tokens/index.js +23 -0
- data/lib/node_modules/js-tokens/package.json +30 -0
- data/lib/node_modules/loose-envify/LICENSE +21 -0
- data/lib/node_modules/loose-envify/README.md +45 -0
- data/lib/node_modules/loose-envify/cli.js +16 -0
- data/lib/node_modules/loose-envify/custom.js +4 -0
- data/lib/node_modules/loose-envify/index.js +3 -0
- data/lib/node_modules/loose-envify/loose-envify.js +36 -0
- data/lib/node_modules/loose-envify/package.json +36 -0
- data/lib/node_modules/loose-envify/replace.js +65 -0
- data/lib/node_modules/react/LICENSE +21 -0
- data/lib/node_modules/react/README.md +37 -0
- data/lib/node_modules/react/cjs/react-jsx-dev-runtime.development.js +1315 -0
- data/lib/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +10 -0
- data/lib/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js +10 -0
- data/lib/node_modules/react/cjs/react-jsx-runtime.development.js +1333 -0
- data/lib/node_modules/react/cjs/react-jsx-runtime.production.min.js +11 -0
- data/lib/node_modules/react/cjs/react-jsx-runtime.profiling.min.js +11 -0
- data/lib/node_modules/react/cjs/react.development.js +2740 -0
- data/lib/node_modules/react/cjs/react.production.min.js +26 -0
- data/lib/node_modules/react/cjs/react.shared-subset.development.js +20 -0
- data/lib/node_modules/react/cjs/react.shared-subset.production.min.js +10 -0
- data/lib/node_modules/react/index.js +7 -0
- data/lib/node_modules/react/jsx-dev-runtime.js +7 -0
- data/lib/node_modules/react/jsx-runtime.js +7 -0
- data/lib/node_modules/react/package.json +47 -0
- data/lib/node_modules/react/react.shared-subset.js +7 -0
- data/lib/node_modules/react/umd/react.development.js +3343 -0
- data/lib/node_modules/react/umd/react.production.min.js +31 -0
- data/lib/node_modules/react/umd/react.profiling.min.js +31 -0
- data/lib/node_modules/react-dom/LICENSE +21 -0
- data/lib/node_modules/react-dom/README.md +60 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server-legacy.browser.development.js +7029 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server-legacy.browser.production.min.js +93 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server-legacy.node.development.js +7093 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server-legacy.node.production.min.js +101 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server.browser.development.js +7014 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +96 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server.node.development.js +7070 -0
- data/lib/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +102 -0
- data/lib/node_modules/react-dom/cjs/react-dom-test-utils.development.js +1763 -0
- data/lib/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js +40 -0
- data/lib/node_modules/react-dom/cjs/react-dom.development.js +29923 -0
- data/lib/node_modules/react-dom/cjs/react-dom.production.min.js +322 -0
- data/lib/node_modules/react-dom/cjs/react-dom.profiling.min.js +366 -0
- data/lib/node_modules/react-dom/client.js +25 -0
- data/lib/node_modules/react-dom/index.js +38 -0
- data/lib/node_modules/react-dom/package.json +62 -0
- data/lib/node_modules/react-dom/profiling.js +38 -0
- data/lib/node_modules/react-dom/server.browser.js +17 -0
- data/lib/node_modules/react-dom/server.js +3 -0
- data/lib/node_modules/react-dom/server.node.js +17 -0
- data/lib/node_modules/react-dom/test-utils.js +7 -0
- data/lib/node_modules/react-dom/umd/react-dom-server-legacy.browser.development.js +7026 -0
- data/lib/node_modules/react-dom/umd/react-dom-server-legacy.browser.production.min.js +75 -0
- data/lib/node_modules/react-dom/umd/react-dom-server.browser.development.js +7011 -0
- data/lib/node_modules/react-dom/umd/react-dom-server.browser.production.min.js +76 -0
- data/lib/node_modules/react-dom/umd/react-dom-test-utils.development.js +1759 -0
- data/lib/node_modules/react-dom/umd/react-dom-test-utils.production.min.js +33 -0
- data/lib/node_modules/react-dom/umd/react-dom.development.js +29924 -0
- data/lib/node_modules/react-dom/umd/react-dom.production.min.js +267 -0
- data/lib/node_modules/react-dom/umd/react-dom.profiling.min.js +285 -0
- data/lib/node_modules/react-router/CHANGELOG.md +1526 -0
- data/lib/node_modules/react-router/LICENSE.md +23 -0
- data/lib/node_modules/react-router/README.md +7 -0
- data/lib/node_modules/react-router/dist/development/chunk-KNED5TY2.mjs +10476 -0
- data/lib/node_modules/react-router/dist/development/dom-export.d.mts +23 -0
- data/lib/node_modules/react-router/dist/development/dom-export.d.ts +23 -0
- data/lib/node_modules/react-router/dist/development/dom-export.js +6111 -0
- data/lib/node_modules/react-router/dist/development/dom-export.mjs +234 -0
- data/lib/node_modules/react-router/dist/development/fog-of-war-1hWhK5ey.d.mts +1690 -0
- data/lib/node_modules/react-router/dist/development/fog-of-war-oa9CGk10.d.ts +1690 -0
- data/lib/node_modules/react-router/dist/development/future-ldDp5FKH.d.mts +21 -0
- data/lib/node_modules/react-router/dist/development/future-ldDp5FKH.d.ts +21 -0
- data/lib/node_modules/react-router/dist/development/index.d.mts +841 -0
- data/lib/node_modules/react-router/dist/development/index.d.ts +841 -0
- data/lib/node_modules/react-router/dist/development/index.js +10624 -0
- data/lib/node_modules/react-router/dist/development/index.mjs +242 -0
- data/lib/node_modules/react-router/dist/development/lib/types/route-module.d.mts +209 -0
- data/lib/node_modules/react-router/dist/development/lib/types/route-module.d.ts +209 -0
- data/lib/node_modules/react-router/dist/development/lib/types/route-module.js +28 -0
- data/lib/node_modules/react-router/dist/development/lib/types/route-module.mjs +10 -0
- data/lib/node_modules/react-router/dist/development/route-data-5OzAzQtT.d.mts +1716 -0
- data/lib/node_modules/react-router/dist/development/route-data-5OzAzQtT.d.ts +1716 -0
- data/lib/node_modules/react-router/dist/production/chunk-ZIM7OIE3.mjs +10476 -0
- data/lib/node_modules/react-router/dist/production/dom-export.d.mts +23 -0
- data/lib/node_modules/react-router/dist/production/dom-export.d.ts +23 -0
- data/lib/node_modules/react-router/dist/production/dom-export.js +6111 -0
- data/lib/node_modules/react-router/dist/production/dom-export.mjs +234 -0
- data/lib/node_modules/react-router/dist/production/fog-of-war-1hWhK5ey.d.mts +1690 -0
- data/lib/node_modules/react-router/dist/production/fog-of-war-oa9CGk10.d.ts +1690 -0
- data/lib/node_modules/react-router/dist/production/future-ldDp5FKH.d.mts +21 -0
- data/lib/node_modules/react-router/dist/production/future-ldDp5FKH.d.ts +21 -0
- data/lib/node_modules/react-router/dist/production/index.d.mts +841 -0
- data/lib/node_modules/react-router/dist/production/index.d.ts +841 -0
- data/lib/node_modules/react-router/dist/production/index.js +10624 -0
- data/lib/node_modules/react-router/dist/production/index.mjs +242 -0
- data/lib/node_modules/react-router/dist/production/lib/types/route-module.d.mts +209 -0
- data/lib/node_modules/react-router/dist/production/lib/types/route-module.d.ts +209 -0
- data/lib/node_modules/react-router/dist/production/lib/types/route-module.js +28 -0
- data/lib/node_modules/react-router/dist/production/lib/types/route-module.mjs +10 -0
- data/lib/node_modules/react-router/dist/production/route-data-5OzAzQtT.d.mts +1716 -0
- data/lib/node_modules/react-router/dist/production/route-data-5OzAzQtT.d.ts +1716 -0
- data/lib/node_modules/react-router/package.json +116 -0
- data/lib/node_modules/react-router-dom/LICENSE.md +23 -0
- data/lib/node_modules/react-router-dom/README.md +6 -0
- data/lib/node_modules/react-router-dom/dist/index.d.mts +2 -0
- data/lib/node_modules/react-router-dom/dist/index.d.ts +2 -0
- data/lib/node_modules/react-router-dom/dist/index.js +45 -0
- data/lib/node_modules/react-router-dom/dist/index.mjs +18 -0
- data/lib/node_modules/react-router-dom/package.json +82 -0
- data/lib/node_modules/scheduler/LICENSE +21 -0
- data/lib/node_modules/scheduler/README.md +9 -0
- data/lib/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +700 -0
- data/lib/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +20 -0
- data/lib/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +207 -0
- data/lib/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +14 -0
- data/lib/node_modules/scheduler/cjs/scheduler.development.js +634 -0
- data/lib/node_modules/scheduler/cjs/scheduler.production.min.js +19 -0
- data/lib/node_modules/scheduler/index.js +7 -0
- data/lib/node_modules/scheduler/package.json +36 -0
- data/lib/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +699 -0
- data/lib/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +19 -0
- data/lib/node_modules/scheduler/umd/scheduler.development.js +152 -0
- data/lib/node_modules/scheduler/umd/scheduler.production.min.js +146 -0
- data/lib/node_modules/scheduler/umd/scheduler.profiling.min.js +146 -0
- data/lib/node_modules/scheduler/unstable_mock.js +7 -0
- data/lib/node_modules/scheduler/unstable_post_task.js +7 -0
- data/lib/node_modules/set-cookie-parser/LICENSE +21 -0
- data/lib/node_modules/set-cookie-parser/README.md +202 -0
- data/lib/node_modules/set-cookie-parser/lib/set-cookie.js +224 -0
- data/lib/node_modules/set-cookie-parser/package.json +45 -0
- data/lib/node_modules/turbo-stream/LICENSE +7 -0
- data/lib/node_modules/turbo-stream/README.md +31 -0
- data/lib/node_modules/turbo-stream/dist/flatten.d.ts +2 -0
- data/lib/node_modules/turbo-stream/dist/flatten.js +203 -0
- data/lib/node_modules/turbo-stream/dist/turbo-stream.d.ts +13 -0
- data/lib/node_modules/turbo-stream/dist/turbo-stream.js +207 -0
- data/lib/node_modules/turbo-stream/dist/turbo-stream.mjs +673 -0
- data/lib/node_modules/turbo-stream/dist/unflatten.d.ts +2 -0
- data/lib/node_modules/turbo-stream/dist/unflatten.js +243 -0
- data/lib/node_modules/turbo-stream/dist/utils.d.ts +44 -0
- data/lib/node_modules/turbo-stream/dist/utils.js +55 -0
- data/lib/node_modules/turbo-stream/package.json +50 -0
- data/lib/package-lock.json +133 -0
- data/lib/package.json +12 -0
- data/lib/rubee/async/asyncable.rb +2 -2
- data/lib/rubee/async/sidekiq_async.rb +11 -11
- data/lib/rubee/async/thread_async.rb +1 -1
- data/lib/rubee/async/thread_pool.rb +2 -2
- data/lib/rubee/controllers/base_controller.rb +44 -21
- data/lib/rubee/controllers/extensions/auth_tokenable.rb +10 -8
- data/lib/rubee/controllers/extensions/middlewarable.rb +1 -1
- data/lib/rubee/controllers/middlewares/auth_token_middleware.rb +12 -8
- data/lib/rubee/extensions/hookable.rb +3 -6
- data/lib/rubee/extensions/serializable.rb +3 -3
- data/lib/rubee/models/database_objectable.rb +11 -12
- data/lib/rubee/models/sequel_object.rb +23 -24
- data/lib/rubee.rb +106 -55
- data/lib/tests/account_model_test.rb +4 -4
- data/lib/tests/auth_tokenable_test.rb +6 -6
- data/lib/tests/comment_model_test.rb +7 -7
- data/lib/tests/example_models/account.rb +1 -0
- data/lib/tests/example_models/comment.rb +1 -0
- data/lib/tests/example_models/post.rb +1 -0
- data/lib/tests/example_models/user.rb +1 -0
- data/lib/tests/rubeeapp_test.rb +21 -6
- data/lib/tests/test.db +0 -0
- data/lib/tests/test_helper.rb +3 -5
- data/lib/tests/user_model_test.rb +71 -54
- data/readme.md +104 -2
- metadata +170 -3
@@ -0,0 +1,19 @@
|
|
1
|
+
/**
|
2
|
+
* @license React
|
3
|
+
* scheduler-unstable_mock.production.min.js
|
4
|
+
*
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
6
|
+
*
|
7
|
+
* This source code is licensed under the MIT license found in the
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
9
|
+
*/
|
10
|
+
(function(){'use strict';(function(a,p){"object"===typeof exports&&"undefined"!==typeof module?p(exports):"function"===typeof define&&define.amd?define(["exports"],p):(a=a||self,p(a.SchedulerMock={}))})(this,function(a){function p(b,k){var c=b.length;b.push(k);a:for(;0<c;){var a=c-1>>>1,v=b[a];if(0<z(v,k))b[a]=k,b[c]=v,c=a;else break a}}function m(b){return 0===b.length?null:b[0]}function A(b){if(0===b.length)return null;var k=b[0],c=b.pop();if(c!==k){b[0]=c;a:for(var a=0,v=b.length,f=v>>>1;a<f;){var d=2*(a+
|
11
|
+
1)-1,g=b[d],e=d+1,h=b[e];if(0>z(g,c))e<v&&0>z(h,g)?(b[a]=h,b[e]=c,a=e):(b[a]=g,b[d]=c,a=d);else if(e<v&&0>z(h,c))b[a]=h,b[e]=c,a=e;else break a}}return k}function z(b,a){var k=b.sortIndex-a.sortIndex;return 0!==k?k:b.id-a.id}function D(b){for(var a=m(r);null!==a;){if(null===a.callback)A(r);else if(a.startTime<=b)A(r),a.sortIndex=a.expirationTime,p(n,a);else break;a=m(r)}}function E(b){y=!1;D(b);if(!u)if(null!==m(n))u=!0,f=F;else{var a=m(r);null!==a&&(b=a.startTime-b,q=E,t=g+b)}}function F(b,a){u=
|
12
|
+
!1;y&&(y=!1,q=null,t=-1);B=!0;var c=d;try{D(a);for(h=m(n);null!==h&&(!(h.expirationTime>a)||b&&!I());){var k=h.callback;if("function"===typeof k){h.callback=null;d=h.priorityLevel;var e=k(h.expirationTime<=a);a=g;"function"===typeof e?h.callback=e:h===m(n)&&A(n);D(a)}else A(n);h=m(n)}if(null!==h)var f=!0;else{var l=m(r);if(null!==l){var p=l.startTime-a;q=E;t=g+p}f=!1}return f}finally{h=null,d=c,B=!1}}function I(){return 0===w&&null===l||-1!==w&&null!==l&&l.length>=w||G&&C?x=!0:!1}function J(){if(e)throw Error("Already flushing work.");
|
13
|
+
if(null!==f){var b=f;e=!0;try{var a=!0;do a=b(!0,g);while(a);a||(f=null);return!0}finally{e=!1}}else return!1}var n=[],r=[],K=1,h=null,d=3,B=!1,u=!1,y=!1,g=0,f=null,q=null,t=-1,l=null,w=-1,x=!1,e=!1,C=!1,G=!1,H=!1;a.reset=function(){if(e)throw Error("Cannot reset while already flushing work.");g=0;q=f=null;t=-1;l=null;w=-1;C=e=x=!1};a.unstable_IdlePriority=5;a.unstable_ImmediatePriority=1;a.unstable_LowPriority=4;a.unstable_NormalPriority=3;a.unstable_Profiling=null;a.unstable_UserBlockingPriority=
|
14
|
+
2;a.unstable_advanceTime=function(b){"disabledLog"===console.log.name||H||(g+=b,null!==q&&t<=g&&(q(g),t=-1,q=null))};a.unstable_cancelCallback=function(b){b.callback=null};a.unstable_clearYields=function(){if(null===l)return[];var b=l;l=null;return b};a.unstable_continueExecution=function(){u||B||(u=!0,f=F)};a.unstable_flushAll=function(){if(null!==l)throw Error("Log is not empty. Assert on the log of yielded values before flushing additional work.");J();if(null!==l)throw Error("While flushing work, something yielded a value. Use an assertion helper to assert on the log of yielded values, e.g. expect(Scheduler).toFlushAndYield([...])");
|
15
|
+
};a.unstable_flushAllWithoutAsserting=J;a.unstable_flushExpired=function(){if(e)throw Error("Already flushing work.");if(null!==f){e=!0;try{f(!1,g)||(f=null)}finally{e=!1}}};a.unstable_flushNumberOfYields=function(b){if(e)throw Error("Already flushing work.");if(null!==f){var a=f;w=b;e=!0;try{b=!0;do b=a(!0,g);while(b&&!x);b||(f=null)}finally{w=-1,e=x=!1}}};a.unstable_flushUntilNextPaint=function(){if(e)throw Error("Already flushing work.");if(null!==f){var a=f;G=!0;C=!1;e=!0;try{var k=!0;do k=a(!0,
|
16
|
+
g);while(k&&!x);k||(f=null)}finally{e=x=G=!1}}};a.unstable_forceFrameRate=function(){};a.unstable_getCurrentPriorityLevel=function(){return d};a.unstable_getFirstCallbackNode=function(){return m(n)};a.unstable_next=function(a){switch(d){case 1:case 2:case 3:var b=3;break;default:b=d}var c=d;d=b;try{return a()}finally{d=c}};a.unstable_now=function(){return g};a.unstable_pauseExecution=function(){};a.unstable_requestPaint=function(){C=!0};a.unstable_runWithPriority=function(a,e){switch(a){case 1:case 2:case 3:case 4:case 5:break;
|
17
|
+
default:a=3}var b=d;d=a;try{return e()}finally{d=b}};a.unstable_scheduleCallback=function(a,e,c){var b=g;"object"===typeof c&&null!==c?(c=c.delay,c="number"===typeof c&&0<c?b+c:b):c=b;switch(a){case 1:var d=-1;break;case 2:d=250;break;case 5:d=1073741823;break;case 4:d=1E4;break;default:d=5E3}d=c+d;a={id:K++,callback:e,priorityLevel:a,startTime:c,expirationTime:d,sortIndex:-1};c>b?(a.sortIndex=c,p(r,a),null===m(n)&&a===m(r)&&(y?(q=null,t=-1):y=!0,q=E,t=g+(c-b))):(a.sortIndex=d,p(n,a),u||B||(u=!0,
|
18
|
+
f=F));return a};a.unstable_setDisableYieldValue=function(a){H=a};a.unstable_shouldYield=I;a.unstable_wrapCallback=function(a){var b=d;return function(){var c=d;d=b;try{return a.apply(this,arguments)}finally{d=c}}};a.unstable_yieldValue=function(a){"disabledLog"===console.log.name||H||(null===l?l=[a]:l.push(a))}});
|
19
|
+
})();
|
@@ -0,0 +1,152 @@
|
|
1
|
+
/**
|
2
|
+
* @license React
|
3
|
+
*
|
4
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
5
|
+
*
|
6
|
+
* This source code is licensed under the MIT license found in the
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
8
|
+
*/
|
9
|
+
|
10
|
+
/* eslint-disable max-len */
|
11
|
+
|
12
|
+
'use strict';
|
13
|
+
|
14
|
+
(function(global, factory) {
|
15
|
+
// eslint-disable-next-line no-unused-expressions
|
16
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
17
|
+
? (module.exports = factory(require('react')))
|
18
|
+
: typeof define === 'function' && define.amd // eslint-disable-line no-undef
|
19
|
+
? define(['react'], factory) // eslint-disable-line no-undef
|
20
|
+
: (global.Scheduler = factory(global));
|
21
|
+
})(this, function(global) {
|
22
|
+
function unstable_now() {
|
23
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_now.apply(
|
24
|
+
this,
|
25
|
+
arguments
|
26
|
+
);
|
27
|
+
}
|
28
|
+
|
29
|
+
function unstable_scheduleCallback() {
|
30
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_scheduleCallback.apply(
|
31
|
+
this,
|
32
|
+
arguments
|
33
|
+
);
|
34
|
+
}
|
35
|
+
|
36
|
+
function unstable_cancelCallback() {
|
37
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_cancelCallback.apply(
|
38
|
+
this,
|
39
|
+
arguments
|
40
|
+
);
|
41
|
+
}
|
42
|
+
|
43
|
+
function unstable_shouldYield() {
|
44
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_shouldYield.apply(
|
45
|
+
this,
|
46
|
+
arguments
|
47
|
+
);
|
48
|
+
}
|
49
|
+
|
50
|
+
function unstable_requestPaint() {
|
51
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_requestPaint.apply(
|
52
|
+
this,
|
53
|
+
arguments
|
54
|
+
);
|
55
|
+
}
|
56
|
+
|
57
|
+
function unstable_runWithPriority() {
|
58
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_runWithPriority.apply(
|
59
|
+
this,
|
60
|
+
arguments
|
61
|
+
);
|
62
|
+
}
|
63
|
+
|
64
|
+
function unstable_next() {
|
65
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_next.apply(
|
66
|
+
this,
|
67
|
+
arguments
|
68
|
+
);
|
69
|
+
}
|
70
|
+
|
71
|
+
function unstable_wrapCallback() {
|
72
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_wrapCallback.apply(
|
73
|
+
this,
|
74
|
+
arguments
|
75
|
+
);
|
76
|
+
}
|
77
|
+
|
78
|
+
function unstable_getCurrentPriorityLevel() {
|
79
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getCurrentPriorityLevel.apply(
|
80
|
+
this,
|
81
|
+
arguments
|
82
|
+
);
|
83
|
+
}
|
84
|
+
|
85
|
+
function unstable_getFirstCallbackNode() {
|
86
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getFirstCallbackNode.apply(
|
87
|
+
this,
|
88
|
+
arguments
|
89
|
+
);
|
90
|
+
}
|
91
|
+
|
92
|
+
function unstable_pauseExecution() {
|
93
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_pauseExecution.apply(
|
94
|
+
this,
|
95
|
+
arguments
|
96
|
+
);
|
97
|
+
}
|
98
|
+
|
99
|
+
function unstable_continueExecution() {
|
100
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_continueExecution.apply(
|
101
|
+
this,
|
102
|
+
arguments
|
103
|
+
);
|
104
|
+
}
|
105
|
+
|
106
|
+
function unstable_forceFrameRate() {
|
107
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_forceFrameRate.apply(
|
108
|
+
this,
|
109
|
+
arguments
|
110
|
+
);
|
111
|
+
}
|
112
|
+
|
113
|
+
return Object.freeze({
|
114
|
+
unstable_now: unstable_now,
|
115
|
+
unstable_scheduleCallback: unstable_scheduleCallback,
|
116
|
+
unstable_cancelCallback: unstable_cancelCallback,
|
117
|
+
unstable_shouldYield: unstable_shouldYield,
|
118
|
+
unstable_requestPaint: unstable_requestPaint,
|
119
|
+
unstable_runWithPriority: unstable_runWithPriority,
|
120
|
+
unstable_next: unstable_next,
|
121
|
+
unstable_wrapCallback: unstable_wrapCallback,
|
122
|
+
unstable_getCurrentPriorityLevel: unstable_getCurrentPriorityLevel,
|
123
|
+
unstable_continueExecution: unstable_continueExecution,
|
124
|
+
unstable_pauseExecution: unstable_pauseExecution,
|
125
|
+
unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
|
126
|
+
unstable_forceFrameRate: unstable_forceFrameRate,
|
127
|
+
get unstable_IdlePriority() {
|
128
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
129
|
+
.Scheduler.unstable_IdlePriority;
|
130
|
+
},
|
131
|
+
get unstable_ImmediatePriority() {
|
132
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
133
|
+
.Scheduler.unstable_ImmediatePriority;
|
134
|
+
},
|
135
|
+
get unstable_LowPriority() {
|
136
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
137
|
+
.Scheduler.unstable_LowPriority;
|
138
|
+
},
|
139
|
+
get unstable_NormalPriority() {
|
140
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
141
|
+
.Scheduler.unstable_NormalPriority;
|
142
|
+
},
|
143
|
+
get unstable_UserBlockingPriority() {
|
144
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
145
|
+
.Scheduler.unstable_UserBlockingPriority;
|
146
|
+
},
|
147
|
+
get unstable_Profiling() {
|
148
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
149
|
+
.Scheduler.unstable_Profiling;
|
150
|
+
},
|
151
|
+
});
|
152
|
+
});
|
@@ -0,0 +1,146 @@
|
|
1
|
+
/**
|
2
|
+
* @license React
|
3
|
+
*
|
4
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
5
|
+
*
|
6
|
+
* This source code is licensed under the MIT license found in the
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
8
|
+
*/
|
9
|
+
|
10
|
+
/* eslint-disable max-len */
|
11
|
+
|
12
|
+
'use strict';
|
13
|
+
|
14
|
+
(function(global, factory) {
|
15
|
+
// eslint-disable-next-line no-unused-expressions
|
16
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
17
|
+
? (module.exports = factory(require('react')))
|
18
|
+
: typeof define === 'function' && define.amd // eslint-disable-line no-undef
|
19
|
+
? define(['react'], factory) // eslint-disable-line no-undef
|
20
|
+
: (global.Scheduler = factory(global));
|
21
|
+
})(this, function(global) {
|
22
|
+
function unstable_now() {
|
23
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_now.apply(
|
24
|
+
this,
|
25
|
+
arguments
|
26
|
+
);
|
27
|
+
}
|
28
|
+
|
29
|
+
function unstable_scheduleCallback() {
|
30
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_scheduleCallback.apply(
|
31
|
+
this,
|
32
|
+
arguments
|
33
|
+
);
|
34
|
+
}
|
35
|
+
|
36
|
+
function unstable_cancelCallback() {
|
37
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_cancelCallback.apply(
|
38
|
+
this,
|
39
|
+
arguments
|
40
|
+
);
|
41
|
+
}
|
42
|
+
|
43
|
+
function unstable_shouldYield() {
|
44
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_shouldYield.apply(
|
45
|
+
this,
|
46
|
+
arguments
|
47
|
+
);
|
48
|
+
}
|
49
|
+
|
50
|
+
function unstable_requestPaint() {
|
51
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_requestPaint.apply(
|
52
|
+
this,
|
53
|
+
arguments
|
54
|
+
);
|
55
|
+
}
|
56
|
+
|
57
|
+
function unstable_runWithPriority() {
|
58
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_runWithPriority.apply(
|
59
|
+
this,
|
60
|
+
arguments
|
61
|
+
);
|
62
|
+
}
|
63
|
+
|
64
|
+
function unstable_next() {
|
65
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_next.apply(
|
66
|
+
this,
|
67
|
+
arguments
|
68
|
+
);
|
69
|
+
}
|
70
|
+
|
71
|
+
function unstable_wrapCallback() {
|
72
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_wrapCallback.apply(
|
73
|
+
this,
|
74
|
+
arguments
|
75
|
+
);
|
76
|
+
}
|
77
|
+
|
78
|
+
function unstable_getCurrentPriorityLevel() {
|
79
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getCurrentPriorityLevel.apply(
|
80
|
+
this,
|
81
|
+
arguments
|
82
|
+
);
|
83
|
+
}
|
84
|
+
|
85
|
+
function unstable_getFirstCallbackNode() {
|
86
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getFirstCallbackNode.apply(
|
87
|
+
this,
|
88
|
+
arguments
|
89
|
+
);
|
90
|
+
}
|
91
|
+
|
92
|
+
function unstable_pauseExecution() {
|
93
|
+
return undefined;
|
94
|
+
}
|
95
|
+
|
96
|
+
function unstable_continueExecution() {
|
97
|
+
return undefined;
|
98
|
+
}
|
99
|
+
|
100
|
+
function unstable_forceFrameRate() {
|
101
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_forceFrameRate.apply(
|
102
|
+
this,
|
103
|
+
arguments
|
104
|
+
);
|
105
|
+
}
|
106
|
+
|
107
|
+
return Object.freeze({
|
108
|
+
unstable_now: unstable_now,
|
109
|
+
unstable_scheduleCallback: unstable_scheduleCallback,
|
110
|
+
unstable_cancelCallback: unstable_cancelCallback,
|
111
|
+
unstable_shouldYield: unstable_shouldYield,
|
112
|
+
unstable_requestPaint: unstable_requestPaint,
|
113
|
+
unstable_runWithPriority: unstable_runWithPriority,
|
114
|
+
unstable_next: unstable_next,
|
115
|
+
unstable_wrapCallback: unstable_wrapCallback,
|
116
|
+
unstable_getCurrentPriorityLevel: unstable_getCurrentPriorityLevel,
|
117
|
+
unstable_continueExecution: unstable_continueExecution,
|
118
|
+
unstable_pauseExecution: unstable_pauseExecution,
|
119
|
+
unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
|
120
|
+
unstable_forceFrameRate: unstable_forceFrameRate,
|
121
|
+
get unstable_IdlePriority() {
|
122
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
123
|
+
.Scheduler.unstable_IdlePriority;
|
124
|
+
},
|
125
|
+
get unstable_ImmediatePriority() {
|
126
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
127
|
+
.Scheduler.unstable_ImmediatePriority;
|
128
|
+
},
|
129
|
+
get unstable_LowPriority() {
|
130
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
131
|
+
.Scheduler.unstable_LowPriority;
|
132
|
+
},
|
133
|
+
get unstable_NormalPriority() {
|
134
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
135
|
+
.Scheduler.unstable_NormalPriority;
|
136
|
+
},
|
137
|
+
get unstable_UserBlockingPriority() {
|
138
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
139
|
+
.Scheduler.unstable_UserBlockingPriority;
|
140
|
+
},
|
141
|
+
get unstable_Profiling() {
|
142
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
143
|
+
.Scheduler.unstable_Profiling;
|
144
|
+
},
|
145
|
+
});
|
146
|
+
});
|
@@ -0,0 +1,146 @@
|
|
1
|
+
/**
|
2
|
+
* @license React
|
3
|
+
*
|
4
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
5
|
+
*
|
6
|
+
* This source code is licensed under the MIT license found in the
|
7
|
+
* LICENSE file in the root directory of this source tree.
|
8
|
+
*/
|
9
|
+
|
10
|
+
/* eslint-disable max-len */
|
11
|
+
|
12
|
+
'use strict';
|
13
|
+
|
14
|
+
(function(global, factory) {
|
15
|
+
// eslint-disable-next-line no-unused-expressions
|
16
|
+
typeof exports === 'object' && typeof module !== 'undefined'
|
17
|
+
? (module.exports = factory(require('react')))
|
18
|
+
: typeof define === 'function' && define.amd // eslint-disable-line no-undef
|
19
|
+
? define(['react'], factory) // eslint-disable-line no-undef
|
20
|
+
: (global.Scheduler = factory(global));
|
21
|
+
})(this, function(global) {
|
22
|
+
function unstable_now() {
|
23
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_now.apply(
|
24
|
+
this,
|
25
|
+
arguments
|
26
|
+
);
|
27
|
+
}
|
28
|
+
|
29
|
+
function unstable_scheduleCallback() {
|
30
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_scheduleCallback.apply(
|
31
|
+
this,
|
32
|
+
arguments
|
33
|
+
);
|
34
|
+
}
|
35
|
+
|
36
|
+
function unstable_cancelCallback() {
|
37
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_cancelCallback.apply(
|
38
|
+
this,
|
39
|
+
arguments
|
40
|
+
);
|
41
|
+
}
|
42
|
+
|
43
|
+
function unstable_shouldYield() {
|
44
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_shouldYield.apply(
|
45
|
+
this,
|
46
|
+
arguments
|
47
|
+
);
|
48
|
+
}
|
49
|
+
|
50
|
+
function unstable_requestPaint() {
|
51
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_requestPaint.apply(
|
52
|
+
this,
|
53
|
+
arguments
|
54
|
+
);
|
55
|
+
}
|
56
|
+
|
57
|
+
function unstable_runWithPriority() {
|
58
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_runWithPriority.apply(
|
59
|
+
this,
|
60
|
+
arguments
|
61
|
+
);
|
62
|
+
}
|
63
|
+
|
64
|
+
function unstable_next() {
|
65
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_next.apply(
|
66
|
+
this,
|
67
|
+
arguments
|
68
|
+
);
|
69
|
+
}
|
70
|
+
|
71
|
+
function unstable_wrapCallback() {
|
72
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_wrapCallback.apply(
|
73
|
+
this,
|
74
|
+
arguments
|
75
|
+
);
|
76
|
+
}
|
77
|
+
|
78
|
+
function unstable_getCurrentPriorityLevel() {
|
79
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getCurrentPriorityLevel.apply(
|
80
|
+
this,
|
81
|
+
arguments
|
82
|
+
);
|
83
|
+
}
|
84
|
+
|
85
|
+
function unstable_getFirstCallbackNode() {
|
86
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_getFirstCallbackNode.apply(
|
87
|
+
this,
|
88
|
+
arguments
|
89
|
+
);
|
90
|
+
}
|
91
|
+
|
92
|
+
function unstable_pauseExecution() {
|
93
|
+
return undefined;
|
94
|
+
}
|
95
|
+
|
96
|
+
function unstable_continueExecution() {
|
97
|
+
return undefined;
|
98
|
+
}
|
99
|
+
|
100
|
+
function unstable_forceFrameRate() {
|
101
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.Scheduler.unstable_forceFrameRate.apply(
|
102
|
+
this,
|
103
|
+
arguments
|
104
|
+
);
|
105
|
+
}
|
106
|
+
|
107
|
+
return Object.freeze({
|
108
|
+
unstable_now: unstable_now,
|
109
|
+
unstable_scheduleCallback: unstable_scheduleCallback,
|
110
|
+
unstable_cancelCallback: unstable_cancelCallback,
|
111
|
+
unstable_shouldYield: unstable_shouldYield,
|
112
|
+
unstable_requestPaint: unstable_requestPaint,
|
113
|
+
unstable_runWithPriority: unstable_runWithPriority,
|
114
|
+
unstable_next: unstable_next,
|
115
|
+
unstable_wrapCallback: unstable_wrapCallback,
|
116
|
+
unstable_getCurrentPriorityLevel: unstable_getCurrentPriorityLevel,
|
117
|
+
unstable_continueExecution: unstable_continueExecution,
|
118
|
+
unstable_pauseExecution: unstable_pauseExecution,
|
119
|
+
unstable_getFirstCallbackNode: unstable_getFirstCallbackNode,
|
120
|
+
unstable_forceFrameRate: unstable_forceFrameRate,
|
121
|
+
get unstable_IdlePriority() {
|
122
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
123
|
+
.Scheduler.unstable_IdlePriority;
|
124
|
+
},
|
125
|
+
get unstable_ImmediatePriority() {
|
126
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
127
|
+
.Scheduler.unstable_ImmediatePriority;
|
128
|
+
},
|
129
|
+
get unstable_LowPriority() {
|
130
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
131
|
+
.Scheduler.unstable_LowPriority;
|
132
|
+
},
|
133
|
+
get unstable_NormalPriority() {
|
134
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
135
|
+
.Scheduler.unstable_NormalPriority;
|
136
|
+
},
|
137
|
+
get unstable_UserBlockingPriority() {
|
138
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
139
|
+
.Scheduler.unstable_UserBlockingPriority;
|
140
|
+
},
|
141
|
+
get unstable_Profiling() {
|
142
|
+
return global.React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED
|
143
|
+
.Scheduler.unstable_Profiling;
|
144
|
+
},
|
145
|
+
});
|
146
|
+
});
|
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2015 Nathan Friedly <nathan@nfriedly.com> (http://nfriedly.com/)
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|