mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 19:11:02 +00:00
1 line
2.2 KiB
Plaintext
1 line
2.2 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n exports.warnOnce = warnOnce;\n /**\n * Copyright (c) Meta Platforms, Inc. and 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 */\n\n var warnedKeys = {};\n\n /**\n * A simple function that prints a warning message once per session.\n *\n * @param {string} key - The key used to ensure the message is printed once.\n * This should be unique to the callsite.\n * @param {string} message - The message to print\n */\n function warnOnce(key, message) {\n if (process.env.NODE_ENV !== 'production') {\n if (warnedKeys[key]) {\n return;\n }\n console.warn(message);\n warnedKeys[key] = true;\n }\n }\n});","lineCount":35,"map":[[7,2,19,0,"exports"],[7,9,19,0],[7,10,19,0,"warnOnce"],[7,18,19,0],[7,21,19,0,"warnOnce"],[7,29,19,0],[8,2,1,0],[9,0,2,0],[10,0,3,0],[11,0,4,0],[12,0,5,0],[13,0,6,0],[14,0,7,0],[15,0,8,0],[17,2,10,0],[17,6,10,4,"warnedKeys"],[17,16,10,14],[17,19,10,17],[17,20,10,18],[17,21,10,19],[19,2,12,0],[20,0,13,0],[21,0,14,0],[22,0,15,0],[23,0,16,0],[24,0,17,0],[25,0,18,0],[26,2,19,7],[26,11,19,16,"warnOnce"],[26,19,19,24,"warnOnce"],[26,20,19,25,"key"],[26,23,19,28],[26,25,19,30,"message"],[26,32,19,37],[26,34,19,39],[27,4,20,2],[27,8,20,6,"process"],[27,15,20,13],[27,16,20,14,"env"],[27,19,20,17],[27,20,20,18,"NODE_ENV"],[27,28,20,26],[27,33,20,31],[27,45,20,43],[27,47,20,45],[28,6,21,4],[28,10,21,8,"warnedKeys"],[28,20,21,18],[28,21,21,19,"key"],[28,24,21,22],[28,25,21,23],[28,27,21,25],[29,8,22,6],[30,6,23,4],[31,6,24,4,"console"],[31,13,24,11],[31,14,24,12,"warn"],[31,18,24,16],[31,19,24,17,"message"],[31,26,24,24],[31,27,24,25],[32,6,25,4,"warnedKeys"],[32,16,25,14],[32,17,25,15,"key"],[32,20,25,18],[32,21,25,19],[32,24,25,22],[32,28,25,26],[33,4,26,2],[34,2,27,0],[35,0,27,1],[35,3]],"functionMap":{"names":["<global>","warnOnce"],"mappings":"AAA;OCkB"},"hasCjsExports":false},"type":"js/module"}]} |