(ast: SchemaAST.AST)
| 1031 | ) |
| 1032 | |
| 1033 | function compileConstructorDefault(ast: SchemaAST.AST): Parser { |
| 1034 | return ast.context?.constructorDefault ? compileDefaulted(ast) : constructorCompiler(ast) |
| 1035 | } |
| 1036 | |
| 1037 | function applyTransformation( |
| 1038 | result: Effect.Effect<unknown, SchemaIssue.Issue, unknown>, |