Skip to content

Plugin doesn't wrap swift keyword identifiers in backticks #1

@maximkrouk

Description

@maximkrouk

Currently resource names are only converted to camel case (camel case also checks for allowed prefixes, so it adds "_" (underscore) if needed), but it's still possible that generated identifier is not valid

For example accessor property identifier for localized string with key "common.repeat" will be "repeat", which is a reserved keyword. Such identifiers should be wrapped in "`" (backticks)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions