Commit History

Author SHA1 Message Date
  Colby McHenry dc7d033106 feat(impact): C# namespace extraction (qualify type names) 2 weeks ago
  Colby McHenry 4589cf97eb docs: mark template-markup-parser P1/P2/@code as implemented 2 weeks ago
  Colby McHenry 90c5f39568 feat(impact): delegate Blazor @code / Razor @{} blocks to the C# extractor 2 weeks ago
  Colby McHenry 59b8de21fd feat(impact): Razor/Blazor (.cshtml/.razor) markup parser 2 weeks ago
  Colby McHenry 2a0b6e001d fix(impact): link renamed default imports to the module file (Express controllers) 2 weeks ago
  Colby McHenry 4c144134b9 fix(impact): resolve chained method calls (a.b.Method()) — C# extension methods 2 weeks ago
  Colby McHenry 58dc463330 fix(impact): Django include('app.urls') links project urlconf → app urls 2 weeks ago
  Colby McHenry 283562305f fix(impact): source-aware Python `from pkg import submodule` (FastAPI aggregator) 2 weeks ago
  Colby McHenry 61a993a0ce fix(impact): link Python absolute whole-module imports (import a.b.c) 2 weeks ago
  Colby McHenry 529d822879 fix(impact): same-dir C/C++ includes + KMP commonMain imports (multi-platform coverage) 2 weeks ago
  Colby McHenry 082353eb7f fix(impact): gate cross-known-family references/imports (TS↔native name collisions) 2 weeks ago
  Colby McHenry 74b599c86b feat(impact): RN native→JS events via the sendEvent(ctx, "X", body) wrapper 2 weeks ago
  Colby McHenry d06a5ec890 feat(impact): extract RCT_EXPORT_METHOD / RCT_REMAP_METHOD as ObjC method nodes 2 weeks ago
  Colby McHenry 4a64ca56cd feat(impact): classic RN NativeModules cross-platform pairing (Android @ReactMethod ↔ iOS impl) 2 weeks ago
  Colby McHenry dbc4862940 feat(impact): React Native / Expo cross-language bridges — generic Expo Functions, cross-platform pairing, type-ref precision 2 weeks ago
  Colby McHenry 33ce43194c feat(impact): Objective-C — single-arg selectors, class-message receivers, #import, class-method resolution 2 weeks ago
  Colby McHenry 857baf76b8 feat(impact): cross-language static-member / value-read pass — link Enum.value, Type.CONST, Foo::BAR 2 weeks ago
  Colby McHenry 94879546bd feat(impact): Dart mixins (with) + method type references 2 weeks ago
  Colby McHenry ec8fe3f1f4 feat(impact): C++ free-function name extraction — stop naming functions after a param/return type 2 weeks ago
  Colby McHenry 5bccab6afe feat(impact): Ruby require/require_relative resolution — link to the required file 2 weeks ago
  Colby McHenry 44fb978597 feat(impact): Ruby mixin coverage — link include/extend/prepend to the module 2 weeks ago
  Colby McHenry acfb4445a1 feat(impact): PHP namespace capture + use-import resolution + type-hint refs 2 weeks ago
  Colby McHenry b5489d916c feat(impact): Scala type-graph coverage — parameterized extends, type refs, implicit params 2 weeks ago
  Colby McHenry d8a2e91b2f feat(impact): Kotlin Multiplatform expect/actual linking — bridge common decls to platform impls 2 weeks ago
  Colby McHenry d111f26573 feat(impact): Swift property wrappers & attributes — link @Argument/@Published/etc. 2 weeks ago
  Colby McHenry badb12481f feat(impact): Java annotation coverage — index @interface defs, link @Foo usages 2 weeks ago
  Colby McHenry 2ac7df58f7 feat(impact): Rust module-path resolution for qualified `use`/path references 2 weeks ago
  Colby McHenry b538aee853 feat(impact): Rust cross-module coverage — struct literals, trait dispatch, use-binding linking 2 weeks ago
  Colby McHenry 16b5633749 feat(impact): fix affected/blast-radius and expand cross-file dependency coverage 2 weeks ago
  Colby Mchenry 629d8472b1 fix(extraction): index Vue <template> component usages (#629 follow-up) (#659) 2 weeks ago