(transformOptions: TransformOptions)
| 169 | } |
| 170 | |
| 171 | getDependencies(transformOptions: TransformOptions) { |
| 172 | return this.read(transformOptions).then(({dependencies}) => dependencies); |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * We don't need to invalidate the TranformCache itself because it guarantees |