Ulrich-Matthias Schäfer
Ulrich-Matthias Schäfer
Note that also the backlink is broken after the click on a link brought you to the Repo. The backlink points to the user instead of the issue where I...
I use the button on the top left corner. I see that this behavior is maybe intended - however confused me ^^
I agree that size concerns don't don't apply for node. But consistency is rather important. There is one more important factor: composition doesn't need monkey patching. A good example is...
my version is 9.2.0
Calling each every time would take away the whole point of list and you could just use normal arrays. I agree that it is not optimal that it hides an...
Doing it like this wouldn't introduce a breaking change. I kinda like it. The question is, if people like to call the native array methods with $. But as an...
svg.js has no UMD wrapper for the global version. That is true. However, the typescript compiler should pick up the esm version anyway. To use svg.js you either load it...
You sound offended. I had no intention to offend you. As far as I know, typescript support esm modules. That means you need to use the esm module, not the...
I can really relate to that :D. Hm, if typescript does not pick up the right file, you can try to point to `dist/svg.esm.js` or `src/svg.js`. The second one is...
I dont know. If possible tell typescript to load the file with sourceType:module because that is what seems to be required from typescript