Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/0e112a73a052389f1e59aa189b443f7f.json
2020-12-31 20:18:50 +00:00

1 line
452 B
JSON

{"ast":null,"code":"var isProduction = process.env.NODE_ENV === 'production';\n\nfunction warning(condition, message) {\n if (!isProduction) {\n if (condition) {\n return;\n }\n\n var text = \"Warning: \" + message;\n\n if (typeof console !== 'undefined') {\n console.warn(text);\n }\n\n try {\n throw Error(text);\n } catch (x) {}\n }\n}\n\nexport default warning;","map":null,"metadata":{},"sourceType":"module"}