()
| 61 | }; |
| 62 | |
| 63 | const getLanguage = () => { |
| 64 | initConfiguration(); |
| 65 | return initialConfig.language; |
| 66 | }; |
| 67 | |
| 68 | /** |
| 69 | * Returns if the default language, that is inlined at build time, |
nothing calls this directly
no test coverage detected
searching dependent graphs…