Skip to content

Commit

Permalink
Merge branch 'master' into generate-babel-types-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deificx authored Aug 9, 2019
2 parents dad8690 + 01f9204 commit db46325
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions _redirects
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
# Previous versions of the REPL
/repl/version/:version /repl/ 200

# Ported from redirect_from
# old.babeljs.io
# Redirect aliases
https://new.babeljs.io/* https://babeljs.io/:splat 301!
https://babel.netlify.com/* https://babeljs.io/:splat 301!

/php.html https://old.babeljs.io/php/
/repl_old.html https://old.babeljs.io/repl/
Expand Down
3 changes: 1 addition & 2 deletions docs/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,7 @@ Aliases: `Private`, `Property`

### classProperty
```javascript
t.classProperty(key)
```
t.classProperty(key)```
See also `t.isClassProperty(node, opts)` and `t.assertClassProperty(node, opts)`.
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-6.26.3/types.md
Original file line number Diff line number Diff line change
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

0 comments on commit db46325

Please sign in to comment.