Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Add support for endLine and endColumn #709

Merged
merged 3 commits into from Oct 10, 2016
Merged

Commits on Oct 10, 2016

  1. Add support for endLine and endColumn

    Add support for creating a full range from an ESLint message if it
    specifies an `endLine` and `endColumn`. Also adds a `validatePoint` helper
    function to check that these coordinates given from ESLint are valid since
    we no longer have the checking built into `helpers.rangeFromLineNumber`.
    Arcanemagus committed Oct 10, 2016
    Copy the full SHA
    70830c0 View commit details
    Browse the repository at this point in the history
  2. Handle types a bit better

    Properly check whether the positions are undefined, instead of just "falsey".
    Arcanemagus committed Oct 10, 2016
    Copy the full SHA
    8b42b29 View commit details
    Browse the repository at this point in the history
  3. Fix lint issue

    Also updates compiled code, since `babel` changed it's mind again.
    Arcanemagus committed Oct 10, 2016
    Copy the full SHA
    192925d View commit details
    Browse the repository at this point in the history