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-04 07:55:59 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
634d732803
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
bd697f0fda948394.js
7 lines
106 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
(
)
{
Handle comments and improve codegen (#136) swc_ecma_codegen: - Improve codegen - Handle comments swc_ecma_parser: - Handle comments
2019-02-08 07:00:58 +03:00
try
{
feat(es/ast): Add `raw` to `Str` (#4071)
2022-03-22 10:54:08 +03:00
throw
"a"
;
feat(es/codegen): Make the output for empty objects and empty statements pretty (#3171)
2022-01-02 23:54:58 +03:00
}
catch
(
b
)
{
}
Ast (#513) swc_ecmascript: - add `ExprStmt`. - change type of regex.expression and regex.flags.
2019-12-16 12:08:21 +03:00
c
(
)
;
// This must not 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