Skip to content

[Feature Request] Unpack Objects #40

Description

@Semnodime

Feature Request

Unpack Objects. This already works for arrays.

Example

Unpack foo[42] into "hello world".

var foo = {42: "hello world"};
console.log(foo[42]);

Expected Result

console.log("hello world");

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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