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
/
destructure-string-literal-property-key.js
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
js
10 lines
149 Bytes
Copy permalink
Copy
Raw
1
function
foo
()
{
2
const
{
data
:
t
}
=
{
data
:
1
};
3
return
t
;
4
}
5
6
export
const
FIXTURE_ENTRYPOINT
=
{
7
fn
:
foo
,
8
params
:
[],
9
isComponent
:
false
,
10
};