Henry
Henry
Testimonials: yeah I suppose but it would probably take time to get responses, but we could reach out to people. sponsors: are just those on https://babeljs.io yeah contributors? don't really...
Just add the https://github.com/59naga/babel-plugin-add-module-exports plugin to package.json/the file instead
What do you mean by the plugin being too heavy? It's the same as #8 - need to add to the devDependencies + the babelrc Oh because there's only 1...
There's also https://github.com/istanbuljs/babel-plugin-istanbul now (based off of ^)
Ah I might have some answers for that - https://github.com/babel/babel/releases/tag/v6.11.3 Ref https://github.com/istanbuljs/babel-plugin-istanbul/issues/5 - logan made some generator improvements but yeah I would check to confirm
@bcoe We have it for babylon at least now https://github.com/babel/babylon/blob/master/.babelrc#L6
Thanks for the video, I made some changes in a later commit https://github.com/hzoo/TwitchPlaysX/commit/c558a5316caa8dedbf56bcc38781fc67c83ac181 which hopefully works for you (at least notepad). Working on what magic API/commands we can use so...
If we don't want to setup a build system we can include babel-browser (or [babel-standalone](https://github.com/Daniel15/babel-standalone)) which will do it on the fly which is fine for a demo. ``` html...
@hex13 Thanks - fyi we'd like to simplify everything in babel-traverse moving forward (I guess for Babel 8). It's definetely not set in stone because we have some issues with...
Sounds good, can at least make a similar change to js-tokens for babel-highlight https://github.com/babel/babel/blob/5fcf876c5761f12af47facdfc994b73e842cf1df/packages/babel-highlight/package.json#L19-L20