@savvy-web/silk 3.13.2 → 3.14.0

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.
@@ -3322,7 +3322,7 @@ declare class GlobPatternError extends GlobPatternError_base {
3322
3322
  get message(): string;
3323
3323
  }
3324
3324
  //#endregion
3325
- //#region ../../node_modules/.pnpm/@effected+walker@0.6.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/index.d.ts
3325
+ //#region ../../node_modules/.pnpm/@effected+walker@0.7.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/index.d.ts
3326
3326
  declare const DescendError_base: Schema.Class<DescendError, Schema.TaggedStruct<"DescendError", {
3327
3327
  /** The glob pattern's source text. */
3328
3328
  readonly pattern: Schema.String;
@@ -3333,7 +3333,7 @@ declare const DescendError_base: Schema.Class<DescendError, Schema.TaggedStruct<
3333
3333
  readonly limit: Schema.optionalKey<Schema.Number>;
3334
3334
  }>, import("effect/Cause").YieldableError>;
3335
3335
  /**
3336
- * Typed failure raised by {@link descend}: a directory mid-walk was unreadable
3336
+ * Typed failure raised by `descend`: a directory mid-walk was unreadable
3337
3337
  * (under `onUnreadable: "fail"`), or the walk descended past `maxDepth`. Depth
3338
3338
  * exhaustion is a typed failure, never a truncation — silent truncation
3339
3339
  * silently changes match semantics.
@@ -3322,7 +3322,7 @@ declare class GlobPatternError extends GlobPatternError_base {
3322
3322
  get message(): string;
3323
3323
  }
3324
3324
  //#endregion
3325
- //#region ../../node_modules/.pnpm/@effected+walker@0.6.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/index.d.ts
3325
+ //#region ../../node_modules/.pnpm/@effected+walker@0.7.0_@effected+glob@0.5.0_effect@4.0.0-rc.112__effect@4.0.0-rc.112/node_modules/@effected/walker/index.d.ts
3326
3326
  declare const DescendError_base: Schema.Class<DescendError, Schema.TaggedStruct<"DescendError", {
3327
3327
  /** The glob pattern's source text. */
3328
3328
  readonly pattern: Schema.String;
@@ -3333,7 +3333,7 @@ declare const DescendError_base: Schema.Class<DescendError, Schema.TaggedStruct<
3333
3333
  readonly limit: Schema.optionalKey<Schema.Number>;
3334
3334
  }>, import("effect/Cause").YieldableError>;
3335
3335
  /**
3336
- * Typed failure raised by {@link descend}: a directory mid-walk was unreadable
3336
+ * Typed failure raised by `descend`: a directory mid-walk was unreadable
3337
3337
  * (under `onUnreadable: "fail"`), or the walk descended past `maxDepth`. Depth
3338
3338
  * exhaustion is a typed failure, never a truncation — silent truncation
3339
3339
  * silently changes match semantics.