PrimaryTopicReference -> PipelinePrimaryTopicReference

This commit is contained in:
mAAdhaTTah
2018-11-21 15:54:56 -05:00
parent 0eb9b2463d
commit 6e84352b51
29 changed files with 35 additions and 35 deletions

View File

@@ -973,7 +973,7 @@ export default class ExpressionParser extends LValParser {
this.next();
if (this.primaryTopicReferenceIsAllowedInCurrentTopicContext()) {
this.registerTopicReference();
return this.finishNode(node, "PrimaryTopicReference");
return this.finishNode(node, "PipelinePrimaryTopicReference");
} else {
throw this.raise(
node.start,