(s = {})
| 31311 | } |
| 31312 | class Store { |
| 31313 | constructor(s = {}) { |
| 31314 | ;(Ye()( |
| 31315 | this, |
| 31316 | { |
| 31317 | state: {}, |
| 31318 | plugins: [], |
| 31319 | system: { configs: {}, fn: {}, components: {}, rootInjects: {}, statePlugins: {} }, |
| 31320 | boundSystem: {}, |
| 31321 | toolbox: {}, |
| 31322 | }, |
| 31323 | s |
| 31324 | ), |
| 31325 | (this.getSystem = this._getSystem.bind(this)), |
| 31326 | (this.store = (function configureStore(s, o, i) { |
| 31327 | return createStoreWithMiddleware(s, o, i) |
| 31328 | })(idFn, (0, ze.fromJS)(this.state), this.getSystem)), |
| 31329 | this.buildSystem(!1), |
| 31330 | this.register(this.plugins)) |
| 31331 | } |
| 31332 | getStore() { |
| 31333 | return this.store |
| 31334 | } |
nothing calls this directly
no test coverage detected