@abaplint/core 2.113.65 → 2.113.66
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.
|
@@ -233,6 +233,7 @@ class StatementFlow {
|
|
|
233
233
|
else if (type instanceof Structures.Data
|
|
234
234
|
|| type instanceof Structures.Constants
|
|
235
235
|
|| type instanceof Structures.Statics
|
|
236
|
+
|| type instanceof Structures.ExecSQL
|
|
236
237
|
|| type instanceof Structures.Types) {
|
|
237
238
|
// these doesnt affect control flow, so just take the first statement
|
|
238
239
|
const statement = n.getFirstStatement();
|
package/build/src/registry.js
CHANGED