Adjective-Object / good-fences-rs-core

9 stars 0 forks source link

Matching ignored dirs will be added as source files with empty impot map #26

Closed flickyiyo closed 1 year ago

flickyiyo commented 1 year ago

Currently, ignoredDirs option only excludes files from being evaluated with their fence config. The problem is that even when files in shared/.**/lib or dist are not evaluated, their AST is still being parsed, considering that it is an expensive task to do, it is having an impact on performance.