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

Convert source code to using ESM instead of CommonJS #191

Open
wants to merge 11 commits into
base: typescript-definitions
Choose a base branch
from

Commits on Jan 13, 2024

  1. Export singleton instance of replicate by default

    This makes the library very quick to get up and running. We use
    a proxy instance to ensure that the library keeps working in its
    existing state though with a @deprecated type annotation which
    will show up in editors.
    aron committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    826b6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f16e7d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c907f42 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. fixup lint

    aron committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    09a117a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4994995 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    8d080f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a33a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0530e9 View commit details
    Browse the repository at this point in the history
  4. Update dependencies

    aron committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ac33c62 View commit details
    Browse the repository at this point in the history
  5. Convert codebase into ESM

    aron committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1e0471e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    9eb73a7 View commit details
    Browse the repository at this point in the history