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-21 04:32:01 +03:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
9b8bfb2455
swc
/
ecmascript
/
codegen
/
tests
/
references
/
c7e5fba8bf3854cd.js
5 lines
48 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
(
)
{
'use strict'
;
Fix Bugs (#205) swc_ecma_codegen: - escape characters (#204) swc_ecma_parser: - fix parsing of `<!--` swc_ecma_transforms: - promote VarCollector to crate-level utility - fix es3::member_expr_lits (#206) - fix es2015::duplicate_keys pass (#203) - improve fixer (paren for assignment) (#201) - improve fixer (arrow expression) (#207) - make typescript pass strip out type-only exports (#196)
2019-02-14 05:03:06 +03:00
'\0'
;
Ecmascript codegen (#40) Comment is not fully supported yet
2018-10-25 07:17:05 +03:00
}
(
)
)
;
Reference in New Issue
Copy Permalink