Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Babel 7 support? #5

Closed
Arcanemagus opened this issue Jan 16, 2018 · 2 comments
Closed

Babel 7 support? #5

Arcanemagus opened this issue Jan 16, 2018 · 2 comments

Comments

@Arcanemagus
Copy link
Contributor

Yes, I realize the name of this is atom-babel6-transpiler 😛.

Should Babel 7 support be implemented here, or a new package created for that?

From a super quick look it seems like the only change would be making this line:

const babel = require('babel-core')

Be:

    const babel = require('@babel/core')
@Arcanemagus Arcanemagus changed the title Babel 7 support Babel 7 support? Jan 16, 2018
@Arcanemagus
Copy link
Contributor Author

This has been implemented here:

Repository: atom-babel7-transpiler
NPM Package: `@atom/babel7-transpiler

Thanks @smashwilson!

@smashwilson
Copy link
Contributor

Oh hey there was an issue for this, look at that 😆

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants