firefly-compiler 0.5.9 → 0.5.10

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.
@@ -492,7 +492,7 @@ return (((self_.definedAt_.line_ === at_.line_) && (self_.definedAt_.column_ ===
492
492
  }
493
493
 
494
494
  export function LspHook_emit(self_, result_) {
495
- ff_core_Array.Array_push(self_.arrayOfResults_, result_)
495
+ self_.arrayOfResults_.array.push(result_)
496
496
  }
497
497
 
498
498
  export function LspHook_results(self_) {
@@ -512,7 +512,7 @@ return (((self_.definedAt_.line_ === at_.line_) && (self_.definedAt_.column_ ===
512
512
  }
513
513
 
514
514
  export async function LspHook_emit$(self_, result_, $task) {
515
- ff_core_Array.Array_push(self_.arrayOfResults_, result_)
515
+ self_.arrayOfResults_.array.push(result_)
516
516
  }
517
517
 
518
518
  export async function LspHook_results$(self_, $task) {