(name)
| 188 | } |
| 189 | |
| 190 | function stripModuleNamespace(name) { |
| 191 | return name.replace(/^module:/, ''); |
| 192 | } |
| 193 | |
| 194 | function firstWordOf(string) { |
| 195 | const m = /^(\S+)/.exec(string); |
no outgoing calls
no test coverage detected
searching dependent graphs…