We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18fde6c commit d9dee7dCopy full SHA for d9dee7d
src/templates-worker.ts
@@ -1,8 +1,8 @@
1
-import * as path from "node:path";
2
-import * as url from "node:url";
3
import { consola } from "consola";
4
import * as Eta from "eta";
5
import lodash from "lodash";
+import * as path from "node:path";
+import * as url from "node:url";
6
import type { CodeGenProcess } from "./code-gen-process.js";
7
import type { CodeGenConfig } from "./configuration.js";
8
import type { FileSystem } from "./util/file-system.js";
@@ -24,7 +24,6 @@ export class TemplatesWorker {
24
if (this.config.silent) consola.level = 0;
25
}
26
27
-
28
getTemplatePaths = (
29
config: CodeGenConfig,
30
): CodeGenConfig["templatePaths"] => {
0 commit comments