Files
metabuilder/tools/refactoring/ast-lambda-refactor/index.ts
copilot-swe-agent[bot] 4db87be546 Changes before error encountered
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 19:33:03 +00:00

13 lines
628 B
TypeScript

// Auto-generated re-exports for backward compatibility
export { log } from './functions/log'
export { toKebabCase } from './functions/to-kebab-case'
export { toClassName } from './functions/to-class-name'
export { createFunctionFile } from './functions/create-function-file'
export { createIndexFile } from './functions/create-index-file'
export { createClassWrapper } from './functions/create-class-wrapper'
export { replaceOriginal } from './functions/replace-original'
export { refactorFile } from './functions/refactor-file'
export { bulkRefactor } from './functions/bulk-refactor'
export { main } from './functions/main'