react-compiler-runtime.profiling.js 462 B

12345678910111213141516
  1. /**
  2. * @license React
  3. * react-compiler-runtime.profiling.js
  4. *
  5. * Copyright (c) Meta Platforms, Inc. and 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. "use strict";
  11. var ReactSharedInternals =
  12. require("react").__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
  13. exports.c = function (size) {
  14. return ReactSharedInternals.H.useMemoCache(size);
  15. };