8000 destructured assignments not work { a, b } = A · Issue #39 · mmckegg/notevil · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
This repository was archived by the owner on Dec 28, 2021. It is now read-only.
destructured assignments not work { a, b } = A #39
Open
@jonlepage

Description

@jonlepage

Exist a way to use destructured assignments inside script with notevil ?
ex:

	const { e,__value} = EVENT;
	if(e){
		SELF.VALUE=__value;
	}
	SELF.VALUE;

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

      0