d3 / d3-selection

Transform the DOM by selecting elements and joining to data.
https://d3js.org/d3-selection
ISC License
557 stars 292 forks source link

Is anyone working on D3.ts ? #302

Closed nwheatleKite closed 2 years ago

nwheatleKite commented 2 years ago

Hello,

I'm considering re-writing d3-selection in typescript. Is anyone already doing this? I understand that many other modules would need to be converted to eventually step over, but this is the best place to start.

I don't want to start if others are already in the middle of it.

mbostock commented 2 years ago

You can find externally maintained types for d3-selection here:

https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-selection

I’m not currently planning on porting D3 to TypeScript, but I have been using TypeScript in other projects, so I may get around to it eventually.