| 12 | import { setupTypeScript } from "./typescript"; |
| 13 | |
| 14 | interface WithNativeWindOptions extends WithCssInteropOptions { |
| 15 | input: string; |
| 16 | projectRoot?: string; |
| 17 | outputDir?: string; |
| 18 | configPath?: string; |
| 19 | cliCommand?: string; |
| 20 | browserslist?: string | null; |
| 21 | browserslistEnv?: string | null; |
| 22 | typescriptEnvPath?: string; |
| 23 | disableTypeScriptGeneration?: boolean; |
| 24 | } |
| 25 | |
| 26 | const debug = debugFn("nativewind"); |
| 27 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…