Ayoub Adib

Results 9 comments of Ayoub Adib

Same with the `importsNotUsedAsValues` TS config 😅 . The root cause comes from the fact that the TypeScript runtime is specified as a direct dependency inside the [docz-core package](https://github.com/pedronauck/docz/blob/main/core/docz-core/package.json#L53) and...

@renatobenks Is it feasible to specify typescript as a devDependency? If yes, typescript will be available for your development needs (build process) without impacting consumer (dev dependencies are ignored while...

@renatobenks npm (or whatever node package manager) will install `devDependencies` of a given package when the `package.json` of this package is available locally in the current working directory (unless you...

@renatobenks Unfortunately not today but I can try to book some time tomorrow

@renatobenks and @pedronauck : done ✅ Review needed https://github.com/doczjs/docz/pull/1647 🙏

Hello @vonovak , Thank you for reporting, Could you please paste the corresponding jsx code ?

Hello @tituswoo, Thank you for your feedback. Yes this approach is quite interesting. For next release (after holidays), it will be implemented :)

@selfagency Your package metadata (including `name`, `description`, and `version`) needs to be put in the first argument. The second argument is for callbacks 👍 . The following change should work:...

Closed since not reproducible. @selfagency Feel free to re-open it if needed.