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

ESM module export #821

Merged
merged 5 commits into from
Jun 14, 2024
Merged

ESM module export #821

merged 5 commits into from
Jun 14, 2024

Commits on Apr 20, 2024

  1. test: add reproduction repo for module export

    Repo is copied from #816 inside to test in future
    BANOnotIT committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f934a16 View commit details
    Browse the repository at this point in the history
  2. fix(all-settled): bundler esm import

    fix(async): bundler esm import
    fix(core-v1): bundler esm import
    fix(core): bundler esm import
    fix(effects): bundler esm import
    fix(eslint-plugin): bundler esm import
    fix(form-web): bundler esm import
    fix(form): bundler esm import
    fix(framework): bundler esm import
    fix(hooks): bundler esm import
    fix(jsx): bundler esm import
    fix(lens): bundler esm import
    fix(logger): bundler esm import
    fix(npm-cookie-baker): bundler esm import
    fix(npm-history): bundler esm import
    fix(npm-lit): bundler esm import
    fix(npm-react): bundler esm import
    fix(npm-solid-js): bundler esm import
    fix(npm-svelte): bundler esm import
    fix(npm-vue): bundler esm import
    fix(persist-web-storage): bundler esm import
    fix(persist): bundler esm import
    fix(primitives): bundler esm import
    fix(react-v1): bundler esm import
    fix(testing): bundler esm import
    fix(timer): bundler esm import
    fix(undo): bundler esm import
    fix(url): bundler esm import
    fix(utils): bundler esm import
    fix(web-fetch): bundler esm import
    fix(web): bundler esm import
    
    Reatom used to use package.json#module field to declare esm modules.
    Turns out it was only in draft spec and never was standardized.
    So instead of relying on non-standard behaviour we use .mjs which is
    standard nodejs mechanizm.
    
    Should fix #816 #806 #573
    BANOnotIT committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    fb66ed5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97843c6 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    71a6727 View commit details
    Browse the repository at this point in the history
  2. chore: install test files

    BANOnotIT committed May 3, 2024
    Configuration menu
    Copy the full SHA
    27af0c6 View commit details
    Browse the repository at this point in the history