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

chore: api snippet formatting #92

Merged
merged 6 commits into from
Jan 11, 2024
Merged

chore: api snippet formatting #92

merged 6 commits into from
Jan 11, 2024

Commits on Jan 10, 2024

  1. chore: trying to find an agreeable code format

    dart format and the API snippet parser haver incompatible requirements and I'm trying to satisfy both
    pgautier404 committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6d52b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6063d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. chore: using find to exclude doc examples

    The dart format utility keeps munging my api examples file such that it iss incompatible with the API snippet parser, so am using find to gather dart files to format and excluding the snippets explicitly.
    pgautier404 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    259694e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4e16f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc4313c View commit details
    Browse the repository at this point in the history
  4. fix: remove unneeded arg

    pgautier404 committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    79457e5 View commit details
    Browse the repository at this point in the history