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

Autocompletion is not using module interface #160

Closed
Coobaha opened this issue Apr 12, 2019 · 1 comment
Closed

Autocompletion is not using module interface #160

Coobaha opened this issue Apr 12, 2019 · 1 comment

Comments

@Coobaha
Copy link
Contributor

Coobaha commented Apr 12, 2019

plugin version:
0.75

Description

image

actual interface is

module Router: {
  let push: string => unit;
  type watcherID;
  type url = {
    path: list(string),
    hash: string,
    search: string,
  };
  let watchUrl: (url => unit) => watcherID;
  let unwatchUrl: watcherID => unit;

  let dangerouslyGetInitialUrl: unit => url;
};
@giraud
Copy link
Owner

giraud commented Apr 24, 2019

fixed in 0.76

@giraud giraud closed this as completed Apr 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants