[Pkg-javascript-commits] [node-module-deps] 80/444: document noParse

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 15 09:47:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-module-deps.

commit 5348e5a2f5bc18d3fdabcd966b4107aba1f06724
Author: James Halliday <mail at substack.net>
Date:   Fri May 17 11:31:18 2013 -0700

    document noParse
---
 readme.markdown | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/readme.markdown b/readme.markdown
index 69d6148..dc78ac9 100644
--- a/readme.markdown
+++ b/readme.markdown
@@ -78,6 +78,9 @@ and falsey for all the ids to skip.
 * opts.packageFilter - transform the parsed package.json contents before using
 the values. `opts.packageFilter(pkg)` should return the new `pkg` object to use.
 
+* opts.noParse - an array of absolute paths to not parse for dependencies. Use
+this for large dependencies like jquery or threejs which take forever to parse.
+
 # transforms
 
 module-deps can be configured to run source transformations on files before

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-module-deps.git



More information about the Pkg-javascript-commits mailing list