File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff line change @@ -56,32 +56,6 @@ namespace Moduless
56
56
}
57
57
58
58
const targetProjectDir = Path . dirname ( targetConfigFilePath ) ;
59
-
60
- /*
61
- for (const script of tsConfig.moduless.scripts)
62
- {
63
- if (typeof script === "string")
64
- {
65
- const scriptUrl = Url.parse(script);
66
- if (scriptUrl.protocol === "http:" || scriptUrl.protocol === "https:")
67
- {
68
- scripts.push(new ScriptReference(ScriptKind.external, script));
69
- continue;
70
- }
71
- else if (scriptUrl.protocol === null)
72
- {
73
- scripts.push(new ScriptReference(
74
- ScriptKind.local,
75
- Path.join(targetProjectDir, script)));
76
-
77
- continue;
78
- }
79
- }
80
-
81
- Util.error("Invalid script URL: " + String(script));
82
- }
83
- */
84
-
85
59
let outFile = "" ;
86
60
87
61
if ( tsConfig . compilerOptions . outFile )
You can’t perform that action at this time.
0 commit comments