You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: readme.md
+5
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,11 @@ Type: `Boolean`
115
115
Default: `false`
116
116
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.*
117
117
118
+
### `sourceLocations`
119
+
Type: `Boolean`
120
+
Default: `false`
121
+
Description: *If set to true, AST nodes will have a `location` property containing the `start` and `end` line and column position of the node.*
0 commit comments