UNPKG

@abaplint/transpiler

Version:
11 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttributeNameTranspiler = void 0; const chunk_1 = require("../chunk"); class AttributeNameTranspiler { transpile(node, traversal) { return new chunk_1.Chunk().append(node.concatTokens(), node, traversal); } } exports.AttributeNameTranspiler = AttributeNameTranspiler; //# sourceMappingURL=attribute_name.js.map