Skip to content

Commit

Permalink
react-jsx-source: add column property
Browse files Browse the repository at this point in the history
Docs PR to go with babel/babel#11139
  • Loading branch information
motiz88 committed Feb 15, 2020
1 parent 6bf7801 commit 806a8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugin-transform-react-jsx-source.md
Expand Up @@ -15,7 +15,7 @@ sidebar_label: transform-react-jsx-source
**Out**

```
<sometag __source={ { fileName: 'this/file.js', lineNumber: 10 } } />
<sometag __source={ { fileName: 'this/file.js', lineNumber: 10, column: 0 } } />
```

## Installation
Expand Down

0 comments on commit 806a8c6

Please sign in to comment.