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

Add a recipe for configuring .babelrc. #708

Merged
merged 2 commits into from
Apr 5, 2016

Conversation

jamestalmage
Copy link
Contributor

Tests verifying all these recommendations were added to the test suite in #706.

I think this is enough to close #448

* Enable `power-assert` support.
* Rewrite require paths internal AVA dependencies like `babel-runtime` (important if you are still using `npm@2`).
* Generate test metadata to determine which files should be run first (*future*).
* Static analysis of dependencies for precompilation (*future*).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add these now, or update later?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine to just add those like that and we can expand on them later.

@jamestalmage
Copy link
Contributor Author

I pushed a commit addressing all the comments. It's not showing up. https://status.github.com/ is showing yellow.

@jamestalmage jamestalmage merged commit bcda753 into avajs:master Apr 5, 2016
@jamestalmage jamestalmage deleted the babelrc-recipe branch April 6, 2016 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A possible way to provide customizable babel configs using .babelrc/env
3 participants