Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

chore: update docs #118

Merged
merged 1 commit into from
May 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/lemon-goats-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/match": patch
---

update docs
22 changes: 21 additions & 1 deletion docs-ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
{
"exclude": ["src/internal/**/*.ts"],
"theme": "just-the-docs/just-the-docs"
"theme": "just-the-docs/just-the-docs",
"parseCompilerOptions": {
"noEmit": true,
"strict": true,
"target": "es2015",
"lib": ["es2015"],
"paths": {
"@effect/match": ["./src/index.ts"],
"@effect/match/*": ["./src/*"]
}
},
"examplesCompilerOptions": {
"noEmit": true,
"strict": true,
"target": "es2015",
"lib": ["es2015"],
"paths": {
"@effect/match": ["./src/index.ts"],
"@effect/match/*": ["./src/*"]
}
}
}
2 changes: 1 addition & 1 deletion docs/modules/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ Added in v1.0.0
**Signature**

```ts
export declare const defined: <A>(u: unknown) => Refinement<A, A & {}>
export declare const defined: <A>(u: A) => u is A & {}
```

Added in v1.0.0
Expand Down
55 changes: 0 additions & 55 deletions patches/docs-ts@0.6.10.patch

This file was deleted.