You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
When I was trying to improve type inference of fromJS, I encountered a problem: My definition requires newer version of TypeScript, but when I tried to upgrade, I got a bunch of errors, most of those are linting errors (which can be fixed) but some of them are runtime errors caused by the tools themselves (e.g. dtslint failed to download TypeScript 3.x, gulp failed to run in Node.js 11, and serveral Uncaught TypeError caused by tslint). I tried to fix them all, but to no avail.
For that reason, I suggest removing TypeScript definitions from this repo and add them to DefinitelyTyped as the people there are more familiar with TypeScript. I'm also more familiar with that repo.
From @KSXGitHub on Fri, 07 Dec 2018 08:18:56 GMT
When I was trying to improve type inference of fromJS, I encountered a problem: My definition requires newer version of TypeScript, but when I tried to upgrade, I got a bunch of errors, most of those are linting errors (which can be fixed) but some of them are runtime errors caused by the tools themselves (e.g. dtslint failed to download TypeScript 3.x, gulp failed to run in Node.js 11, and serveral Uncaught TypeError caused by tslint). I tried to fix them all, but to no avail.
For that reason, I suggest removing TypeScript definitions from this repo and add them to DefinitelyTyped as the people there are more familiar with TypeScript. I'm also more familiar with that repo.
Copied from original issue: immutable-js#1660
The text was updated successfully, but these errors were encountered: