(target)
| 2185 | this.appendFile(tool.pioFiles, target, source, include); |
| 2186 | } |
| 2187 | appendTarget(target) { |
| 2188 | this.appendFolder(this.tool.jsFolders, target); |
| 2189 | } |
| 2190 | noFilesMatch(source, star) { |
| 2191 | this.tool.reportWarning(null, 0, "no modules match: " + source); |
| 2192 | } |
nothing calls this directly
no test coverage detected