()
| 35094 | ) |
| 35095 | } |
| 35096 | let qn = !1 |
| 35097 | function on_complete() { |
| 35098 | return { |
| 35099 | statePlugins: { |
| 35100 | spec: { |
| 35101 | wrapActions: { |
| 35102 | updateSpec: |
| 35103 | (s) => |
| 35104 | (...o) => ((qn = !0), s(...o)), |
| 35105 | updateJsonSpec: |
| 35106 | (s, o) => |
| 35107 | (...i) => { |
| 35108 | const a = o.getConfigs().onComplete |
| 35109 | return ( |
| 35110 | qn && 'function' == typeof a && (setTimeout(a, 0), (qn = !1)), |
| 35111 | s(...i) |
| 35112 | ) |
| 35113 | }, |
| 35114 | }, |
| 35115 | }, |
| 35116 | }, |
| 35117 | } |
| 35118 | } |
| 35119 | const extractKey = (s) => { |
| 35120 | const o = '_**[]' |
nothing calls this directly
no test coverage detected