UNPKG

@abaplint/core

Version:
14 lines 500 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RaiseWith = void 0; const Expressions = require("../../2_statements/expressions"); const source_1 = require("./source"); class RaiseWith { runSyntax(node, input) { for (const f of node.findAllExpressionsMulti([Expressions.SimpleSource1, Expressions.Source])) { new source_1.Source().runSyntax(f, input); } } } exports.RaiseWith = RaiseWith; //# sourceMappingURL=raise_with.js.map