ocsigen / ts2ocaml

Generate OCaml bindings from TypeScript definitions via the TypeScript compiler API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not fail on unknown options

cannorin opened this issue · comments

Currently, ts2ocaml accepts any unknown options without failing:

$ node dist/ts2ocaml.js jsoo --nonsense=yea input.d.ts

This should result in an error.