UNPKG

@abaplint/transpiler

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