(files: Entry)
| 81 | } |
| 82 | |
| 83 | override(files: Entry) { |
| 84 | return new MockAotContext(this.currentDirectory, files, ...this.files); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | function first<T>(a: T[], cb: (value: T) => T | undefined): T | undefined { |
no outgoing calls
no test coverage detected