Skip to content

Support () =< {} arrow functions #10

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'); };

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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