@estjs/template 0.0.17 → 0.0.18-beta.1

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.
@@ -580,8 +580,6 @@ interface ResourceOptions<T> {
580
580
  }
581
581
  /**
582
582
  * Create a resource for async data fetching.
583
- * Inspired by SolidJS createResource + Vue VueUse useFetch.
584
- *
585
583
  * The fetcher receives an {@link AbortSignal} that is aborted when:
586
584
  * - A new fetch is triggered (refetch / concurrent call) — cancels the stale request.
587
585
  * - The owning scope is disposed (component unmount) — cancels the in-flight request.
@@ -656,7 +654,7 @@ interface ForProps<T> {
656
654
  }
657
655
  /**
658
656
  * Optimized For Component
659
- * - Uses createDetachedScope to avoid parent.children Set overhead (SolidJS style)
657
+ * - Uses createDetachedScope to avoid parent.children Set overhead
660
658
  * - Uses DocumentFragment batching for mass creation
661
659
  * - Inlines scope switching for performance
662
660
  */
@@ -580,8 +580,6 @@ interface ResourceOptions<T> {
580
580
  }
581
581
  /**
582
582
  * Create a resource for async data fetching.
583
- * Inspired by SolidJS createResource + Vue VueUse useFetch.
584
- *
585
583
  * The fetcher receives an {@link AbortSignal} that is aborted when:
586
584
  * - A new fetch is triggered (refetch / concurrent call) — cancels the stale request.
587
585
  * - The owning scope is disposed (component unmount) — cancels the in-flight request.
@@ -656,7 +654,7 @@ interface ForProps<T> {
656
654
  }
657
655
  /**
658
656
  * Optimized For Component
659
- * - Uses createDetachedScope to avoid parent.children Set overhead (SolidJS style)
657
+ * - Uses createDetachedScope to avoid parent.children Set overhead
660
658
  * - Uses DocumentFragment batching for mass creation
661
659
  * - Inlines scope switching for performance
662
660
  */