Skip to content

Commit 04a5846

Browse files
committed
update analysis/gentype tests
1 parent e3ad8b0 commit 04a5846

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

tests/analysis_tests/tests/src/expected/CreateInterface.res.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ module OrderedSet: {
132132
}
133133
let make: (~id: module(Belt.Id.Comparable with type identity = 'a and type t = 'b)) => t<'b, 'a>
134134
}
135+
let CreateInterface$Mod: Mod.props<string> => React.element
136+
let CreateInterface$Mod$jsx: bool
137+
let CreateInterface$Memo: React.component<Memo.props<string>>
138+
let CreateInterface$Memo$jsx: bool
135139
let CreateInterface$ComponentWithPolyProp: ComponentWithPolyProp.props<
136140
[< #large | #small],
137141
> => React.element

tests/gentype_tests/typescript-react-example/src/Hooks.res.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/gentype_tests/typescript-react-example/src/JSXV4.res.js

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)