Tier B: Architectural decision required
Concern
4 symbols in production code have @deprecated JSDoc but are still actively used. Callers may not have migrated.
Files and symbols:
packages/wwv-plugin-sdk/dist/index.d.ts (line 129) - property marked deprecated; should use getEngineUrl() instead
packages/wwv-plugin-sdk/src/index.ts (line 198) - same symbol
scripts/migrate-aviation-history.ts (line 2) - script marked @deprecated
src/app/api/camera/adapters/types.ts (line 95) - type marked @deprecated; should use CameraFeature
Action
For each symbol:
- Audit callers to confirm migration is complete
- If yes: remove
@deprecated marker
- If no: prioritize migration work
Scanner: scripts/gc-scan.mjs anti-pattern detector
Tier B: Architectural decision required
Concern
4 symbols in production code have
@deprecatedJSDoc but are still actively used. Callers may not have migrated.Files and symbols:
packages/wwv-plugin-sdk/dist/index.d.ts(line 129) - property marked deprecated; should usegetEngineUrl()insteadpackages/wwv-plugin-sdk/src/index.ts(line 198) - same symbolscripts/migrate-aviation-history.ts(line 2) - script marked @deprecatedsrc/app/api/camera/adapters/types.ts(line 95) - type marked @deprecated; should useCameraFeatureAction
For each symbol:
@deprecatedmarkerScanner:
scripts/gc-scan.mjsanti-pattern detector