LibBindings Module
The compiler-lib names Fable.Core already binds, and the F# spelling of each.
O7 left the compiler-lib group widening to `obj` "until the shipped compiler-lib
package exists". For the ECMAScript half of `lib.d.ts` it already does, and every
generated file opens it: `Fable.Core.JS` is that package. So `Promise
Functions and values
| Function or value |
Description
|
Full Usage:
tryFind name
Parameters:
string
Returns: (string * int * string option) option
|
The binding for a lib name, if Fable.Core has one: its F# name, its arity, and the loss to record. `seq`-shaped names (`Iterable`, `Iterator`) are absent on purpose - Fable.Core binds only the async ones, and pretending `seq<'T>` interoperates with a JS iterable is exactly the kind of claim this table exists not to make.
|