express-jsdoc-swagger icon indicating copy to clipboard operation
express-jsdoc-swagger copied to clipboard

Is it possible to read files in node_modules

Open cfengsequoia opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. I need to read files from node_modules which contain jsdoc definitions of components, but it's not allowed.

Describe the solution you'd like Add a new option excludedFolder to cover default param DEFAULT_EXCLUDED_FOLDER of function globFilesMatches.

cfengsequoia avatar Jan 28 '22 10:01 cfengsequoia

Hi @cfengsequoia maybe we could include a flag to ignore that. The problem we had when we don not ignore the node_modules was that there were memory issues while reading the node_modules. We will try to add a flag in the config.

We don't have time to do it soon but we will keep it in our backlog. Thanks for reporting 👍

kevinccbsg avatar May 18 '22 22:05 kevinccbsg