Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit c20f8d5

Browse files
committed
sem: don't map Identifier>[leadingComments, trailingComments]
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent d51414d commit c20f8d5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/normalizer/normalizer.go

+3
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ var Normalizers = []Mapping{
8585
{Name: "typeAnnotation", Drop: true, Op: Any()},
8686
//FIXME(bzz): map Flow "Optional Prameter" properly
8787
{Name: "optional", Drop: true, Op: Any()},
88+
//FIXME(bzz): map both once we agree how
89+
{Name: "leadingComments", Drop: true, Op: Any()},
90+
{Name: "trailingComments", Drop: true, Op: Any()},
8891
},
8992
Obj{
9093
"Name": Var("name"),

0 commit comments

Comments
 (0)