This website requires JavaScript.
Explore
Help
Sign In
swc-project
/
swc
Watch
1
Star
1
Fork
0
You've already forked swc
mirror of
https://github.com/swc-project/swc.git
synced
2024-12-20 04:01:39 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
8f5daa3bbb
swc
/
tests
/
fixture
/
issue-1479
/
case-es5
/
output
/
index.tsx
4 lines
70 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat(es/transforms/react): Add pure annotation comments (#1564) swc_ecma_transforms_react: - Add pure annotations for react.
2021-04-11 09:09:27 +03:00
var
a
=
/*#__PURE__*/
React
.
createElement
(
"div"
,
{
fix(es/transforms/react): Handle jsx entities in attributes correctly (#1501) swc_ecma_transforms_react: - Fix jsx entities in attribute values. (#1479)
2021-03-27 15:06:47 +03:00
id
:
"abc>"
}
)
;
Reference in New Issue
Copy Permalink