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-27 07:34:20 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
b8933e3db9
swc
/
tests
/
fixture
/
issue-1233
/
case-1
/
output
/
index.js
6 lines
108 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix bugs (#1241) swc_ecma_codegen: - Print multiline string correctly. (#1233) swc_ecma_transforms: - `optional_chaining`: Ensure that #1149 is fixed. (#1149) - `async_to_generator`: Remove method parameters. (#1215, #1235) - `regenerator`: Don't emit useless expressions. (#1125) - `regenerator`: Track `finally` properly. (#1125) spack: - LRU cache for resolver.
2020-11-30 13:20:21 +03:00
function
Component
(
)
{
feat(es/transforms/compat): Add pure comment to classes (#1646) swc_ecma_transforms_compat: - Add pure annotations while tranpiling classes.
2021-05-08 09:47:20 +03:00
return
(
/*#__PURE__*/
React
.
createElement
(
"div"
,
{
fix(swc): Fix bugs (#2396) swc_ecma_codegen: - Check for comments deeply while emitting a return statement. swc_ecma_transforms_react: - Fix handling of texts in attributes.
2021-10-10 12:19:47 +03:00
name
:
"A B"
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
}
)
)
;
Fix bugs (#1241) swc_ecma_codegen: - Print multiline string correctly. (#1233) swc_ecma_transforms: - `optional_chaining`: Ensure that #1149 is fixed. (#1149) - `async_to_generator`: Remove method parameters. (#1215, #1235) - `regenerator`: Don't emit useless expressions. (#1125) - `regenerator`: Track `finally` properly. (#1125) spack: - LRU cache for resolver.
2020-11-30 13:20:21 +03:00
}
Reference in New Issue
Copy Permalink