Describe the bug
Since the files are written with ES6 syntax and JSDOC instead of actual typescript, Babel is prefixing variables with an underscore making the JSDOC invalid since the "correct" variable name had an underscore.
Since this was originally meant to be for JS only, TypeScript support would likely require a near full rewrite in TS. This will stay updated until the TypeScript version is done, which I will have as a separate npm package.
To Reproduce
Steps to reproduce the behavior:
- Create a typescript project and import the client
- Construct Client
- Compile code
- See errors
Expected behavior
Should compile fine using the d.ts files, but still read JSDOC comments.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows
- Node Version: 17.2
- Version: 3.0.10
Additional context
Intellisense seems to work fine.
Describe the bug
Since the files are written with ES6 syntax and JSDOC instead of actual typescript, Babel is prefixing variables with an underscore making the JSDOC invalid since the "correct" variable name had an underscore.
Since this was originally meant to be for JS only, TypeScript support would likely require a near full rewrite in TS. This will stay updated until the TypeScript version is done, which I will have as a separate npm package.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should compile fine using the d.ts files, but still read JSDOC comments.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Intellisense seems to work fine.