Skip to content

feat: include .dart files in default search patterns#195

Open
youdie006 wants to merge 1 commit into
cocoindex-io:mainfrom
youdie006:feat/dart-file-search
Open

feat: include .dart files in default search patterns#195
youdie006 wants to merge 1 commit into
cocoindex-io:mainfrom
youdie006:feat/dart-file-search

Conversation

@youdie006

Copy link
Copy Markdown

Summary

.dart files were excluded from DEFAULT_INCLUDED_PATTERNS, so Dart sources were not indexed (#183).

Fix

Add the **/*.dart glob to DEFAULT_INCLUDED_PATTERNS and the corresponding row to the README "Supported Languages" table, mirroring how Svelte/Vue were added in #158. Dart chunking falls back to upstream cocoindex tree-sitter support.

Closes #183

Dart files were excluded from DEFAULT_INCLUDED_PATTERNS, so .dart sources were
not indexed. Add the **/*.dart glob and the README supported-languages row,
mirroring how Svelte/Vue were added in cocoindex-io#158.

Closes cocoindex-io#183
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat - include .dart file search

1 participant