/
opt
/
canhelp
/
node_modules
/
next
/
dist
/
compiled
/
react
/
cjs
/
/opt/canhelp/node_modules/next/dist/compiled/react/cjs
mkdir
upload
Name
Size
Mode
Actions
react-compiler-runtime.development.js
1109
0644
edit
dl
rm
react-compiler-runtime.production.js
482
0644
edit
dl
rm
react-compiler-runtime.profiling.js
481
0644
edit
dl
rm
react-jsx-dev-runtime.development.js
11609
0644
edit
dl
rm
react-jsx-dev-runtime.production.js
387
0644
edit
dl
rm
react-jsx-dev-runtime.profiling.js
386
0644
edit
dl
rm
react-jsx-dev-runtime.react-server.development.js
12766
0644
edit
dl
rm
react-jsx-dev-runtime.react-server.production.js
1335
0644
edit
dl
rm
react-jsx-runtime.development.js
12005
0644
edit
dl
rm
react-jsx-runtime.production.js
976
0644
edit
dl
rm
react-jsx-runtime.profiling.js
975
0644
edit
dl
rm
react-jsx-runtime.react-server.development.js
12762
0644
edit
dl
rm
react-jsx-runtime.react-server.production.js
1331
0644
edit
dl
rm
react.development.js
46742
0644
edit
dl
rm
react.production.js
16897
0644
edit
dl
rm
react.react-server.development.js
30066
0644
edit
dl
rm
react.react-server.production.js
13295
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/next/dist/compiled/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;
Save
cmd:
run