Skip to content

invalid object keys are present in the ouput #2

@capaj

Description

@capaj

for example:

actions: {
          like: {
            type: string,
            isUsed: number,
          },
          delete: {
            type: string,
            isUsed: number,
          },
          show-origin: {
            type: string,
            isUsed: number,
          },
        },

show-origin: { is not a valid object key, because - is an operator. It should be 'show-origin'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions