marko/compiler/util/deresolve-browser.js

3 lines
75 B
JavaScript

module.exports = function(resolvedPath, from) {
return resolvedPath;
};