Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Destructuring modules #80

Closed
aspeddro opened this issue May 2, 2022 · 0 comments · Fixed by #82
Closed

Bug: Destructuring modules #80

aspeddro opened this issue May 2, 2022 · 0 comments · Fixed by #82
Labels
bug Something isn't working

Comments

@aspeddro
Copy link
Collaborator

aspeddro commented May 2, 2022

let {Next.Router.events: events} = router
ERROR [0, 0] - [0, 41]
  let_binding [0, 0] - [0, 31]
    ERROR [0, 4] - [0, 17]
      module_identifier [0, 5] - [0, 9]
      module_identifier [0, 10] - [0, 16]
    value_identifier [0, 17] - [0, 23]
    type_annotation [0, 23] - [0, 31]
      type_identifier [0, 25] - [0, 31]
  ERROR [0, 35] - [0, 41
@nkrkv nkrkv added the bug Something isn't working label May 4, 2022
@nkrkv nkrkv closed this as completed in #82 May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants