Skip to content

The word "constructor" cannot be used as a key or table name #52

@atdyer

Description

@atdyer

To recreate, open the live demo and replace any key or table name with the word constructor. Even using quotes around the word does not prevent crashing.

Creating an empty table with the name constructor does not cause a crash, but simply omits the empty table altogether:

[empty]
[emptier]
[constructor]
[emptiest]

results in

{
  "empty": {},
  "emptier": {},
  "emptiest": {}
}

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