@savvy-web/silk 3.13.1 → 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.
- package/changesets-changelog.cjs +81 -98
- package/changesets-changelog.d.cts +2 -2
- package/changesets-changelog.d.ts +2 -2
- package/changesets-changelog.js +81 -98
- package/changesets-markdownlint.cjs +81 -98
- package/changesets-markdownlint.d.cts +2 -2
- package/changesets-markdownlint.d.ts +2 -2
- package/changesets-markdownlint.js +81 -98
- package/package.json +15 -13
- package/tsconfig/node/dist/tsconfig.tsbuildinfo +0 -1
|
@@ -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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|