Skip to content

ES6 function parameter destructuring support #57

@MichaReiser

Description

@MichaReiser

ES6 allows destructuring of function parameters, e.g.

export function knightTours(startPath, { board, boardSize }) {}

Such a function is currently not correctly seralized / deserialized and therefore fails when being executed on a worker.

Add support for functions using destructuring.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions