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
I try to return absolute path in moduleResolution plugin, but this code always path.join my absolute file path with another absolute directory to a wrong path.
I try to return absolute path in moduleResolution plugin, but this code always
path.joinmy absolute file path with another absolute directory to a wrong path.TypeScriptToLua/src/transpilation/resolve.ts
Line 132 in df3adb7