Skip to content

Conversation

Kocal
Copy link
Member

@Kocal Kocal commented Jun 22, 2025

Q A
Bug fix? no
New feature? no
Docs? no
Issues Fix #...
License MIT

@carsonbot carsonbot added the Status: Needs Review Needs to be reviewed label Jun 22, 2025
Copy link
Contributor

github-actions bot commented Jun 22, 2025

📊 Packages dist files size difference

Thanks for the PR! Here is the difference in size of the packages dist files between the base branch and the PR.
Please review the changes and make sure they are expected.

FileBefore (Size / Gzip)After (Size / Gzip)
Map
abstract_map_controller.d.ts 6.6 kB / 1.35 kB 6.59 kB0% / 1.35 kB0%
Map (Bridge Google)
map_controller.d.ts 3.35 kB / 909 B 3.35 kB0% / 908 B0%
map_controller.js 13.67 kB / 2.86 kB 13.67 kB0% / 2.87 kB0%
Map (Bridge Leaflet)
map_controller.d.ts 2.93 kB / 829 B 2.92 kB0% / 830 B0%
map_controller.js 12.18 kB / 2.92 kB 12.18 kB0% / 2.92 kB0%

Comment on lines +353 to +357
private createDrawingFactory(type: 'marker', draws: typeof this.markers, factory: typeof this.doCreateMarker): typeof this.doCreateMarker;
private createDrawingFactory(type: 'polygon', draws: typeof this.polygons, factory: typeof this.doCreatePolygon): typeof this.doCreatePolygon;
private createDrawingFactory(type: 'polyline', draws: typeof this.polylines, factory: typeof this.doCreatePolyline): typeof this.doCreatePolyline;
private createDrawingFactory(type: 'circle', draws: typeof this.circles, factory: typeof this.doCreateCircle): typeof this.doCreateCircle;
private createDrawingFactory(type: 'rectangle', draws: typeof this.rectangles, factory: typeof this.doCreateRectangle): typeof this.doCreateRectangle;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is why I've increased the lineWidth

@Kocal Kocal force-pushed the upgrade-biomejs-2 branch from 0d68f93 to f60f7e1 Compare June 22, 2025 19:08
@Kocal Kocal merged commit 2229b7a into symfony:2.x Jun 22, 2025
22 checks passed
@Kocal Kocal deleted the upgrade-biomejs-2 branch June 22, 2025 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Review Needs to be reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants