pulumi/esc

ast: source ranges for property accessors in block-style multi-line strings

Opened this issue · 0 comments

Tracks support for reporting source ranges for offsets into block-style multi-line strings, e.g.

example: |
  Here's a multi-line,
  block-style string with an ${interpolation}

Needs to handle indentation, folding, and comping.