MCPcopy Create free account

hub / github.com/open-circle/valibot / functions

Functions1,173 in github.com/open-circle/valibot

↓ 1 callersFunctiontransformLiteral
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/literal/literal.ts:4
↓ 1 callersFunctiontransformLt
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/lt/lt.ts:5
↓ 1 callersFunctiontransformLte
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/lte/lte.ts:5
↓ 1 callersFunctiontransformMap
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/map/map.ts:4
↓ 1 callersFunctiontransformMax
( valibotIdentifier: string, args: j.CallExpression['arguments'], schemaType: ZodSchemaType )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/max/max.ts:6
↓ 1 callersFunctiontransformMerge
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/merge/merge.ts:21
↓ 1 callersFunctiontransformMin
( valibotIdentifier: string, args: j.CallExpression['arguments'], schemaType: ZodSchemaType )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/min/min.ts:6
↓ 1 callersFunctiontransformMultipleOf
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/multipleOf/multipleOf.ts:5
↓ 1 callersFunctiontransformNan
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/nan/nan.ts:4
↓ 1 callersFunctiontransformNanoid
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/nanoid/nanoid.ts:5
↓ 1 callersFunctiontransformNativeEnum
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/nativeEnum/nativeEnum.ts:4
↓ 1 callersFunctiontransformNegative
( valibotIdentifier: string, args: j.CallExpression['arguments'], useBigInt: boolean )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/negative/negative.ts:5
↓ 1 callersFunctiontransformNever
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/never/never.ts:4
↓ 1 callersFunctiontransformNonEmpty
( valibotIdentifier: string, args: j.CallExpression['arguments'], isSizeSchemaType: boolean )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/nonempty/nonempty.ts:5
↓ 1 callersFunctiontransformNonNegative
( valibotIdentifier: string, args: j.CallExpression['arguments'], useBigInt: boolean )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/nonnegative/nonnegative.ts:5
↓ 1 callersFunctiontransformNonPositive
( valibotIdentifier: string, args: j.CallExpression['arguments'], useBigInt: boolean )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/nonpositive/nonpositive.ts:5
↓ 1 callersFunctiontransformNull
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/null/null.ts:4
↓ 1 callersFunctiontransformNullable
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/nullable/nullable.ts:3
↓ 1 callersFunctiontransformNullish
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/nullish/nullish.ts:3
↓ 1 callersFunctiontransformNumber
( valibotIdentifier: string, args: j.CallExpression['arguments'], coerceSchema: boolean )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/number/number.ts:10
↓ 1 callersFunctiontransformObject
( valibotIdentifier: string, args: j.CallExpression['arguments'], modifier: ObjectModifier = null )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/object/object.ts:5
↓ 1 callersFunctiontransformOmit
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, inputArgs:
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/omit/omit.ts:17
↓ 1 callersFunctiontransformOptional
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/optional/optional.ts:3
↓ 1 callersFunctiontransformOr
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, inputArgs:
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/or/or.ts:3
↓ 1 callersFunctiontransformParse
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/parse/parse.ts:3
↓ 1 callersFunctiontransformParseAsync
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/parseAsync/parseAsync.ts:3
↓ 1 callersFunctiontransformPartial
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, inputArgs:
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/partial/partial.ts:17
↓ 1 callersFunctiontransformPassthrough
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier )
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/passthrough/passthrough.ts:4
↓ 1 callersFunctiontransformPick
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, inputArgs:
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/pick/pick.ts:17
↓ 1 callersFunctiontransformPositive
( valibotIdentifier: string, args: j.CallExpression['arguments'], useBigInt: boolean )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/positive/positive.ts:5
↓ 1 callersFunctiontransformReadonly
(valibotIdentifier: string)
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/readonly/readonly.ts:3
↓ 1 callersFunctiontransformRecord
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/record/record.ts:7
↓ 1 callersFunctiontransformRefine
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/refine/refine.ts:4
↓ 1 callersFunctiontransformRegex
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/regex/regex.ts:5
↓ 1 callersFunctiontransformRequired
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, inputArgs:
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/required/required.ts:17
↓ 1 callersFunctiontransformRest
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/rest/rest.ts:4
↓ 1 callersFunctiontransformSafe
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/safe/safe.ts:5
↓ 1 callersFunctiontransformSafeParse
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/safeParse/safeParse.ts:3
↓ 1 callersFunctiontransformSafeParseAsync
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/safeParseAsync/safeParseAsync.ts:3
↓ 1 callersFunctiontransformSchemasAndLinks
( root: j.Collection<unknown>, valibotIdentifier: string )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas-and-links.ts:641
↓ 1 callersFunctiontransformSchemasAndLinksHelper
( root: j.Collection<unknown>, valibotIdentifier: string, identifier: string, schemaType: ZodSchemaTyp
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas-and-links.ts:469
↓ 1 callersFunctiontransformSet
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/set/set.ts:4
↓ 1 callersFunctiontransformShape
( exp: j.CallExpression | j.MemberExpression | j.Identifier )
codemod/zod-to-valibot/src/transform/schemas-and-links/properties/shape.ts:3
↓ 1 callersFunctiontransformSize
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/size/size.ts:5
↓ 1 callersFunctiontransformStartsWith
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/startsWith/startsWith.ts:5
↓ 1 callersFunctiontransformStrict
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier )
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/strict/strict.ts:4
↓ 1 callersFunctiontransformString
( valibotIdentifier: string, args: j.CallExpression['arguments'], coerceSchema: boolean )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/string/string.ts:10
↓ 1 callersFunctiontransformStrip
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier )
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/strip/strip.ts:4
↓ 1 callersFunctiontransformSymbol
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/symbol/symbol.ts:4
↓ 1 callersFunctiontransformTime
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/time/time.ts:5
↓ 1 callersFunctiontransformToLowerCase
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/toLowerCase/toLowerCase.ts:3
↓ 1 callersFunctiontransformToUpperCase
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/toUpperCase/toUpperCase.ts:3
↓ 1 callersFunctiontransformTransform
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/transform/transform.ts:4
↓ 1 callersFunctiontransformTrim
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/trim/trim.ts:3
↓ 1 callersFunctiontransformTuple
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/tuple/tuple.ts:4
↓ 1 callersFunctiontransformULID
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/ulid/ulid.ts:5
↓ 1 callersFunctiontransformUUID
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/uuid/uuid.ts:5
↓ 1 callersFunctiontransformUndefined
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/undefined/undefined.ts:4
↓ 1 callersFunctiontransformUnion
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/union/union.ts:4
↓ 1 callersFunctiontransformUnknown
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/unknown/unknown.ts:4
↓ 1 callersFunctiontransformUnwrap
( valibotIdentifier: string, schemaExp: j.CallExpression | j.MemberExpression | j.Identifier, args: j.Ca
codemod/zod-to-valibot/src/transform/schemas-and-links/methods/unwrap/unwrap.ts:3
↓ 1 callersFunctiontransformUrl
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/validators/url/url.ts:5
↓ 1 callersFunctiontransformVoid
( valibotIdentifier: string, args: j.CallExpression['arguments'] )
codemod/zod-to-valibot/src/transform/schemas-and-links/schemas/void/void.ts:4
↓ 1 callersFunctionupdateContributors
* Updates the contributors of the guides and API reference.
website/scripts/contributors.ts:23
↓ 1 callersFunctionurlPathFromFilePath
(filePath: string)
website/scripts/og-images.ts:27
↓ 1 callersFunctionuseChaptersProvider
()
website/src/routes/plugin@chapters.ts:26
↓ 1 callersFunctionuseChaptersToggle
()
website/src/routes/plugin@chapters.ts:60
↓ 1 callersFunctionuseThemeProvider
()
website/src/routes/plugin@theme.ts:21
↓ 1 callersFunctionuseThemeToggle
()
website/src/routes/plugin@theme.ts:57
Function'~run'
(dataset, config)
library/src/actions/notGraphemes/notGraphemes.ts:123
Function'~run'
(dataset, config)
library/src/actions/isbn/isbn.ts:122
Function'~run'
(dataset, config)
library/src/actions/includes/includes.ts:118
Function'~run'
(dataset, config)
library/src/actions/bytes/bytes.ts:112
Function'~run'
(dataset, config)
library/src/actions/minValue/minValue.ts:118
Function'~run'
(dataset, config)
library/src/actions/toDate/toDate.ts:81
Function'~run'
(dataset, config)
library/src/actions/emoji/emoji.ts:95
Function'~run'
(dataset, config)
library/src/actions/jwsCompact/jwsCompact.ts:117
Function'~run'
(dataset, config)
library/src/actions/gtValue/gtValue.ts:116
Function'~run'
(dataset, config)
library/src/actions/base64/base64.ts:98
Function'~run'
(dataset, config)
library/src/actions/ltValue/ltValue.ts:116
Function'~run'
(dataset)
library/src/actions/toUpperCase/toUpperCase.ts:30
Function'~run'
(dataset, config)
library/src/actions/maxLength/maxLength.ts:118
Function'~run'
(dataset, config)
library/src/actions/endsWith/endsWith.ts:117
Function'~run'
(dataset, config)
library/src/actions/digits/digits.ts:106
Function'~run'
(dataset)
library/src/actions/brand/brand.ts:56
Function'~run'
(dataset, config)
library/src/actions/isoDate/isoDate.ts:110
Function'~run'
(dataset, config)
library/src/actions/length/length.ts:116
Function'~run'
(dataset, config)
library/src/actions/isoTimeSecond/isoTimeSecond.ts:106
Function'~run'
(dataset)
library/src/actions/toBoolean/toBoolean.ts:32
Function'~run'
(dataset, config)
library/src/actions/email/email.ts:105
Function'~run'
(dataset, config)
library/src/actions/ipv6/ipv6.ts:95
Function'~run'
(dataset, config)
library/src/actions/hexColor/hexColor.ts:99
Function'~run'
(dataset, config)
library/src/actions/notSize/notSize.ts:116
Function'~run'
(dataset, config)
library/src/actions/guard/guard.ts:169
Function'~run'
(dataset, config)
library/src/actions/isoDateTimeSecond/isoDateTimeSecond.ts:121
Function'~run'
(dataset, config)
library/src/actions/rawCheck/rawCheck.ts:41
Function'~run'
(dataset, config)
library/src/actions/rawCheck/rawCheckAsync.ts:41
Function'~run'
(dataset, config)
library/src/actions/maxValue/maxValue.ts:118
Function'~run'
(dataset, config)
library/src/actions/nanoid/nanoid.ts:115
Function'~run'
(dataset, config)
library/src/actions/someItem/someItem.ts:104
← previousnext →501–600 of 1,173, ranked by callers