vega/vega-lite-api

Output Typescript Code

Open

#9 opened on May 13, 2019

 (7 comments) (9 reactions) (0 assignees)JavaScript (20 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (219 stars)
PR merge metrics
 (PR metrics pending)

Description

The code for generating the API could still be Javascript, since it only affects us.

However, a lot of people may want to use the output JS API in Typescript projects (which offer superior autocompletion than vanilla JS). Thus, it might be worth making sure that our output code is in TS.

cc: @domoritz

Contributor guide