-
-
Notifications
You must be signed in to change notification settings - Fork 300
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
Review Typing support of the gitbeaker distributions #793
Comments
Im getting some weird results when testing the typing. When i build the libraries locally, a d.ts file is generated like this:
But when accessing the library like @gitbeaker/node through npm linking in another test package, it still shows up any :/ |
I think it was missing from the browser release and there were some circumstances where this would happen. So I figured i should take another look at the code and clean it up if needed. |
Also, when using the tests, importing the @gitbeaker/node library and typing the variables, i would receive a "being used as a type, but is a value" error, so i definitely wasnt doing something correctly with the type and their exports. |
Hey I no it’s going to be a min befor I get back up |
🚀 Issue was released in |
There seems to be missing typing for the latest releases of the gitbeaker libraries. :/
The text was updated successfully, but these errors were encountered: