Lucas Lemos
Lucas Lemos
Also taking this one!
I'll take a stab at this one!
I could also work at the type safety of the property accessors, but I would need some help. I'm going to send this PR in the deno discord server.
The backwards compatibility could be done, I'll work on that. About the default behavior, I'll try to make something more useful too. Thanks for the review!
@kt3k I took a look at TypeScript's documentation and it seems that the function overloading cannot be done. Typescript doesn't support function overloading with different number of parameters.
But I'm still working on some useful behavior to make things right.
@kt3k also I think that this default behavior actually makes sense, what could be done is if the user sends a two dimensions array but no accessor at the column...
@kt3k Right, maybe I got something wrong, I thought I saw something like this at Deno too, even got confused when checked the docs and they said it wasn't supported....
@kt3k I just did some refactoring and I think that the default behavior for arrays is more useful now, if you test it out with the same case that you...
I'm taking this issue! I'll take a look and see what can I do.