Gazebo_simulation-Frontend/node_modules/.cache/babel-loader/5e1f72e5e6a04238cbb0d9d63b32679e.json
2020-12-22 09:59:14 -05:00

1 line
560 B
JSON

{"ast":null,"code":"\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = addComment;\n\nvar _addComments = _interopRequireDefault(require(\"./addComments\"));\n\nfunction _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n default: obj\n };\n}\n\nfunction addComment(node, type, content, line) {\n return (0, _addComments.default)(node, type, [{\n type: line ? \"CommentLine\" : \"CommentBlock\",\n value: content\n }]);\n}","map":null,"metadata":{},"sourceType":"script"}