eps1lon / tslint-issue-typescript-peer-version

Issue displaying incompatibility with lowest possible typescript version according to peerDependency

Home Page:https://github.com/palantir/tslint/issues/4106

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

See palantir/tslint#4106

Steps to reproduce

git clone https://github.com/eps1lon/tslint-issue-typescript-peer-version.git
cd tslint-issue-typescript-peer-version
npm install # or yarn
npm start

Expected: Successful build or install warns about missing peer dependency. Actual:

node_modules/tslint/lib/language/utils.d.ts(52,57): error TS1005: ',' expected.
node_modules/tslint/lib/language/utils.d.ts(52,61): error TS1005: ',' expected.

About

Issue displaying incompatibility with lowest possible typescript version according to peerDependency

https://github.com/palantir/tslint/issues/4106


Languages

Language:JavaScript 73.3%Language:TypeScript 26.7%