'use strict'; exports.pathToUri = function(_path) { return _path; }; exports.uriToPath = function(uri) { return uri; };