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

Next v12 compatibility #294

Closed
wants to merge 6 commits into from

Commits on Feb 23, 2022

  1. fix type issues (maybe)

    jasonwilliams committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    dd99a69 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. try vitest

    Jason Williams committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    ebd3011 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. migrate to import()

    Jason Williams committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    52c889d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bc0638 View commit details
    Browse the repository at this point in the history
  3. When switching to import default is set no matter what.

    So instead we need to check if its a function. If it is it has a default export, if not its most likely empty or no default export has been set.
    Jason Williams committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    072ff31 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

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