UNPKG

@awesome-fe/translate

Version:
8 lines 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.anchorVisitor = void 0; function anchorVisitor(node) { return "{@a " + node.name + "}"; } exports.anchorVisitor = anchorVisitor; //# sourceMappingURL=anchor-visitor.js.map