diff --git a/gitnexus/src/core/ingestion/languages/vue/captures.ts b/gitnexus/src/core/ingestion/languages/vue/captures.ts index b8031fcdd0..b8ec7a8a46 100644 --- a/gitnexus/src/core/ingestion/languages/vue/captures.ts +++ b/gitnexus/src/core/ingestion/languages/vue/captures.ts @@ -22,6 +22,7 @@ import type { CaptureMatch } from 'gitnexus-shared'; import { extractVueScript } from '../../vue-sfc-extractor.js'; import { emitTsScopeCaptures } from '../typescript/captures.js'; +import { emitJsScopeCaptures } from '../javascript/captures.js'; /** * Emit scope captures for a Vue SFC. @@ -31,11 +32,11 @@ import { emitTsScopeCaptures } from '../typescript/captures.js'; * 1. **Full SFC content** (sequential path, <15 files): `sourceText` * contains the whole `.vue` file with `