* Returns the path used when matching this module against rule conditions. * @returns {NameForCondition | null} absolute path which should be used for condition matching (usually the resource path)
()
| 1136 | * @returns {NameForCondition | null} absolute path which should be used for condition matching (usually the resource path) |
| 1137 | */ |
| 1138 | nameForCondition() { |
| 1139 | return null; |
| 1140 | } |
| 1141 | |
| 1142 | /** |
| 1143 | * Returns the reason this module cannot be concatenated, when one exists. |
no outgoing calls
no test coverage detected