tl-esa-tools/site/app/index.js.map

8 lines
3.1 MiB
Plaintext
Raw Normal View History

2023-04-29 22:45:52 +03:00
{
"version": 3,
"sources": ["../../survey/node_modules/react/cjs/react.development.js", "../../survey/node_modules/react/index.js", "../../survey/node_modules/scheduler/cjs/scheduler.development.js", "../../survey/node_modules/scheduler/index.js", "../../survey/node_modules/react-dom/cjs/react-dom.development.js", "../../survey/node_modules/react-dom/index.js", "../../survey/node_modules/react-dom/client.js", "../../survey/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js", "../../survey/node_modules/use-sync-external-store/shim/index.js", "../../survey/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.js", "../../survey/node_modules/use-sync-external-store/shim/with-selector.js", "../../survey/node_modules/hoist-non-react-statics/node_modules/react-is/cjs/react-is.development.js", "../../survey/node_modules/hoist-non-react-statics/node_modules/react-is/index.js", "../../survey/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js", "../../survey/node_modules/react-is/cjs/react-is.development.js", "../../survey/node_modules/react-is/index.js", "../../survey/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js", "../../survey/node_modules/prop-types/node_modules/react-is/index.js", "../../survey/node_modules/object-assign/index.js", "../../survey/node_modules/prop-types/lib/ReactPropTypesSecret.js", "../../survey/node_modules/prop-types/lib/has.js", "../../survey/node_modules/prop-types/checkPropTypes.js", "../../survey/node_modules/prop-types/factoryWithTypeCheckers.js", "../../survey/node_modules/prop-types/index.js", "../../survey/node_modules/react/cjs/react-jsx-runtime.development.js", "../../survey/node_modules/react/jsx-runtime.js", "../../survey/node_modules/redux-persist/lib/storage/getStorage.js", "../../survey/node_modules/redux-persist/lib/storage/createWebStorage.js", "../../survey/node_modules/redux-persist/lib/storage/index.js", "../../survey/src/index.tsx", "../../survey/node_modules/react-redux/es/index.js", "../../survey/node_modules/react-redux/es/utils/reactBatchedUpdates.js", "../../survey/node_modules/react-redux/es/utils/batch.js", "../../survey/node_modules/react-redux/es/hooks/useSelector.js", "../../survey/node_modules/react-redux/es/hooks/useReduxContext.js", "../../survey/node_modules/react-redux/es/components/Context.js", "../../survey/node_modules/react-redux/es/utils/useSyncExternalStore.js", "../../survey/node_modules/@babel/runtime/helpers/esm/extends.js", "../../survey/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js", "../../survey/node_modules/react-redux/es/components/connect.js", "../../survey/node_modules/react-redux/es/utils/Subscription.js", "../../survey/node_modules/react-redux/es/utils/useIsomorphicLayoutEffect.js", "../../survey/node_modules/react-redux/es/components/Provider.js", "../../survey/node_modules/react-redux/es/hooks/useStore.js", "../../survey/node_modules/redux-persist/es/integration/react.js", "../../survey/node_modules/@remix-run/router/history.ts", "../../survey/node_modules/@remix-run/router/utils.ts", "../../survey/node_modules/@remix-run/router/router.ts", "../../survey/node_modules/react-router/lib/context.ts", "../../survey/node_modules/react-router/lib/hooks.tsx", "../../survey/node_modules/react-router/lib/components.tsx", "../../survey/node_modules/react-router/index.ts", "../../survey/node_modules/react-router-dom/dom.ts", "../../survey/node_modules/react-router-dom/index.tsx", "../../survey/src/pages/HomePage.tsx", "../../survey/node_modules/clsx/dist/clsx.m.js", "../../survey/node_modules/goober/dist/goober.modern.js", "../../survey/node_modules/src/SnackbarContext.ts", "../../survey/node_modules/src/utils/index.ts", "../../survey/node_modules/src/transitions/Transition/Transition.tsx", "../../survey/node_modules/src/transitions/useForkRef.ts", "../../survey/node_modules/src/transitions/getTransitionProps.ts", "../../survey/node_modules/src/transitions/utils.ts", "../../survey/node_modules/src/transitions/createTransition.
"sourcesContent": ["/**\n * @license React\n * react.development.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n'use strict';\n\nif (process.env.NODE_ENV !== \"production\") {\n (function() {\n\n 'use strict';\n\n/* global __REACT_DEVTOOLS_GLOBAL_HOOK__ */\nif (\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ !== 'undefined' &&\n typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart ===\n 'function'\n) {\n __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());\n}\n var ReactVersion = '18.2.0';\n\n// ATTENTION\n// When adding new symbols to this file,\n// Please consider also adding to 'react-devtools-shared/src/backend/ReactSymbols'\n// The Symbol used to tag the ReactElement-like types.\nvar REACT_ELEMENT_TYPE = Symbol.for('react.element');\nvar REACT_PORTAL_TYPE = Symbol.for('react.portal');\nvar REACT_FRAGMENT_TYPE = Symbol.for('react.fragment');\nvar REACT_STRICT_MODE_TYPE = Symbol.for('react.strict_mode');\nvar REACT_PROFILER_TYPE = Symbol.for('react.profiler');\nvar REACT_PROVIDER_TYPE = Symbol.for('react.provider');\nvar REACT_CONTEXT_TYPE = Symbol.for('react.context');\nvar REACT_FORWARD_REF_TYPE = Symbol.for('react.forward_ref');\nvar REACT_SUSPENSE_TYPE = Symbol.for('react.suspense');\nvar REACT_SUSPENSE_LIST_TYPE = Symbol.for('react.suspense_list');\nvar REACT_MEMO_TYPE = Symbol.for('react.memo');\nvar REACT_LAZY_TYPE = Symbol.for('react.lazy');\nvar REACT_OFFSCREEN_TYPE = Symbol.for('react.offscreen');\nvar MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nvar FAUX_ITERATOR_SYMBOL = '@@iterator';\nfunction getIteratorFn(maybeIterable) {\n if (maybeIterable === null || typeof maybeIterable !== 'object') {\n return null;\n }\n\n var maybeIterator = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL];\n\n if (typeof maybeIterator === 'function') {\n return maybeIterator;\n }\n\n return null;\n}\n\n/**\n * Keeps track of the current dispatcher.\n */\nvar ReactCurrentDispatcher = {\n /**\n * @internal\n * @type {ReactComponent}\n */\n current: null\n};\n\n/**\n * Keeps track of the current batch's configuration such as how long an update\n * should suspend for if it needs to.\n */\nvar ReactCurrentBatchConfig = {\n transition: null\n};\n\nvar ReactCurrentActQueue = {\n current: null,\n // Used to reproduce behavior of `batchedUpdates` in legacy mode.\n isBatchingLegacy: false,\n didScheduleLegacyUpdate: false\n};\n\n/**\n * Keeps track of the current owner.\n *\n * The current owner is the component who should own any components that are\n * currently being constructed.\n */\nvar ReactCurrentOwner = {\n /**\n * @internal\n * @type {ReactComponent}\n */\n current: null\n};\n\nvar ReactDebugCurrentFrame = {};\nvar currentExtraStackFrame = null;\nfunction setExtraStackFrame(stack) {\n {\n currentExtraStackFrame = stack;\n }\n}\n\n{\n ReactDebugCurrentFrame.setExtraStackFrame = function (stack) {\n {\n currentExtraStackFrame = stack;\n }\n }; // Stack implementation injected by the current renderer.\n\n\n ReactDebugCurrentFrame.getCurrentStack = null;\n\n ReactDebugCurrentFrame.getStackAddendum = function () {\n var stack = ''; // Add an extra top frame while an element is being validated\n\n if (currentExtraStackFrame) {\n stack += currentExtraStackFrame;\n } // Delegate to the injected renderer-specific implementation\n\n\n var impl = ReactDebugCurrentFrame.getCurrentStack;\n\n if (impl) {\n stack += impl() || '';\n }\n\n return stack;\n };\n}\n\n// -----------------------------------------------------------------------------\n\nvar enableScopeAPI = false; // Experimental Create Event Handle API.\nvar enableCacheElement = false;\nvar enableTransitionTracing = false; // No known bugs, but needs performance testing\n\nvar enableLegacyHidden = false; // Enables unstable_avoidThisFallback feature
"mappings": "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
"names": ["ReactDebugCurrentFrame", "assign", "Component", "PureComponent", "a", "e", "getWrappedName", "x", "hasOwnProperty", "self", "createElement", "i", "defaultProps", "cloneElement", "isValidElement", "match", "c", "n", "createContext", "moduleObject", "error", "forwardRef", "isValidElementType", "memo", "useContext", "useState", "initialState", "useRef", "useEffect", "useInsertionEffect", "useLayoutEffect", "useCallback", "useMemo", "useImperativeHandle", "useDebugValue", "useSyncExternalStore", "prefix", "fn", "s", "values", "node", "task", "returnValue", "Children", "node", "peek", "i", "length", "a", "b", "task", "initialTime", "startTime", "timeout", "React", "ReactDebugCurrentFrame", "Fragment", "ForwardRef", "i", "canUseDOM", "hasOwnProperty", "e", "prefix", "properties", "sanitizeURL", "capitalize", "token", "node", "assign", "x", "match", "fn", "s", "c", "Component", "workInProgress", "getWrappedName", "get", "set", "isHydrating", "a", "options", "isCustomProperty", "isEmpty", "_", "character", "delimiter", "style", "registrationNameDependencies", "possibleRegistrationNames", "b", "listener", "d", "f", "error", "callCallback", "current", "root", "index", "renderLanes", "queuedEvent", "from", "y", "shallowEqual", "ownerDocument", "length", "next", "prefixes", "common", "noop", "createElement", "values", "has", "cursor", "defaultProps", "updateFragment", "child", "reconcileChildFibers", "Insertion", "initialState", "error$1", "render", "subtreeRenderLanes", "hasContextChanged", "commitTime", "shouldFireAfterActiveInstanceBlur", "_root", "hydrate", "createPortal", "createContainer", "currentHook", "ReactCurrentDispatcher", "createRoot", "m", "i", "c", "o", "h", "React", "x", "y", "useState", "useEffect", "useLayoutEffect", "useDebugValue", "useSyncExternalStore", "error", "canUseDOM", "React", "x", "y", "useSyncExternalStore", "useRef", "useEffect", "useMemo", "useDebugValue", "useSyncExternalStoreWithSelector", "isValidElementType", "Element", "ForwardRef", "Fragment", "Memo", "isContextConsumer", "i", "e", "require_react_is_development", "isValidElementType", "Element", "ForwardRef", "Fragment", "Memo", "isContextConsumer", "require_react_is", "require_react_is_development", "isValidElementType", "Element", "ForwardRef", "Fragment", "Memo", "isContextConsumer", "require_react_is", "hasOwnProperty", "i", "n", "from", "s", "x", "values", "assign", "x", "isValidElement", "y", "i", "checker", "React", "ReactDebugCurrentFrame", "isValidElementType", "getWrappedName", "x", "assign", "prefix", "match", "fn", "s", "c", "Component", "hasOwnProperty", "values", "a", "e", "self", "defaultProps", "isValidElement", "node", "i", "jsx", "jsxs", "_typeof", "obj", "noop", "storage", "e", "storage", "import_react", "import_react", "fn", "i", "i", "import_react", "batch", "listener", "store", "import_react", "fn", "import_react", "store", "React", "import_react", "import_react", "_typeof", "obj", "i", "self", "o", "_getPrototypeOf", "p", "_setPrototypeOf", "PersistGate", "persistor", "Action", "PopStateEventType", "createBrowserHistory", "options", "createBrowserLocation", "window", "globalHistory", "pathname", "search", "hash", "location", "createLocation", "state", "usr", "key", "createBrowserHref", "to", "createPath", "getUrlBasedHistory", "invariant", "value", "message", "Error", "warning", "cond", "console", "warn", "e", "createKey", "Math", "random", "toString", "substr", "getHistoryState", "location", "index", "usr", "state", "key", "idx", "createLocation", "current", "to", "_extends", "pathname", "search", "hash", "parsePath", "createPath", "charAt", "path", "parsedPath", "hashIndex", "indexOf", "searchIndex", "getUrlBasedHistory", "getLocation", "createHref", "validateLocation", "options", "window", "document", "defaultView", "v5Compat", "globalHistory", "history", "action", "Action", "Pop", "listener", "getIndex", "replaceState", "handlePop", "nextIndex", "delta", "push", "Push", "historyState", "url", "pushState", "error", "assign", "replace", "Replace", "createURL", "base", "origin", "href", "URL", "listen", "f
}