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

Issue in types.d.ts file [typescript] #152

Open
no-more opened this issue Sep 20, 2016 · 2 comments
Open

Issue in types.d.ts file [typescript] #152

no-more opened this issue Sep 20, 2016 · 2 comments

Comments

@no-more
Copy link

no-more commented Sep 20, 2016

Hi,

I have some errors in the types.d.ts files: ( fdb version : 1.3.897)

  • line 535, insertCallback should be a function declaration and not a type
  • line 2894, addTriggerCallback should be a function declaration and not a type
  • line 3630, issue on class init declaration, I'm not sure if this should be a function instead of class declaration ?
  • line 4143, issue on class overload declaration, I'm not sure if this should be a function instead of class declaration ?

Thanks.

@no-more
Copy link
Author

no-more commented Sep 20, 2016

For insertCallback and addTriggerCallback it seems I was wrong, they might be types, but you can't declare them inside the class declaration, they must be defined before the class. (At least that's what I think)

@englercj
Copy link

This is an issue is tsd-jsdoc. I am aware of it and will try to get a fix soon.

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