Skip to content

Support node interpolation that wasn't wrapping in node string_expression for #hmts-path? #36

@n0099

Description

@n0099

Given attrpath: (_) @_path (#hmts-path? @_path "services" "nginx" "virtualHosts" ".*" "locations" ".*" "extraConfig"), it would match attr path like services.nginx.virtualHosts."${host}".locations."/".extraConfig: Image
but not services.nginx.virtualHosts.${host}.locations."/".extraConfig: Image
The only difference between them is whether the interpolated attr path being wrapped in a string or just a plain interpolation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions