0.1.2 #3

Merged
Thilawyn merged 136 commits from next into master 2024-03-11 19:44:21 +01:00
Showing only changes of commit 443ae01d2d - Show all commits

View File

@@ -22,7 +22,6 @@ const Test2 = ZodSchemaClass({
Test.defaultValues Test.defaultValues
const inst = Test.create({ id: 1n, name: "" }) const inst = Test.create({ id: 1n, name: "" })
console.log(inst) console.log(inst)
@@ -37,8 +36,7 @@ class SubTest extends Test.extend({
}) {} }) {}
const subInst = await SubTest.createPromise({ name: "", prout: "" }) const subInst = await SubTest.createPromise({ name: "", prout: "" })
console.log(subInst)
// console.log(subInst)
// class ChildTest extends Test {} // class ChildTest extends Test {}