UNPKG

@abaplint/core

Version:
14 lines 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SystemCall = void 0; const Expressions = require("../../2_statements/expressions"); const source_1 = require("../expressions/source"); class SystemCall { runSyntax(node, input) { for (const s of node.findDirectExpressions(Expressions.Source)) { source_1.Source.runSyntax(s, input); } } } exports.SystemCall = SystemCall; //# sourceMappingURL=system_call.js.map