This website requires JavaScript.
Explore
Register
Sign In
i2p
/
bun-src
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
14
Packages
Projects
Releases
Wiki
Activity
Files
master
bun-src
/
test
/
bundler
/
transpiler
/
react-compiler-fixtures
/
obj-literal-cached-in-if-else.js
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
11 lines
114 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit
2026-08-27 21:09:14 +00:00
function
foo
(
a
,
b
,
c
,
d
)
{
let
x
=
{};
if
(
someVal
)
{
x
=
{
b
};
}
else
{
x
=
{
c
};
}
return
x
;
}
Reference in New Issue
Copy Permalink