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

Move Babel transforms to the main process. #349

Closed

Commits on Dec 23, 2015

  1. move babel to main thread

    There are many failing tests, but it basically works.
    jamestalmage committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    5a66e9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5507a7d View commit details
    Browse the repository at this point in the history
  3. use latest nyc for proper require extension.

    The latest `nyc` uses `append-transform`, which means multiple require extensions can be installed on top of the one `nyc` installs. Previous versions of nyc only allowed one additional transform before breaking. This allows us to use `require-precompiled` and users can still add `babel/register` (whenever we get those working).
    jamestalmage committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    8cb67d1 View commit details
    Browse the repository at this point in the history
  4. travis.yml: simplify piping coverage to coveralls

    `tap` automatically uploads coverage to coveralls for branches, but not PR's.
    
    That required an ugly workaround in .travis.yml to manually upload only for PR's.
    
    Since we now use `nyc` directly, and pass the the `--no-cov` flag in our `tap` commands, this is no longer a problem.
    jamestalmage committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    ce33e39 View commit details
    Browse the repository at this point in the history
  5. add caching

    jamestalmage committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    9abb688 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d88ba8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07f27e4 View commit details
    Browse the repository at this point in the history
  8. swap rimraf for del-cli

    jamestalmage committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    4970e6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    be4497f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    748acf4 View commit details
    Browse the repository at this point in the history
  11. delete pointless test

    jamestalmage committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    4db22da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54a8051 View commit details
    Browse the repository at this point in the history
  13. compute best location for .cache dir.

    Does not yet handle missing `package.json`
    jamestalmage committed Dec 23, 2015
    Configuration menu
    Copy the full SHA
    ef4730f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c8f11d View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2015

  1. Configuration menu
    Copy the full SHA
    c710b64 View commit details
    Browse the repository at this point in the history
  2. add --no-cache CLI flag (squash this - always true)

    This implements the `--no-cache` flag, but in this commit it's always set.
    I want to see how well `--no-cache` works on Windows...
    jamestalmage committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    ca00ce9 View commit details
    Browse the repository at this point in the history
  3. actually enable --no-cache (squash with above).

    I need to decide on a good testing strategy for this.
    jamestalmage committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    9c893e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6a8f7a View commit details
    Browse the repository at this point in the history
  5. salt the hash

    jamestalmage committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    32df154 View commit details
    Browse the repository at this point in the history
  6. bump caching-transform

    I have updated it to use `write-file-atomic` to avoid race conditions
    jamestalmage committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    a3174cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e80f8d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    200d194 View commit details
    Browse the repository at this point in the history
  9. noCache -> cache

    jamestalmage committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    fc48e56 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2015

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