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

docs: consistently quote props for editing #726

Closed

Commits on Apr 22, 2023

  1. fix: support development on Node 20

    This patches node-fetch so pnpm install works on Node 20: pnpm/pnpm#6424
    nickmccurdy committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    bd6ab20 View commit details
    Browse the repository at this point in the history
  2. chore: update pnpm

    nickmccurdy committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    654e017 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2246980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae35fc9 View commit details
    Browse the repository at this point in the history
  5. ci: run typecheck

    nickmccurdy committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    cf6f507 View commit details
    Browse the repository at this point in the history
  6. ci: run format

    nickmccurdy committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    99e78ff View commit details
    Browse the repository at this point in the history
  7. docs: consistently quote props for editing

    When using ArkType, users will frequently add characters like `?` that need to be quoted, so we should quote props consistently when they are used.
    nickmccurdy committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e40424f View commit details
    Browse the repository at this point in the history