Update file exclusion logic and add regex pattern handling

Enhanced the file exclusion logic by adding support for `tsconfig.json` and `jsconfig.json`. Simplified complex glob and wildcard handling, replacing many special cases with a regex-based approach to match file paths more reliably. Updated package version to 1.0.7.
This commit is contained in:
2024-11-21 12:51:49 -05:00
parent 73b7b2e921
commit a875cbf5d4
3 changed files with 205 additions and 491 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "code-tokenizer-md",
"version": "1.0.6",
"version": "1.0.7",
"type": "module",
"main": "dist/index.js",
"bin": {