LexiFi / gen_js_api

Easy OCaml bindings for Javascript libraries
MIT License
177 stars 31 forks source link

Adds a deprecation warning when the automatic heuristic is used #140

Closed mlasson closed 3 years ago

mlasson commented 3 years ago

Context

The "automatic bindings" of value declaration, ie. the ability to infer the js.global/call/get/set/new attributes has proven to be super fragile. This PR proposes to deprecate its use by emitting a warning when used.