You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fable for JS uses ts2fable to import from DefinitelyTyped or .d.ts source files elsewhere. It does not contain external type bindings by itself and this task is delegated to external repos such as fable-browser and fable-node.
Meanwhile, this repo states
This library will eventually contain Python (stdlib) bindings for Fable based on Python typeshed. It will also contain type binding for many other libraries as well such as Flask, MicroBit and many more.
Can we standardise the approaches and have common tools to import external libraries and type declarations?
The text was updated successfully, but these errors were encountered:
No, not yet. But the point is that tools like ts2fable do not produce the code you really want to use. The output can be used as a starting point for a type-binding, but the final result should be iterated and reviewed manually before making a PR to a repo like e.g this one. See also #5
Fable for JS uses ts2fable to import from DefinitelyTyped or .d.ts source files elsewhere. It does not contain external type bindings by itself and this task is delegated to external repos such as fable-browser and fable-node.
Meanwhile, this repo states
Can we standardise the approaches and have common tools to import external libraries and type declarations?
The text was updated successfully, but these errors were encountered: