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

fix: use require for import in the middle #4546

Closed

Commits on Mar 14, 2024

  1. fix: use require for import in the middle

    Fixes an issue where bundlers (esbuild) fail to build because of es
    module interop issues
    dyladan committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6ffda27 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    54d3f9c View commit details
    Browse the repository at this point in the history
  2. import require

    dyladan committed May 13, 2024
    Configuration menu
    Copy the full SHA
    946ae12 View commit details
    Browse the repository at this point in the history
  3. const require with ignore

    dyladan committed May 13, 2024
    Configuration menu
    Copy the full SHA
    951b726 View commit details
    Browse the repository at this point in the history
  4. Fix eslint comment

    dyladan committed May 13, 2024
    Configuration menu
    Copy the full SHA
    7f1ae61 View commit details
    Browse the repository at this point in the history
  5. Changelog

    dyladan committed May 13, 2024
    Configuration menu
    Copy the full SHA
    00ae462 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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