Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
compiler
/
packages
/
babel-plugin-react-compiler
/
src
/
__tests__
/
fixtures
/
compiler
/
memoize-value-block-value-logical.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
10 lines
140 Bytes
Copy permalink
Copy
Raw
1
function
Foo
(
props
)
{
2
let
x
;
3
true
&&
((
x
=
[]),
null
);
4
return
x
;
5
}
6
7
export
const
FIXTURE_ENTRYPOINT
=
{
8
fn
:
Foo
,
9
params
:
[{}],
10
};