@abaplint/transpiler
Version:
12 lines • 486 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SQLIntoStructureTranspiler = void 0;
const abaplint = require("@abaplint/core");
class SQLIntoStructureTranspiler {
transpile(node, traversal) {
const transpiled = traversal.traverse(node.findDirectExpression(abaplint.Expressions.SQLTarget));
return transpiled;
}
}
exports.SQLIntoStructureTranspiler = SQLIntoStructureTranspiler;
//# sourceMappingURL=sql_into_structure.js.map