Torathion
Torathion
Wonderful! Thank you very much for notifying me. I will take care of it this weekend. If I find some optimizations from your recent commits, I will add them. You...
I tried my best over the last few days to rebase it, but even my vscode has given up half-way through. Has fdir changed the type to `APIBuilder`? I couldn't...
Hi, no problem. I'm also struggling to find footing with the massively increased complexity from before. I actually needed the `APIBuilder` for typing the return type of `buildFdir`. Now, with...
I now migrated to the new version, reduced the size of the fdir options and also added something new: It is important that you not only check for the existence...
I'm officially done! Sadly, the extra options, validation and utilities increased the output size by a small margin (gzipped 300 bytes). Here is the final size comparison: Before: ``` ℹ...
I figured out why you wrote `[crawler, relative]` instead of using an object structure, as this saves output size. I managed to go below the unminified output size, but it's...
Okay, now I believe I can't find anything anymore. I had to alter a test, because the `TINYGLOBBY_DEBUG` was evaluated in the test case before you were able to create...