ocsigen / ts2ocaml

Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support symbol indexers (`[SYMBOL_NAME]: type_expression`)

cannorin opened this issue · comments

Related: #396

Symbol indexers are notoriously hard to use from AltJS, but ts2ocaml could provide some special support for using them.

It depends on the capabilities of gen_js_api and the ReScript compiler, and some contribution may be needed.