()
| 426 | sourceRoot: self.sourceRoot, |
| 427 | uses: _.map(options.use, splitConstraint), |
| 428 | getFiles() { |
| 429 | // TODO We might want to call _findSources here, if we want plugins to |
| 430 | // be able to import compiled files that were not explicitly included in |
| 431 | // the sources array passed to Package.registerBuildPlugin. |
| 432 | return { |
| 433 | sources: sources |
| 434 | } |
| 435 | } |
| 436 | }); |
| 437 | |
| 438 | if (options.localNodeModulesDirs) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…