* Get the compile cache directory if on-disk compile cache is enabled. * @returns {string|undefined} Path to the module compile cache directory if it is enabled, * or undefined otherwise.
()
| 510 | * or undefined otherwise. |
| 511 | */ |
| 512 | function getCompileCacheDir() { |
| 513 | return _getCompileCacheDir() || undefined; |
| 514 | } |
| 515 | |
| 516 | module.exports = { |
| 517 | addBuiltinLibsToObject, |
no outgoing calls
no test coverage detected
searching dependent graphs…