Skip to content

Commit

Permalink
mark ImportEqualsDeclaration as TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ctaggart committed Nov 17, 2017
1 parent 77becfe commit 4ed514c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/read.fs
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ let readStatement (checker: TypeChecker) (sd: Statement): FsType =
| SyntaxKind.ExportDeclaration ->
// printfn "TODO export statements"
FsType.TODO
| SyntaxKind.ImportEqualsDeclaration ->
FsType.TODO
| _ -> printfn "unsupported Statement kind: %A" sd.kind; FsType.TODO

let readModuleName(mn: ModuleName): string =
Expand Down

0 comments on commit 4ed514c

Please sign in to comment.