Skip to content

Add a recipe for configuring .babelrc.#708

Merged
jamestalmage merged 2 commits into
avajs:masterfrom
jamestalmage:babelrc-recipe
Apr 5, 2016
Merged

Add a recipe for configuring .babelrc.#708
jamestalmage merged 2 commits into
avajs:masterfrom
jamestalmage:babelrc-recipe

Conversation

@jamestalmage
Copy link
Copy Markdown
Contributor

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

I think this is enough to close #448

Comment thread docs/recipes/babelrc.md
* 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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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