Uziel Ludueña

Results 2 issues of Uziel Ludueña

Replaced: - `Vector, ImmVector` with `vec` - `Map, ImmMap` with `dict`. Updated the needed documentation on the README.

CLA Signed

The current regex `/^(?:@[^/\\]+[/\\])?[^/\\]+$/u` is not matching things like: `zustand/context` `zustand/middleware/immer` This is adding a `.js` extension where it's not needed, since these imports are already being mapped by the...