Conversation
hzoo
commented
Jun 1, 2017
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
| const location = { | ||
| start: { | ||
| line: loc.line, | ||
| column: loc.column + 1, |
There was a problem hiding this comment.
This sucks... Is the +1 expected?
There was a problem hiding this comment.
Oh? in our code it was +1 already? I just copied it over
There was a problem hiding this comment.
I'm thinking it should just work ™️ with existent AST loc objects. That was the point.
There was a problem hiding this comment.
We don't have any tests for it probably so I didn't really check, dono if you want to take a look
|
still calls deprecated method: #5815 |