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

Generate files based on source file name instead of property name #378

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evant
Copy link

@evant evant commented Apr 10, 2024

This reduces the length of the filename because a disambiguated property name can be quite long. Looking at the files gerenated in the sample app, before this change the longest is 161 chars, after it's 102.

Partially addresses #340

This reduces the length of the filename because a disambiguated property
name can be quite long. Looking at the files gerenated in the sample
app, before this change the longest is 161 chars, after it's 102.

Partially addresses airbnb#340
@evant
Copy link
Author

evant commented Apr 10, 2024

Note: tests fail because of the filename changes, will update if this approach is accepted.

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.

None yet

1 participant