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

Babel 6.x support #5

Merged
merged 53 commits into from
Nov 13, 2015
Merged

Babel 6.x support #5

merged 53 commits into from
Nov 13, 2015

Conversation

twada
Copy link
Member

@twada twada commented Oct 30, 2015

Wrestling with Babel6

  • update dependencies
  • dealing with Plugin API changes
  • dealing with internal SPI changes
  • dealing with tree node type changes
  • wrestling with Babel6 presets-es2015
  • wrestling with Babel6 presets-stage-3
  • make it work
  • back to all green
  • remove dirty hacks
  • make it right
  • make it fast (if possible)
  • README
  • CHANGELOG for 2.0.0
  • field test

fixes #4

@twada
Copy link
Member Author

twada commented Nov 2, 2015

AVA is upgrading to Babel 6.
Should not keep AVA guys waiting long.

@jamestalmage
Copy link
Contributor

@twada

Did you see this comment: babel/babel#2648 (comment)

You should be able to work with presets and plugins like this:

{
  "presets": [
    {
      "plugins": [
        "transform-foo",
        "transform-bar"
      ]
    },
    "es2015"
  ]
}

@twada twada changed the title [WIP] Babel 6.x support Babel 6.x support Nov 13, 2015
twada added a commit that referenced this pull request Nov 13, 2015
@twada twada merged commit 72a0ec1 into master Nov 13, 2015
@jamestalmage
Copy link
Contributor

WOOOT!
👏 👍

// @sindresorhus

@twada
Copy link
Member Author

twada commented Nov 13, 2015

@jamestalmage Thanks!!

@twada twada deleted the babel6 branch November 13, 2015 05:39
@sindresorhus
Copy link

Awesome work people! :)

@twada
Copy link
Member Author

twada commented Nov 16, 2015

@sindresorhus That was a tough one ;)
I'm looking forward to seeing AVA running with Babel6 !

@sindresorhus
Copy link

@jamestalmage is working on it in avajs/ava#212.

@twada
Copy link
Member Author

twada commented Nov 16, 2015

Thanks @jamestalmage !

@jamestalmage
Copy link
Contributor

@jamestalmage is working on it in avajs/ava#212.

as we speak!

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.

Babel 6.x support
3 participants