We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6a595 commit b567a88Copy full SHA for b567a88
test/ddl.test.ts
@@ -12,7 +12,7 @@ const CI = Deno.env.has("CI");
12
const DB = await dbInit(getProvider());
13
14
// Generator function is declared here so that it does not go into the published module
15
-DDL.generator = async function(classFiles: Record<string, string>, base?: string) {
+DDL.generator = async function (classFiles: Record<string, string>, base?: string) {
16
const TJS = (await import("npm:typescript-json-schema@0.65.1")).default;
17
const program = TJS.getProgramFromFiles(Object.values(classFiles), DDL.TS_OPTIONS, base);
18
// deno-lint-ignore no-explicit-any
0 commit comments