| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import type { Node } from '../src/types'; |
| 3 | import type { ResolutionContext, UnresolvedRef } from '../src/resolution/types'; |
| 4 | import { swiftObjcBridgeResolver } from '../src/resolution/frameworks/swift-objc'; |
nothing calls this directly
no test coverage detected