UNPKG

@abaplint/transpiler

Version:
11 lines 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AtLineSelectionTranspiler = void 0; const chunk_1 = require("../chunk"); class AtLineSelectionTranspiler { transpile(_node) { return new chunk_1.Chunk(""); } } exports.AtLineSelectionTranspiler = AtLineSelectionTranspiler; //# sourceMappingURL=at_line_selection.js.map