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

Fix issue with case sensitivity of noUnusedVariable rule on Windows #2819

Merged
merged 2 commits into from May 24, 2017

Commits on May 24, 2017

  1. Fix issue with case sensitivity on Windows

    When TSLint is being used to provide as-you-type linting as in Angular
    IDE, incorrect configuration of program created in
    makeUnusedCheckedProgram function is causing whole functionality to blow
    up. The core of the issue is that SourceFiles are being assigned case
    sensitive path when program is recreated for TSLint validation, which
    later causes that wrong path to stick and file not found problems appear
    in whole IDE.
    
    Change-Id: I05bcf150393f96e28c48d3b0a9a20e96002e5446
    piotrtomiak committed May 24, 2017
    Configuration menu
    Copy the full SHA
    6c0c7b5 View commit details
    Browse the repository at this point in the history
  2. code style fixes

    adidahiya committed May 24, 2017
    Configuration menu
    Copy the full SHA
    6ba7c6d View commit details
    Browse the repository at this point in the history