Skip to content

Remove withDestructure #283

Open
Open
@sxzz

Description

@sxzz

Rewrites destructures to expanded expressions

Example: { a, b: [b, {c}] } of rows to

  • row.a
  • row.b[0]
  • row.b[1].c

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions