@abaplint/core 2.112.5 → 2.112.6
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.
|
@@ -121,7 +121,7 @@ class StatementParser {
|
|
|
121
121
|
continue; // probably punctuation
|
|
122
122
|
}
|
|
123
123
|
const s = this.categorizeStatement(new nodes_1.StatementNode(new _statement_1.Unknown()).setChildren(this.tokensToNodes(second)));
|
|
124
|
-
if (!(s.get() instanceof _statement_1.Unknown)) {
|
|
124
|
+
if (!(s.get() instanceof _statement_1.Unknown) && !(s.get() instanceof _statement_1.Empty)) {
|
|
125
125
|
result.push(new nodes_1.StatementNode(new _statement_1.Unknown()).setChildren(this.tokensToNodes(first)));
|
|
126
126
|
statement = s;
|
|
127
127
|
break;
|
package/build/src/registry.js
CHANGED