(...args: Array<any>)
| 107 | } |
| 108 | |
| 109 | private debugLog(...args: Array<any>) { |
| 110 | if (this.#debug) { |
| 111 | console.log(`🌴 [tanstack-devtools:${this.#pluginId}-plugin]`, ...args) |
| 112 | } |
| 113 | } |
| 114 | private getGlobalTarget() { |
| 115 | // server one is the global event target |
| 116 | if ( |
no outgoing calls
no test coverage detected