Skip to content

Commit 532c88e

Browse files
committed
remove underscore from OCaml keyword
1 parent fdf1d16 commit 532c88e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

jscomp/others/jsxDOM.res

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,7 @@ type domProps = {
374374
baseProfile?: string,
375375
baselineShift?: string,
376376
bbox?: string,
377-
@as("begin")
378-
begin_?: string /* use this one. Previous one is deprecated */,
377+
begin?: string /* use this one. Previous one is deprecated */,
379378
bias?: string,
380379
by?: string,
381380
calcMode?: string,
@@ -407,8 +406,7 @@ type domProps = {
407406
edgeMode?: string,
408407
elevation?: string,
409408
enableBackground?: string,
410-
@as("end")
411-
end_?: string /* use this one. Previous one is deprecated */,
409+
end?: string /* use this one. Previous one is deprecated */,
412410
exponent?: string,
413411
externalResourcesRequired?: string,
414412
fill?: string,
@@ -552,8 +550,7 @@ type domProps = {
552550
textDecoration?: string,
553551
textLength?: string,
554552
textRendering?: string,
555-
@as("to")
556-
to_?: string /* use this one. Previous one is deprecated */,
553+
to?: string /* use this one. Previous one is deprecated */,
557554
transform?: string,
558555
u1?: string,
559556
u2?: string,

0 commit comments

Comments
 (0)