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.