(commitlintLLMConfig)
| 85139 | try { |
| 85140 | await import_promises2.default.access(COMMITLINT_LLM_CONFIG_PATH); |
| 85141 | exists = true; |
| 85142 | } catch (e3) { |
| 85143 | exists = false; |
| 85144 | } |
| 85145 | return exists; |
| 85146 | }; |
| 85147 | var writeCommitlintLLMConfig = async (commitlintLLMConfig) => { |
| 85148 | await import_promises2.default.writeFile( |
| 85149 | COMMITLINT_LLM_CONFIG_PATH, |
no outgoing calls
no test coverage detected
searching dependent graphs…