@abaplint/core 2.113.31 → 2.113.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -310,6 +310,9 @@ class StatementFlow {
|
|
|
310
310
|
graph.addEdge(caseName, graph.getEnd(), flow_graph_1.FLOW_EDGE_TYPE.undefined);
|
|
311
311
|
}
|
|
312
312
|
}
|
|
313
|
+
else if (type instanceof Structures.Define) {
|
|
314
|
+
// do nothing
|
|
315
|
+
}
|
|
313
316
|
else {
|
|
314
317
|
console.dir("StatementFlow,todo, " + n.get().constructor.name);
|
|
315
318
|
}
|
package/build/src/registry.js
CHANGED