Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Import Tool for the top level config keys with hyphens. #204

Closed
Peefy opened this issue Jan 2, 2024 · 0 comments · Fixed by #209
Closed

[Enhancement] Import Tool for the top level config keys with hyphens. #204

Peefy opened this issue Jan 2, 2024 · 0 comments · Fixed by #209
Labels
good first issue Good for newcomers help wanted Extra attention is needed tool

Comments

@Peefy
Copy link
Contributor

Peefy commented Jan 2, 2024

Enhancement

For the following YAML

a-b-c: a-b-c

The import tool should generate the following code

{
    "a-b-c" = "a-b-c"
}

Instead of

"a-b-c" = "a-b-c"

This is because the current version of KCL does not support the syntax mentioned in the above code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed tool
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant