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 curious as to whether or not we'd need to also take in at least a filename (the file that contains the partial/moduleName).
This way, if the partial is ../bar (and the filename is /js/foo.js), we'd need that partial to resolve to /bar.js. I'm not sure that this is currently possible.
The text was updated successfully, but these errors were encountered:
No worries. I'll fork it and try it out. I'm basically asking if var resolvedPath = systemResolver('node_modules/stacktrace-js/dist/stacktrace.js', 'test/data/system.config.js', new Builder()); would resolve properly.
I'm also curious if the config has to be mandatory or if could be optional. If a user has no aliased paths, do they still need a config?
I'm curious as to whether or not we'd need to also take in at least a filename (the file that contains the partial/moduleName).
This way, if the partial is
../bar
(and the filename is/js/foo.js
), we'd need that partial to resolve to/bar.js
. I'm not sure that this is currently possible.The text was updated successfully, but these errors were encountered: