You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the artifacts lacks some typings (say, for long library), so TS compiler reports errors when the client is used in a TS-based app. We should fix that.
Includes the following:
* Marks internal modules and class members with @internal tag which is supported by both tsc and typedoc
* Fixes typedoc flags, so that it now ignores internal stuff
* Excludes internal modules and members from tsc output
* Excludes source maps from tsc output
* Moves typings for long and bluebird into non-dev dependencies, as TS users need them (see #537)
* Adds test for declarations produced by tsc
* Also includes some code improvements, like reformatting, interface extraction, etc.
harunalpak
pushed a commit
to harunalpak/hazelcast-nodejs-client
that referenced
this issue
Dec 8, 2022
Includes the following:
* Marks internal modules and class members with @internal tag which is supported by both tsc and typedoc
* Fixes typedoc flags, so that it now ignores internal stuff
* Excludes internal modules and members from tsc output
* Excludes source maps from tsc output
* Moves typings for long and bluebird into non-dev dependencies, as TS users need them (see hazelcast#537)
* Adds test for declarations produced by tsc
* Also includes some code improvements, like reformatting, interface extraction, etc.
At the moment the artifacts lacks some typings (say, for
long
library), so TS compiler reports errors when the client is used in a TS-based app. We should fix that.Reported by @aigoncharov
The text was updated successfully, but these errors were encountered: