UNPKG

@abaplint/transpiler

Version:
11 lines 372 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EndAtTranspiler = void 0; const chunk_1 = require("../chunk"); class EndAtTranspiler { transpile(_node, _traversal) { return new chunk_1.Chunk(`throw new Error("EndAt, transpiler todo");`); } } exports.EndAtTranspiler = EndAtTranspiler; //# sourceMappingURL=end_at.js.map