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-22 13:11:31 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
7715c2626b
swc
/
ecmascript
/
codegen
/
tests
/
references
/
2c4b264884006a8e.js
8 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Ecmascript codegen (#40) Comment is not fully supported yet
2018-10-25 07:17:05 +03:00
(
function
(
)
{
throw
'a'
;
Improve comment api (#277) swc_ecma_parser: - parser now take comments by reference
2019-02-26 07:56:58 +03:00
with
(
b
)
;
// This should be removed.
Issues (#404, #406, #407) (#408) swc_ecma_transforms: - fix mis-referencing caused by destructuring (#404) - fix invalid code generated by comment on arrow functions (#406) - fix string concatation of template literal (#407) - hygiene: fix rewriting of object pattern - fix test module to prevent SIGILL - fix module import order (using IndexMap)
2019-09-18 08:40:22 +03:00
// This should be removed.
Ecmascript codegen (#40) Comment is not fully supported yet
2018-10-25 07:17:05 +03:00
}
(
)
)
;
Reference in New Issue
Copy Permalink