* Returns the default conditions for ES module loading, as a Set. * @returns {Set }
()
| 64 | * @returns {Set<any>} |
| 65 | */ |
| 66 | function getDefaultConditionsSet() { |
| 67 | assert(defaultConditionsSet !== undefined); |
| 68 | return defaultConditionsSet; |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Initializes the default conditions for ESM module loading. |
no test coverage detected
searching dependent graphs…