/** * `ajsc/swift` — class-based Swift converter and identifier utilities. * * Most consumers should prefer the function-style `emitSwift` exported from * the package root (`ajsc`). Use this subpath when you need direct access to * the {@link SwiftConverter} class for subclassing, or to the identifier * sanitization helpers (`sanitizeSwiftIdentifier`, `SWIFT_RESERVED`) when * building tooling around Swift output. * * @see {@link ../docs/architecture/README.md} for the layered design. */ export * from "./SwiftBaseConverter.js"; export * from "./SwiftConverter.js";