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

🐶 🍲 #5543

Merged
merged 3 commits into from
Mar 27, 2017
Merged

🐶 🍲 #5543

merged 3 commits into from
Mar 27, 2017

Conversation

hzoo
Copy link
Member

@hzoo hzoo commented Mar 24, 2017

No description provided.

@hzoo hzoo added the PR: Internal 🏠 A type of pull request used for our changelog categories label Mar 24, 2017
@mention-bot
Copy link

@hzoo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @bcoe, @danez and @ChauTNguyen to be potential reviewers.

@codecov
Copy link

codecov bot commented Mar 24, 2017

Codecov Report

Merging #5543 into 7.0 will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              7.0   #5543      +/-   ##
=========================================
+ Coverage   85.45%   85.5%   +0.05%     
=========================================
  Files         200     200              
  Lines        9506    9506              
  Branches     2701    2701              
=========================================
+ Hits         8123    8128       +5     
+ Misses        887     882       -5     
  Partials      496     496
Impacted Files Coverage Δ
...bel-plugin-transform-es2015-classes/src/vanilla.js 90.59% <0%> (+0.85%) ⬆️
packages/babel-traverse/src/path/context.js 85.34% <0%> (+0.86%) ⬆️
packages/babel-traverse/src/path/modification.js 74.75% <0%> (+0.97%) ⬆️
packages/babel-helper-call-delegate/src/index.js 68% <0%> (+4%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a1ccf0...1ada981. Read the comment docs.

Gulpfile.js Outdated
@@ -7,6 +7,7 @@ var watch = require("gulp-watch");
var gutil = require("gulp-util");
var gulp = require("gulp");
var path = require("path");
var babelConfig = require("./.babelrc");
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't it pick up the config automatically?

Copy link
Member Author

@hzoo hzoo Mar 25, 2017

Choose a reason for hiding this comment

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

It was failing, not sure why so did this for now

maybe you can look at babel/gulp-babel#112

.babelrc.js Outdated
@@ -0,0 +1,21 @@
module.exports = {
"comments": false,
Copy link
Member

Choose a reason for hiding this comment

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

Do we want to keep quotes on keys?

Copy link
Member Author

Choose a reason for hiding this comment

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

We don't have to, I just copy pasted the config over!

const babel = require("../package.json").babel;
const register = require("babel-register");
const babel = require("../.babelrc");
const register = require("babel-register").default;
const path = require("path");

if (babel.plugins) {
Copy link
Member

Choose a reason for hiding this comment

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

Do we need this logic anymore?

Copy link
Member Author

Choose a reason for hiding this comment

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

not sure why it was added before I guess not?

.babelrc.js Outdated
comments: false,
presets: [
[
require("babel-preset-env"), envOpts
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 the require calls here are still optional, not sure if you had a specific motivation for them.

@babel-bot
Copy link
Collaborator

Hey @hzoo! It looks like one or more of your builds have failed. I've copied the relevant info below to save you some time.

@hzoo hzoo merged commit 7262ad6 into 7.0 Mar 27, 2017
@aaronang aaronang deleted the food branch March 28, 2017 06:36
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants