(root)
| 291 | } |
| 292 | |
| 293 | rawEmptyBody(root) { |
| 294 | let value |
| 295 | root.walk(i => { |
| 296 | if (i.nodes && i.nodes.length === 0) { |
| 297 | value = i.raws.after |
| 298 | if (typeof value !== 'undefined') return false |
| 299 | } |
| 300 | }) |
| 301 | return value |
| 302 | } |
| 303 | |
| 304 | rawIndent(root) { |
| 305 | if (root.raws.indent) return root.raws.indent |