File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
tests/syntax_tests/data/ppx/react/expected Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,13 @@ module C0 = {
2525 | None => module(M: S)
2626 }
2727 let module(C: S) = __component_value
28- (React.jsx(C.make, {}): React.element)
28+ (React.jsx(@res.jsxComponentPath C.make, {}): React.element)
2929 }
3030 let make = {
3131 let \"DefaultPatternProp$C0" = (props: props<_>) => make(props)
3232
3333 \"DefaultPatternProp$C0"
3434 }
3535}
36+ let \"DefaultPatternProp$C0$M" = C0.M.make and \"DefaultPatternProp$C0$M$jsx" = true
37+ let \"DefaultPatternProp$C0" = C0.make and \"DefaultPatternProp$C0$jsx" = true
Original file line number Diff line number Diff line change @@ -49,4 +49,5 @@ module Async = {
4949}
5050let \"ReturnConstraint$Standard" = Standard.make and \"ReturnConstraint$Standard$jsx" = true
5151let \"ReturnConstraint$ForwardRef" = ForwardRef.make and \"ReturnConstraint$ForwardRef$jsx" = true
52+ let \"ReturnConstraint$WithProps" = WithProps.make and \"ReturnConstraint$WithProps$jsx" = true
5253let \"ReturnConstraint$Async" = Async.make and \"ReturnConstraint$Async$jsx" = true
Original file line number Diff line number Diff line change @@ -76,3 +76,10 @@ module V4A7 = {
7676 \"SharedPropsWithProps$V4A7"
7777 }
7878}
79+ let \"SharedPropsWithProps$V4A1" = V4A1.make and \"SharedPropsWithProps$V4A1$jsx" = true
80+ let \"SharedPropsWithProps$V4A2" = V4A2.make and \"SharedPropsWithProps$V4A2$jsx" = true
81+ let \"SharedPropsWithProps$V4A3" = V4A3.make and \"SharedPropsWithProps$V4A3$jsx" = true
82+ let \"SharedPropsWithProps$V4A4" = V4A4.make and \"SharedPropsWithProps$V4A4$jsx" = true
83+ let \"SharedPropsWithProps$V4A5" = V4A5.make and \"SharedPropsWithProps$V4A5$jsx" = true
84+ let \"SharedPropsWithProps$V4A6" = V4A6.make and \"SharedPropsWithProps$V4A6$jsx" = true
85+ let \"SharedPropsWithProps$V4A7" = V4A7.make and \"SharedPropsWithProps$V4A7$jsx" = true
You can’t perform that action at this time.
0 commit comments