123456789 |
- "use strict";
- exports.__esModule = true;
- var tslib_1 = require("tslib");
- var leading_comment_attachable_1 = require("./leading-comment-attachable");
- var node_1 = require("./node");
- function createFlowMappingItem(position, key, value) {
- return tslib_1.__assign(tslib_1.__assign(tslib_1.__assign({}, node_1.createNode("flowMappingItem", position)), leading_comment_attachable_1.createLeadingCommentAttachable()), { children: [key, value] });
- }
- exports.createFlowMappingItem = createFlowMappingItem;
|