Skip to content

Handle Pattern in Arguments #4

@onsetsu

Description

@onsetsu

Currently, we rewrite ([scope, name]) => // [...] to something along these lines:

[([(_getLocal(_scope11, 'scope'), scope), (_getLocal(_scope11, 'name'), name)]) => // [...]

which leads to a syntax error, as we now have an rvalue as parameter.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions