Skip to content

Support "key" and "value" with javascript object property shorthand #369

@pokey

Description

@pokey

In the following code block:

{
    foo: "hello",
    bar,
}

We should be able to say "take value bar" or "take value bat" to select bar. This behavior will make it more consistent when we say "take every key" or "take every value"

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions