/
opt
/
canhelp
/
node_modules
/
next
/
dist
/
compiled
/
react-experimental
/
cjs
/
/opt/canhelp/node_modules/next/dist/compiled/react-experimental/cjs
mkdir
upload
Name
Size
Mode
Actions
react-compiler-runtime.development.js
1122
0644
edit
dl
rm
react-compiler-runtime.production.js
495
0644
edit
dl
rm
react-compiler-runtime.profiling.js
494
0644
edit
dl
rm
react-jsx-dev-runtime.development.js
11770
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
12927
0644
edit
dl
rm
react-jsx-dev-runtime.react-server.production.js
1348
0644
edit
dl
rm
react-jsx-runtime.development.js
12166
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
12923
0644
edit
dl
rm
react-jsx-runtime.react-server.production.js
1344
0644
edit
dl
rm
react.development.js
50110
0644
edit
dl
rm
react.production.js
19240
0644
edit
dl
rm
react.react-server.development.js
37851
0644
edit
dl
rm
react.react-server.production.js
18854
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/next/dist/compiled/react-experimental/cjs/react-jsx-runtime.production.js
(976B)
/** * @license React * react-jsx-runtime.production.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