]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/codebase-analyzer/codebase-analyzer.factor
core: subseq-index? -> subseq-of?
[factor.git] / extra / codebase-analyzer / codebase-analyzer.factor
index ab5a80a42953ed21a3544ba6b7596a1d326e6058..25f13152792078a85a53374dae23566acde3f6d0 100644 (file)
@@ -23,10 +23,10 @@ IN: codebase-analyzer
     [ has-file-extension? ] filter ;
 
 : without-git-paths ( paths -- paths' )
-    [ "/.git/" subseq-index? ] reject ;
+    [ "/.git/" subseq-of? ] reject ;
 
 : without-node-modules-paths ( paths -- paths' )
-    [ "/node_modules/" subseq-index? ] reject ;
+    [ "/node_modules/" subseq-of? ] reject ;
 
 : regular-directory-files ( path -- seq )
     recursive-directory-files