/opt/canhelp/node_modules/react/cjs
NameSizeModeActions
react-compiler-runtime.development.js10900644editdlrm
react-compiler-runtime.production.js4630644editdlrm
react-compiler-runtime.profiling.js4620644editdlrm
react-jsx-dev-runtime.development.js120560644editdlrm
react-jsx-dev-runtime.production.js3870644editdlrm
react-jsx-dev-runtime.profiling.js3860644editdlrm
react-jsx-dev-runtime.react-server.development.js132130644editdlrm
react-jsx-dev-runtime.react-server.production.js13160644editdlrm
react-jsx-runtime.development.js124520644editdlrm
react-jsx-runtime.production.js9760644editdlrm
react-jsx-runtime.profiling.js9750644editdlrm
react-jsx-runtime.react-server.development.js132090644editdlrm
react-jsx-runtime.react-server.production.js13120644editdlrm
react.development.js472190644editdlrm
react.production.js172170644editdlrm
react.react-server.development.js303890644editdlrm
react.react-server.production.js132700644editdlrm
Edit: /opt/canhelp/node_modules/react/cjs/react-jsx-runtime.profiling.js (975B)
/** * @license React * react-jsx-runtime.profiling.js * * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ "use strict"; var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"); function jsxProd(type, config, maybeKey) { var key = null; void 0 !== maybeKey && (key = "" + maybeKey); void 0 !== config.key && (key = "" + config.key); if ("key" in config) { maybeKey = {}; for (var propName in config) "key" !== propName && (maybeKey[propName] = config[propName]); } else maybeKey = config; config = maybeKey.ref; return { $$typeof: REACT_ELEMENT_TYPE, type: type, key: key, ref: void 0 !== config ? config : null, props: maybeKey }; } exports.Fragment = REACT_FRAGMENT_TYPE; exports.jsx = jsxProd; exports.jsxs = jsxProd;