Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Used checker.getTypeArguments in return-undefined rule when possible #4866

Merged
merged 5 commits into from
Oct 5, 2019
Merged

Used checker.getTypeArguments in return-undefined rule when possible #4866

merged 5 commits into from
Oct 5, 2019

Commits on Oct 2, 2019

  1. Used checker.getTypeArguments in return-undefined rule when possible

    TypeScript no longer guarantees a .typeArguments member on the Type object, as they're apparently capable of being lazily-defined (?). Instead we're to use a `checker.getTypeArguments` method.
    
    Once 3.7 is out of beta/RC we'll be able to upgrade our dev dependency to rely on it.
    Josh Goldberg committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    d4328a6 View commit details
    Browse the repository at this point in the history
  2. Fixed lint complaints

    Josh Goldberg committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    3b04390 View commit details
    Browse the repository at this point in the history
  3. Heh, Prettier doesn't understand the readonly syntax

    Josh Goldberg committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    542fbba View commit details
    Browse the repository at this point in the history
  4. Remove stray //

    Josh Goldberg committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    ce3193d View commit details
    Browse the repository at this point in the history
  5. Prettier fixes

    Josh Goldberg committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    124ed64 View commit details
    Browse the repository at this point in the history