type PromiseLike<TResult1> = any
type T<TResult1> = TResult1 | PromiseLike<TResult1>
FSharp
module rec Glutinum
open Fable.Core
open Fable.Core.JsInterop
open System
type PromiseLike<'TResult1> =
obj
type T<'TResult1> =
U2<TResult1, PromiseLike<TResult1>>
Problem description
The GlueAST is missing the type arguments information.
Issue created from Glutinum Tool
Glutinum version - 0.8.0
TypeScript
FSharp
Problem description
The
GlueAST
is missing the type arguments information.instead of something like