Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
template element value type (#2061)
  • Loading branch information
tanhauhau authored and existentialism committed Aug 7, 2019
1 parent 42c63bd commit 01f9204
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/types.md
Expand Up @@ -2721,7 +2721,7 @@ t.templateElement(value, tail)

See also `t.isTemplateElement(node, opts)` and `t.assertTemplateElement(node, opts)`.

- `value` (required)
- `value`: `{ raw: string, cooked: string }` (required)
- `tail`: `boolean` (default: `false`)

---
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.26.3/types.md
Expand Up @@ -1725,7 +1725,7 @@ t.templateElement(value, tail)

See also `t.isTemplateElement(node, opts)` and `t.assertTemplateElement(node, opts)`.

- `value` (required)
- `value`: `{ raw: string, cooked: string }` (required)
- `tail`: `boolean` (default: `false`)

---
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-7.0.0/types.md
Expand Up @@ -2698,7 +2698,7 @@ t.templateElement(value, tail)

See also `t.isTemplateElement(node, opts)` and `t.assertTemplateElement(node, opts)`.

- `value` (required)
- `value`: `{ raw: string, cooked: string }` (required)
- `tail`: `boolean` (default: `false`)

---
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-7.2.0/types.md
Expand Up @@ -2711,7 +2711,7 @@ t.templateElement(value, tail)

See also `t.isTemplateElement(node, opts)` and `t.assertTemplateElement(node, opts)`.

- `value` (required)
- `value`: `{ raw: string, cooked: string }` (required)
- `tail`: `boolean` (default: `false`)

---
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-7.4.0/types.md
Expand Up @@ -2722,7 +2722,7 @@ t.templateElement(value, tail)

See also `t.isTemplateElement(node, opts)` and `t.assertTemplateElement(node, opts)`.

- `value` (required)
- `value`: `{ raw: string, cooked: string }` (required)
- `tail`: `boolean` (default: `false`)

---
Expand Down

0 comments on commit 01f9204

Please sign in to comment.