UNPKG

@abaplint/transpiler

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