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 97fdc62 commit c7209fc
Show file tree
Hide file tree
Showing 18 changed files with 143 additions and 88 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 120
}
3 changes: 1 addition & 2 deletions .vscode/settings.json
@@ -1,4 +1,3 @@
{
"typescript.tsdk": "./node_modules/typescript/lib",
"prettier.printWidth": 120
"typescript.tsdk": "./node_modules/typescript/lib"
}
4 changes: 4 additions & 0 deletions docs/modules/At/Record.ts.md
Expand Up @@ -4,6 +4,10 @@ nav_order: 1
parent: Modules
---

# Record overview

Added in v1.7.0

---

<h2 class="text-delta">Table of contents</h2>
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/At/Set.ts.md
Expand Up @@ -4,6 +4,10 @@ nav_order: 2
parent: Modules
---

# Set overview

Added in v1.2.0

---

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

# Either overview

Added in v1.6.0

---

<h2 class="text-delta">Table of contents</h2>
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/Index/Array.ts.md
Expand Up @@ -4,6 +4,10 @@ nav_order: 5
parent: Modules
---

# Array overview

Added in v1.2.0

---

<h2 class="text-delta">Table of contents</h2>
Expand Down
6 changes: 5 additions & 1 deletion docs/modules/Index/NonEmptyArray.ts.md
Expand Up @@ -4,6 +4,10 @@ nav_order: 6
parent: Modules
---

# NonEmptyArray overview

Added in v1.5.0

---

<h2 class="text-delta">Table of contents</h2>
Expand All @@ -20,4 +24,4 @@ parent: Modules
export function indexNonEmptyArray<A = never>(): Index<NonEmptyArray<A>, number, A> { ... }
```

Added in v1.2.0
Added in v1.5.0
4 changes: 4 additions & 0 deletions docs/modules/Index/Record.ts.md
Expand Up @@ -4,6 +4,10 @@ nav_order: 7
parent: Modules
---

# Record overview

Added in v1.7.0

---

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

# index overview

Added in v1.0.0

---

<h2 class="text-delta">Table of contents</h2>
Expand Down
168 changes: 85 additions & 83 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
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/jest": "22.2.2",
"@types/node": "7.0.4",
"docs-ts": "^0.2.1",
"docs-ts": "^0.3.0",
"dtslint": "github:gcanti/dtslint",
"fp-ts": "^2.0.0",
"jest": "^24.3.0",
Expand Down
3 changes: 3 additions & 0 deletions src/At/Record.ts
@@ -1,3 +1,6 @@
/**
* @since 1.7.0
*/
import { At, Lens } from '../index'
import { Option, isNone } from 'fp-ts/lib/Option'
import * as R from 'fp-ts/lib/Record'
Expand Down

0 comments on commit c7209fc

Please sign in to comment.