Skip to content

Improve support for invalid identifier characters #126

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

Merged
merged 1 commit into from
Oct 15, 2022
Merged

Conversation

kzu
Copy link
Member

@kzu kzu commented Oct 15, 2022

This brings parity with the built-in resource generator, which properly converts |, :, ;, < and > to underscores in the generated member names.

Fixes #125

This brings parity with the built-in resource generator, which properly
converts |, :, ;, < and > to underscores in the generated member
names.

Fixes #125
@kzu kzu force-pushed the dev/invalid-chars branch from 5f7d9b9 to 4453b07 Compare October 15, 2022 04:30
@kzu kzu enabled auto-merge (rebase) October 15, 2022 04:30
@kzu kzu merged commit 668990f into main Oct 15, 2022
@kzu kzu deleted the dev/invalid-chars branch October 15, 2022 04:33
@devlooped devlooped locked and limited conversation to collaborators Sep 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

If resource name contains an invalid identifier character, replace it with underscore
1 participant