You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have unified approach to module paths we are passing to require calls.
We are currently mixing absolute and relative paths, which doesn't seem ideal.
It would be great to have unified approach to module paths we are passing to
requirecalls.We are currently mixing absolute and relative paths, which doesn't seem ideal.
Examples:
Preferring absolute paths might have positive impact:
WDYT?
Honza