@abaplint/core 2.85.7 → 2.85.8
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.
|
@@ -70,6 +70,9 @@ class FieldChain {
|
|
|
70
70
|
context = new dereference_1.Dereference().runSyntax(context);
|
|
71
71
|
}
|
|
72
72
|
else if (current.get() instanceof Expressions.ComponentName) {
|
|
73
|
+
if (context instanceof basic_1.TableType && context.isWithHeader()) {
|
|
74
|
+
context = context.getRowType();
|
|
75
|
+
}
|
|
73
76
|
context = new component_name_1.ComponentName().runSyntax(context, current);
|
|
74
77
|
}
|
|
75
78
|
else if (current instanceof nodes_1.ExpressionNode
|
package/build/src/registry.js
CHANGED