UNPKG

@abaplint/transpiler

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