| 19 | import { transformFileSync } from '@babel/core'; |
| 20 | |
| 21 | interface BuildOptions { |
| 22 | verbose?: boolean; |
| 23 | patch?: boolean; |
| 24 | statsOutput?: string; |
| 25 | localePath?: string; |
| 26 | dts?: 'include' | 'skip' | 'only'; |
| 27 | } |
| 28 | |
| 29 | /** |
| 30 | * Build locale files |
nothing calls this directly
no outgoing calls
no test coverage detected