Jon Koops
Jon Koops
@lukewarlow would you be willing to provide a draft PR with a proposal? I'd be curious to the implementation.
Let's take this one at a time, otherwise we risk having a bunch of async discussion. Firstly, let's talk about the default `L` export, I am a firm believer we...
In regard to tree-shaking, I also see a user already reported #9814 that confirms v2 in its current state is not tree-shakable.
Indeed, we will not be working on any code related to 3.x for the foreseeable future. The focus now is to get 2.x out the door.
Thanks for the report, we are currently working on improving tree-shaking support. Could I ask you to try the build from #9880 and let me know if this resolves your...
It does look like even modern bundlers like Vite [rely on the `sideEffects` metadata](https://github.com/vitejs/vite/blob/88af2ae7df77160e7d11a9fa147a4967c8499f13/packages/vite/src/node/packages.ts#L178-L225), so a good first step to resolving this issue would be adding this field to the...
Looks like it isn't as clear-cut as we'd like it to be. We'll have to do some investigation. Still, I don't believe we currently have any side-effects, as the distributed...
The required API [has now landed](https://caniuse.com/mdn-javascript_builtins_uint8array_tobase64) in Chrome, Firefox and Safari. It might be time to consider implementing this.
Not sure what you mean. A string can be converted into an `Uint8Array`, and back to a string. JSON is just string data. ```js const data = Uint8Array.fromBase64("SGVsbG8gV29ybGQh") const decoder...
@simon04 @Leaflet/leaflet-maintainers FYI