Skip to content

Commit

Permalink
Add description to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed May 8, 2021
1 parent 7d6f76b commit d61007b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ Type: `Boolean`
Default: `false`
Description: *If set to true, self-closing tags will trigger the `onclosetag` event even if `xmlMode` is not set to `true`. NOTE: If `xmlMode` is set to `true` then self-closing tags will always be recognized.*

### `sourceLocations`
Type: `Boolean`
Default: `false`
Description: *If set to true, AST nodes will have a `location` property containing the `start` and `end` line and column position of the node.*

## License

[MIT](LICENSE)

0 comments on commit d61007b

Please sign in to comment.