esc
esc copied to clipboard
Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
And double-check that all other functions are documented.
_see PR https://github.com/pulumi/esc/pull/15 for context_ I have some ideas around this that I think may make this approachable. - Let `${foo}` always refer to the name that is currently in...
Tracks support for reporting source ranges for offsets into quoted multi-line strings, e.g. ``` example: "Here's a quoted, multi-\ line string with an ${interpolation}" ``` Needs to handle the usual...
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,...
This tracks adding support for source ranges to property accessors. This allows tooling (incl. diagnostics from the evaluator) to understand the precise positions of property accessors. - [x] https://github.com/pulumi/esc/issues/232 -...
Tracks support for reporting source ranges for offsets into flow-style multi-line strings, e.g. ``` example: Here's a multi- line, flow-style string with an ${interpolation} ``` Needs to handle indentation +...
Tracks support for reporting source ranges for offsets into quoted single-line strings, e.g. ``` example: "Here's a quoted string with an \"${interpolation}\"" ``` Needs to handle escape sequences.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...