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-03 00:54:25 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
4e860c988d
swc
/
crates
/
swc_ecma_codegen
/
tests
/
test262
/
9f23d57c37e238cb.js
6 lines
78 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Improve comment api (#277) swc_ecma_parser: - parser now take comments by reference
2019-02-26 07:56:58 +03:00
/
*
*
*
@
type
{
number
}
codegen: Don't emit newline after a block comment (#1062)
2020-09-11 09:09:35 +03:00
*
/ var a = 1, /
*
*
Improve comment api (#277) swc_ecma_parser: - parser now take comments by reference
2019-02-26 07:56:58 +03:00
*
@
type
{
number
}
codegen: Don't emit newline after a block comment (#1062)
2020-09-11 09:09:35 +03:00
*
/
b
=
2
;
Reference in New Issue
Copy Permalink