Investigation
This commit is contained in:
parent
61cc7e027e
commit
842bcca1f4
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ for (const line of splitLines) {
|
|||
//resultLines.push(line.replace("export class", "class").replace("export interface", "interface").replace("export enum", "enum"));
|
||||
}
|
||||
|
||||
// Investigation
|
||||
const finalOutput = resultLines.join("\n");
|
||||
console.log(finalOutput);
|
||||
console.log(__dirname);
|
||||
writeFileSync("./combined.ts", finalOutput);
|
||||
|
|
Loading…
Reference in a new issue