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

Make either an array and an object #7

Merged
merged 7 commits into from
Oct 5, 2024
Merged

Make either an array and an object #7

merged 7 commits into from
Oct 5, 2024

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    978e119 View commit details
    Browse the repository at this point in the history
  2. change it to a proxy

    everythin seems to act the same and the tests still pass,
    but now inspecting the results with something like console.log
    doesn't display a bunch of shit about arrays because it's
    **not** an array anymore
    meech-ward committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ddd5d2a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. chore: centralize the createEither utility function

    - clean up console.log and dead comments
    iliaamiri committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    52fd61d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from iliaamiri/combine-tuple

    chore: centralize the createEither utility function
    meech-ward authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    677d059 View commit details
    Browse the repository at this point in the history
  3. update examples

    meech-ward committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    ea18ddd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0e39ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9587d51 View commit details
    Browse the repository at this point in the history