You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/transpiler/transpiler.ts
+46-41Lines changed: 46 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -9,54 +9,59 @@ import { TranspileFilesOptions } from '../types';
9
9
constROOT_DIR=Path.resolve(__dirname,'../..');
10
10
11
11
/**
12
-
* Transpile files in a given directory (and sub directory if recursive option are passed) and write it to an output directory, if no errors are thrown it completed successfully.
12
+
* Transpile files in a given directory (and sub directory if recursive option are passed) and write it to an output directory,
13
+
* if no errors are thrown it completed successfully.
13
14
*
14
15
* @param directory to transpile.
15
16
* @param outputDir to write the transpiled files to.
16
17
* @param options any extra options that should be passed.
0 commit comments