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
When working on #4007 , I wanted to add an integration test to cover comments generation but because right the Integration runs for JavaScript we can't test the TypeScript output.
Code I wanted to test:
moduleParamObjectopenFable.Core/// This is a user, a very strange individual which will find each and every edge case existing.[<AllowNullLiteral>][<Global>]typeUser[<ParamObjectAttribute; Emit("$0")>](id: int,?name: string,?age: int)=/// Id used for id stuffmember valid= id with get, set
/// name used for naming conventionsmember valname:string option = jsNative with get, set
/// age because you never tell agemember valage:int option = jsNative with get, set
The text was updated successfully, but these errors were encountered:
When working on #4007 , I wanted to add an integration test to cover comments generation but because right the Integration runs for JavaScript we can't test the TypeScript output.
Code I wanted to test:
The text was updated successfully, but these errors were encountered: