c 953 B

1234567891011121314151617181920212223242526272829303132333435
  1. [ { raw: 'html',
  2. data: 'html',
  3. type: 'tag',
  4. location: { line: 1, col: 0 },
  5. name: 'html',
  6. children:
  7. [ { raw: '\n\n',
  8. data: '\n\n',
  9. type: 'text',
  10. location: { line: 1, col: 5 } },
  11. { raw: 'title',
  12. data: 'title',
  13. type: 'tag',
  14. location: { line: 1, col: 0 },
  15. name: 'title',
  16. children:
  17. [ { raw: 'The Title',
  18. data: 'The Title',
  19. type: 'text',
  20. location: { line: 1, col: 0 } } ] },
  21. { raw: 'body',
  22. data: 'body',
  23. type: 'tag',
  24. location: { line: 1, col: 0 },
  25. name: 'body',
  26. children:
  27. [ { raw: '\nHello world\n\n',
  28. data: '\nHello world\n\n',
  29. type: 'text',
  30. location: { line: 1, col: 0 } } ] },
  31. { raw: '\n\n',
  32. data: '\n\n',
  33. type: 'text',
  34. location: { line: 1, col: 0 } } ] } ]