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

⬆️ Alpha 12 #5808

Merged
merged 2 commits into from
Jun 1, 2017
Merged

⬆️ Alpha 12 #5808

merged 2 commits into from
Jun 1, 2017

Conversation

hzoo
Copy link
Member

@hzoo hzoo commented Jun 1, 2017

(node:79847) DeprecationWarning: Passing lineNumber and colNumber is deprecated to babel-code-frame. Please use codeFrameColumns 😅

@hzoo hzoo added the PR: Internal 🏠 A type of pull request used for our changelog categories label Jun 1, 2017
@hzoo hzoo changed the title Alpha 11 ⬆️ Alpha 12 Jun 1, 2017
@codecov
Copy link

codecov bot commented Jun 1, 2017

Codecov Report

Merging #5808 into 7.0 will decrease coverage by 0.05%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##              7.0    #5808      +/-   ##
==========================================
- Coverage   84.91%   84.86%   -0.06%     
==========================================
  Files         284      284              
  Lines        9928     9928              
  Branches     2788     2787       -1     
==========================================
- Hits         8430     8425       -5     
- Misses        988      990       +2     
- Partials      510      513       +3
Impacted Files Coverage Δ
packages/babel-traverse/src/path/replacement.js 82.45% <0%> (-0.73%) ⬇️
...ckages/babel-core/src/transformation/file/index.js 87.2% <100%> (+0.05%) ⬆️
packages/babel-code-frame/src/index.js 88.34% <0%> (-5.83%) ⬇️
packages/babel-traverse/src/visitors.js 85.71% <0%> (-0.96%) ⬇️
packages/babel-traverse/src/path/context.js 86.2% <0%> (ø) ⬆️
...bel-plugin-transform-es2015-classes/src/vanilla.js 90.98% <0%> (+0.34%) ⬆️
packages/babel-traverse/src/path/modification.js 73.07% <0%> (+0.96%) ⬆️
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 7e739f9...ec9670a. Read the comment docs.

@hzoo hzoo merged commit 272209a into 7.0 Jun 1, 2017
const location = {
start: {
line: loc.line,
column: loc.column + 1,
Copy link
Contributor

Choose a reason for hiding this comment

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

This sucks... Is the +1 expected?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oh? in our code it was +1 already? I just copied it over

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm thinking it should just work ™️ with existent AST loc objects. That was the point.

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 any tests for it probably so I didn't really check, dono if you want to take a look

@SimenB
Copy link
Contributor

SimenB commented Jun 2, 2017

still calls deprecated method: #5815

@hzoo hzoo deleted the alpha-11 branch June 9, 2017 19:29
@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
Has PR 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

3 participants