Skip to content

Commit

Permalink
upgrade to latest docs-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Dec 12, 2019
1 parent 03aa922 commit c3d53fd
Show file tree
Hide file tree
Showing 9 changed files with 105 additions and 75 deletions.
4 changes: 4 additions & 0 deletions docs/modules/PathReporter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ nav_order: 2
parent: Modules
---

# PathReporter overview

Added in v1.0.0

---

<h2 class="text-delta">Table of contents</h2>
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/Reporter.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ nav_order: 3
parent: Modules
---

# Reporter overview

Added in v1.0.0

---

<h2 class="text-delta">Table of contents</h2>
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/index.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ nav_order: 1
parent: Modules
---

# index overview

Added in v1.0.0

---

<h2 class="text-delta">Table of contents</h2>
Expand Down
156 changes: 82 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/jest": "^23.3.8",
"@types/node": "7.0.4",
"benchmark": "2.1.4",
"docs-ts": "^0.2.1",
"docs-ts": "^0.3.0",
"doctoc": "^1.4.0",
"dtslint": "github:gcanti/dtslint",
"fp-ts": "^2.0.0",
Expand Down
3 changes: 3 additions & 0 deletions src/PathReporter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @since 1.0.0
*/
import { Reporter } from './Reporter'
import { Context, getFunctionName, ValidationError } from '.'
import { fold } from 'fp-ts/lib/Either'
Expand Down
3 changes: 3 additions & 0 deletions src/Reporter.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @since 1.0.0
*/
import { Validation } from './index'

/**
Expand Down
1 change: 1 addition & 0 deletions src/ThrowReporter.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @deprecated
* @since 1.0.0
*/
import { Reporter } from './Reporter'
import { PathReporter } from './PathReporter'
Expand Down
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* @since 1.0.0
*/
import { Either, either, isLeft, left, right } from 'fp-ts/lib/Either'
import { Predicate, Refinement } from 'fp-ts/lib/function'

Expand Down

0 comments on commit c3d53fd

Please sign in to comment.