Skip to content

Object rest spread doesnt work with function arguments #181

@AndrewGrachov

Description

@AndrewGrachov

Using the equivalent code:

const fn = ({ a, ...otherProps }) => otherProps;

having error

fatal runtime error: failed to initiate panic, error 5

ENV:

swc-loader webpack, version 0.1.3,
swc 1.0.6

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions