refactor: simplify ChildEntry from object to union type
Change ChildEntry from { type: 'layer'|'popup'|'tooltip' } to just
the union string, eliminating the wrapper object. Update Map.set calls
in createChildRegisterHandler and destructuring in leaflet-layer-group,
leaflet-feature-group, and leaflet-geojson disconnectedCallback.
main
parent
2a1b56c6e3
commit
301f223938
Loading…
Reference in New Issue