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
/
trivial.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
9 lines
132 Bytes
Copy permalink
Copy
Raw
1
function
foo
(
x
)
{
2
return
x
;
3
}
4
5
export
const
FIXTURE_ENTRYPOINT
=
{
6
fn
:
foo
,
7
params
:
[
'
TodoAdd
'
],
8
isComponent
:
'
TodoAdd
'
,
9
};