Module EditorFunctionsuriToPathOn this pageuriToPath() function uriToPath(uri): BranchFile; Take a Monaco model URI, and covert it to a path in the local repo. If the URI does not reference a valid local path, null is returned. No checks are performed on whether or not the referenced file exists. Parameters ParameterTypeuriUri Returns BranchFile