gosling.js icon indicating copy to clipboard operation
gosling.js copied to clipboard

Improve the use of TypeScript types

Open sehilyi opened this issue 1 year ago • 0 comments

There is room for improvement regarding the use of TypeScript types. This will enable us to maintain and improve the package in a more robust way.

  • HiGlass does not provide types, so we are partly implementing them in our repo (https://github.com/gosling-lang/gosling.js/blob/master/src/missing-types.d.ts).

    • https://github.com/gosling-lang/gosling.js/issues/702
  • Many any types can be removed by inferring/specifying proper types

    • https://github.com/gosling-lang/gosling.js/issues/695

sehilyi avatar Mar 27 '23 15:03 sehilyi