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'm currently looking to use the metafile to more quickly map ../modules/uid to it's resolved path modules/uid/index.ts. The easiest way is to use the order they appear. This probably won't be necessary once there's access to the resolver (e.g. #641 (comment))
Thanks!
The text was updated successfully, but these errors were encountered:
matthewmueller
changed the title
Question: Is the order of the metafile imports in the order the imports appear in the file?
Question: Will the order of the imports in the metafile continue to match the order they appear in source code?
Jun 21, 2021
Ended up going with the workaround described in this comment since this doesn't account for imports getting added by plugins and is generally pretty fragile.
Hey there,
I'm just wondering if we can expect the order of the imports in the metafile to continue to match the order they appear in source code?
Currently maps to:
I'm currently looking to use the metafile to more quickly map
../modules/uid
to it's resolved pathmodules/uid/index.ts
. The easiest way is to use the order they appear. This probably won't be necessary once there's access to the resolver (e.g. #641 (comment))Thanks!
The text was updated successfully, but these errors were encountered: