Skip to content

Support () =< {} arrow functions #10

@kevbot-git

Description

@kevbot-git

I've never understood why the arrows in arrow function signatures have to go left-to-right. It's 2021 – that arrow should be able to go in any direction it wants to go in life!

Expected syntax:

let func = () => { console.log('the functino has run'); };

Proposed syntax:

let func = () =< { console.log('the functino has run'); };

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