(referencedPath)
| 119710 | } |
| 119711 | } |
| 119712 | function addReferencedFile(referencedPath) { |
| 119713 | (referencedFiles || (referencedFiles = new ts.Set())).add(referencedPath); |
| 119714 | } |
| 119715 | } |
| 119716 | /** |
| 119717 | * Returns true if oldState is reusable, that is the emitKind = module/non module has not changed |
no test coverage detected