提交 aad30688 编写于 作者: M Michel Kaporin

Exported necessary members back.

上级 d1803076
......@@ -580,6 +580,7 @@ function getResource(sourceFile) {
}
throw new Error("Could not identify the XLF bundle for " + sourceFile);
}
exports.getResource = getResource;
function importBundleJson(file, json, stream) {
var bundleXlfs = Object.create(null);
for (var source in json.keys) {
......
......@@ -31,7 +31,7 @@ interface Item {
comment: string;
}
interface Resource {
export interface Resource {
name: string;
project: string;
}
......@@ -621,7 +621,7 @@ const editorWorkbenchResources: Resource[] = [
{ name: 'setup', project: workbenchProject }
];
function getResource(sourceFile: string): Resource {
export function getResource(sourceFile: string): Resource {
let resource: string;
if (sourceFile.startsWith('vs/platform')) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册