This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
a54d5654a2
denoland-deno
/
cli
/
tests
/
testdata
/
subdir
/
mt_javascript_jsx.jsx
6 lines
95 B
React
Raw
Normal View
History
Unescape
Escape
fix: remote jsx/tsx files were compiled as js/ts (#3125)
2019-10-16 13:35:04 -04:00
const
React
=
{
Use dprint for internal formatting (#6682)
2020-07-14 15:24:17 -04:00
createElement
(
)
{
}
,
}
;
fix: remote jsx/tsx files were compiled as js/ts (#3125)
2019-10-16 13:35:04 -04:00
const
temp
=
<
div
>
<
/
div
>
;
export
const
loaded
=
true
;
Copy permalink