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

Fix invalid typescript interfaces #265

Merged
merged 1 commit into from
May 22, 2024

Conversation

abichinger
Copy link
Contributor

The generated Typescript interface for nested values is invalid.

e.g. the following json file

// en.json
{
  "state": {
    "ready": "Ready"
  }
}

will produce the following interface.

export interface AppLocalizations {
  state.ready: string  // the key state.ready should be enclosed in quotes
}

Copy link
Owner

@fkirc fkirc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@fkirc fkirc merged commit e36160b into fkirc:master May 22, 2024
3 of 15 checks passed
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