()
| 31355 | return this.boundSystem |
| 31356 | } |
| 31357 | getRootInjects() { |
| 31358 | return Object.assign( |
| 31359 | { |
| 31360 | getSystem: this.getSystem, |
| 31361 | getStore: this.getStore.bind(this), |
| 31362 | getComponents: this.getComponents.bind(this), |
| 31363 | getState: this.getStore().getState, |
| 31364 | getConfigs: this._getConfigs.bind(this), |
| 31365 | Im: We(), |
| 31366 | React: Re, |
| 31367 | }, |
| 31368 | this.system.rootInjects || {} |
| 31369 | ) |
| 31370 | } |
| 31371 | _getConfigs() { |
| 31372 | return this.system.configs |
| 31373 | } |
no test coverage detected