Skip to content

fix: jq query string reformat issue - missing '|' when reformatting#414

Open
haihongren wants to merge 2 commits into
masterfrom
hren/jq
Open

fix: jq query string reformat issue - missing '|' when reformatting#414
haihongren wants to merge 2 commits into
masterfrom
hren/jq

Conversation

@haihongren

Copy link
Copy Markdown
Contributor

Flex reformats the jq query string if the jq query string does not start with .[.

For example:

  • If the jq query is to_entries, it will reformat it into .[0] |to_entries
  • It is returning .[0] to_entries instead, missing the |.

Signed-off-by: haihongren <haihong.ren@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants