Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into constructors
  • Loading branch information
saschanaz committed May 19, 2017
2 parents 237931b + a6932fa commit f06d702
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions TS.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -661,18 +661,6 @@ module Data =
ReturnTypes = rTypes
Nullable = isNullable } ]

/// Define the subset of events that dedicated workers will use
let workerEventsMap =
[
("close", "CloseEvent");
("error", "ErrorEvent");
("upgradeneeded", "IDBVersionChangeEvent");
("message", "MessageEvent");
("loadend", "ProgressEvent");
("progress", "ProgressEvent");
]
|> Map.ofList

let typeDefSet =
browser.Typedefs |> Array.map (fun td -> td.NewType) |> Set.ofArray

Expand Down

0 comments on commit f06d702

Please sign in to comment.