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
I created my module colormath.js but I wanted it to support in Node.js, Deno and Browser so i decided to use tsup for bundling ts files and here is my code for mod.ts:
Although the documentation has parsed all functions, type aliases, classes but has only one namespace?
The documentation did not parsed all namespaces?
Is there any fault on my side?
The text was updated successfully, but these errors were encountered:
scientific-dev
changed the title
Imperfect documentation for my module.
Incomplete documentation for my module.
Jan 31, 2022
I created my module colormath.js but I wanted it to support in Node.js, Deno and Browser so i decided to use tsup for bundling ts files and here is my code for
mod.ts
:Now, I published this module in deno (colormath) but if you check the documentation in
https://doc.deno.land/https://deno.land/x/colormath/mod.ts
Although the documentation has parsed all functions, type aliases, classes but has only one namespace?
The documentation did not parsed all namespaces?
Is there any fault on my side?
The text was updated successfully, but these errors were encountered: