(node, { state, path, next })
| 1138 | next(); |
| 1139 | }, |
| 1140 | Component(node, { state, path, next }) { |
| 1141 | next(); |
| 1142 | migrate_slot_usage(node, path, state); |
| 1143 | }, |
| 1144 | SvelteComponent(node, { state, next, path }) { |
| 1145 | next(); |
| 1146 |
nothing calls this directly
no test coverage detected