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 everything to ESM #355

Merged
merged 10 commits into from
Feb 10, 2021
Merged

convert everything to ESM #355

merged 10 commits into from
Feb 10, 2021

Commits on Jan 30, 2021

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

Commits on Feb 1, 2021

  1. more stuff

    Rich-Harris committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    28c546f View commit details
    Browse the repository at this point in the history
  2. chore: finish ESM conversion (#360)

    * fix(test): manually control `UVU_QUEUE` positions;
    
    Have to replicate the `uvu` internals since all internal loader/iterator logic is bypassed.
    
    * fix: force `UVU_QUEUE` values
    
    * chore: add `context.reset` method;
    
    - chasing unterminated process
    
    * fix(kit): return `snowpack.shutdown` promise
    
    - so that `dev.close` is await'able
    
    * fix(runner): manually exit process;
    
    - also part of what uvu cli does; derp
    
    * chore: convert "test/apps/basics" fixture
    
    * chore: convert "test/apps/options" fixture
    lukeed authored Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1d4b1ec View commit details
    Browse the repository at this point in the history
  3. merge master -> gh-349

    Rich-Harris committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f156c78 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. merge master -> gh-349

    Rich-Harris committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    c547829 View commit details
    Browse the repository at this point in the history
  2. bump meriyah

    Rich-Harris committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d09a91a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    419f8bd View commit details
    Browse the repository at this point in the history
  4. simplify

    Rich-Harris committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    1442add View commit details
    Browse the repository at this point in the history
  5. get CLI working

    Rich-Harris committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3d78a94 View commit details
    Browse the repository at this point in the history
  6. brute force

    Rich-Harris committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    bc61614 View commit details
    Browse the repository at this point in the history