开发:移除不必要的类型hack

pull/1864/MERGE
ChenX 3 years ago
parent 49203bb26f
commit e6d2cf4083

@ -22,14 +22,6 @@ function downloadTypes(downFiles: { moduleName: string; urlPath: string; files:
}
}
downloadTypes({
moduleName: "jquery",
urlPath: "https://gitee.com/BearCAD/DefinitelyType2/raw/master/jquery/",
files: [
"index.d.ts"
]
});
readFile("node_modules\\dxf-parser\\dist\\ParseHelpers.js", "utf-8", (err, str) =>
{
if (str.includes("case 210:")) return;

Loading…
Cancel
Save