* 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)
()
| 938 | * @returns {NameForCondition | null} absolute path which should be used for condition matching (usually the resource path) |
| 939 | */ |
| 940 | nameForCondition() { |
| 941 | return this.rootModule.nameForCondition(); |
| 942 | } |
| 943 | |
| 944 | /** |
| 945 | * Gets side effects connection state. |