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
/
jsx-html-entity.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
8 lines
138 Bytes
Copy permalink
Copy
Raw
1
function
Component
()
{
2
return
<
div
>&
gt
;
&
lt
;
span
&
amp
;
<
/div>
;
3
}
4
5
export
const
FIXTURE_ENTRYPOINT
=
{
6
fn
:
Component
,
7
params
:
[{}],
8
};