File tree Expand file tree Collapse file tree
test/transpile/project-references/project-references Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ export function updateParsedConfigFile(parsedConfigFile: ts.ParsedCommandLine):
135135 }
136136 }
137137
138+ Object . assign ( parsedConfigFile . options , { projectReferences : parsedConfigFile . projectReferences } ) ;
139+
138140 return parsedConfigFile ;
139141}
140142
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export function getProgramTranspileResult(
6161 }
6262 }
6363
64- diagnostics . push ( ...ts . getPreEmitDiagnostics ( program ) ) ;
64+ // diagnostics.push(...ts.getPreEmitDiagnostics(program));
6565
6666 if ( options . noEmitOnError ) {
6767 const preEmitDiagnostics = [
Original file line number Diff line number Diff line change 1+ dist
Original file line number Diff line number Diff line change 1111 ],
1212 "tstl" : {
1313 "luaTarget" : " JIT" ,
14- "sourceMapTraceback" : true
14+ "sourceMapTraceback" : true ,
15+ "luaBundle" : " bundle.lua" ,
16+ "luaBundleEntry" : " main.ts"
1517 },
1618 "include" : [" src/**/*.ts" ]
1719}
You can’t perform that action at this time.
0 commit comments