camunda-bpmn-js 5.14.1 → 5.14.2

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.
@@ -144493,7 +144493,7 @@
144493
144493
 
144494
144494
  // This is a hack to get the latest variables from the context tracker
144495
144495
  // lezer does not automatically annotate the parse tree with the context
144496
- let latestVariables = null;
144496
+ let latestVariables = contextTracker.start;
144497
144497
 
144498
144498
  const customContextTracker = new ContextTracker({
144499
144499
  start: contextTracker.start,