UNPKG

@abaplint/transpiler

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