UNPKG

@abaplint/transpiler

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