Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Create the StringSchema #7

Open
nickytonline opened this issue Jul 2, 2024 · 1 comment
Open

Feature: Create the StringSchema #7

nickytonline opened this issue Jul 2, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nickytonline
Copy link
Owner

As a user of ValiSwift, I want a String schema for Valibot in Swift so that I can validate strings.

@nickytonline nickytonline added the enhancement New feature or request label Jul 2, 2024
@nickytonline nickytonline self-assigned this Jul 2, 2024
@nickytonline
Copy link
Owner Author

For the technical implementation see the following files in Valibot:

  targets: [
    // Targets are the basic building blocks of a package, defining a module or a test suite.
    // Targets can depend on other targets in this package and products from dependencies.
    .target(
-      name: "ValiSwift"),
+      name: "ValiSwift",
+      path: "Sources",
+      sources: ["Schemas", "Types"]),
  ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant