Merge pull request #206 from pulsar-edit/fewer-package-exclusions

meta: Don't exclude 'loophole' or 'pegjs' packages
This commit is contained in:
confused_techie 2022-12-09 16:15:03 -08:00 committed by GitHub
commit 021d1dd668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,9 +94,9 @@ let options = {
"!**/deps/libgit2",
"!**/node_modules/spellchecker/vendor/hunspell/.*",
// These are only required in dev-mode, when pegjs grammars aren't precompiled
"!node_modules/loophole",
"!node_modules/pegjs",
"!node_modules/.bin/pegjs",
// "!node_modules/loophole", // Note: We do need these packages. Because our PegJS files _aren't_ all pre-compiled.
// "!node_modules/pegjs", // Note: if these files are excluded, 'snippets' package breaks.
// "!node_modules/.bin/pegjs",
// node_modules of the fuzzy-native package are only required for building it
"!node_modules/fuzzy-native/node_modules",
// Ignore *.cc and *.h files from native modules