Skip to content

DependencyWatcher/parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parser

This component parses source code, and looks for dependencies references.

Build Status

Ignoring resources from being parsed

The parser supports file .dwignore, which must be placed in the project root, and can contain a list of patterns of ignored files or directories.

Example:

# Ignore tests folder and all of its contents:
tests/
# Ignore .txt files
*.txt