()
| 316 | } |
| 317 | |
| 318 | public bindGlobalScope() { |
| 319 | this.modules.forEach(moduleRef => this.bindGlobalsToImports(moduleRef)); |
| 320 | } |
| 321 | |
| 322 | public bindGlobalsToImports(moduleRef: Module) { |
| 323 | this.globalModules.forEach(globalModule => |
no test coverage detected