UNPKG

@awesome-fe/translate

Version:
8 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.htmlCommentVisitor = void 0; function htmlCommentVisitor(node) { return `<!--${node.value}-->`; } exports.htmlCommentVisitor = htmlCommentVisitor; //# sourceMappingURL=html-comment-visitor.js.map