Skip to content

Commit dc1ad98

Browse files
committed
add attr dead
1 parent c6ad98b commit dc1ad98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/gentype/GenTypeCommon.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type labelJS =
2626
| IntLabel of string
2727
| StringLabel of string
2828

29-
type case = {label: string; labelJS: labelJS}
29+
type case = {label: string; [@dead "case.label"] labelJS: labelJS}
3030

3131
let isJSSafePropertyName name =
3232
name = ""

0 commit comments

Comments
 (0)