* Returns the default conditions for ES module loading. * @returns {object}
()
| 53 | * @returns {object} |
| 54 | */ |
| 55 | function getDefaultConditions() { |
| 56 | assert(defaultConditions !== undefined); |
| 57 | return defaultConditions; |
| 58 | } |
| 59 | |
| 60 | /** @type {Set<string>} */ |
| 61 | let defaultConditionsSet; |
no test coverage detected
searching dependent graphs…