File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -284,24 +284,6 @@ class Compiler {
284
284
let libs = this . libsDirs . join ( ',' )
285
285
let global = path . relative ( baseDir , this . globalsFile )
286
286
287
- let compilerArgs =
288
- [
289
- '--explicitStart' ,
290
- '--exportRuntime' ,
291
- '--runtime' ,
292
- 'stub' ,
293
- inputFile ,
294
- global ,
295
- '--baseDir' ,
296
- baseDir ,
297
- '--lib' ,
298
- libs ,
299
- '--outFile' ,
300
- outputFile ,
301
- '--optimize' ,
302
- '--debug' ,
303
- ] ;
304
-
305
287
asc . compile ( {
306
288
inputFile,
307
289
global,
@@ -369,24 +351,6 @@ class Compiler {
369
351
let libs = this . libsDirs . join ( ',' )
370
352
let global = path . relative ( baseDir , this . globalsFile )
371
353
372
- let compilerArgs =
373
- [
374
- '--explicitStart' ,
375
- '--exportRuntime' ,
376
- '--runtime' ,
377
- 'stub' ,
378
- inputFile ,
379
- global ,
380
- '--baseDir' ,
381
- baseDir ,
382
- '--lib' ,
383
- libs ,
384
- '--outFile' ,
385
- outputFile ,
386
- '--optimize' ,
387
- '--debug' ,
388
- ] ;
389
-
390
354
asc . compile ( {
391
355
inputFile,
392
356
global,
You can’t perform that action at this time.
0 commit comments