Skip to content

Commit

Permalink
chore: add test for typeAlias with a direct typeRefrerence
Browse files Browse the repository at this point in the history
[converter]
  • Loading branch information
MangelMaxime committed Mar 30, 2024
1 parent 994b220 commit 98aff7e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/specs/references/typeAlias/typeReference.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
type StringArray = Array<string>
12 changes: 12 additions & 0 deletions tests/specs/references/typeAlias/typeReference.fsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module rec Glutinum

open Fable.Core
open Fable.Core.JsInterop
open System

type StringArray =
ResizeArray<string>

(***)
#r "nuget: Fable.Core"
(***)

0 comments on commit 98aff7e

Please sign in to comment.