node-jira-client icon indicating copy to clipboard operation
node-jira-client copied to clipboard

Docs being distributed with package, causing large distribution size

Open Mr-Wallet opened this issue 6 years ago • 1 comments

I've been trying to evaluate whether to use this package or jira-connector, and the main differentiator for my team's purposes seems to be that this includes a bunch of files in the docs directory for no clear reason. This includes a six megabyte source-mapping file in docs/ast/source.

I can't think of any reason why the docs, already hosted on jira-node.github.io, need to be included with the package.

Mr-Wallet avatar Feb 12 '20 21:02 Mr-Wallet

Yep, the AST file seems unused:

7.0M	node_modules/jira-client/docs/ast/source/jira.js.json

Together with postman-request and dependencies (#332) a clean install takes up 17MB...

Unfortunately, jira-connector is deprecated and https://github.com/MrRefactoring/jira.js is not better than this one.

nickolay avatar Nov 30 '23 22:11 nickolay