()
| 174 | } |
| 175 | |
| 176 | function preJS() { |
| 177 | let result = ''; |
| 178 | for (const fileName of PRE_JS_FILES) { |
| 179 | result += getIncludeFile(fileName); |
| 180 | } |
| 181 | return result; |
| 182 | } |
| 183 | |
| 184 | // Certain library functions have specific indirect dependencies. See the |
| 185 | // comments alongside eaach of these. |
nothing calls this directly
no test coverage detected