David Sherret
|
708efebac9
|
Fix comment line's end to be on same line (#544)
- fix comment line's end to be on same line.
|
2019-12-30 11:09:45 +09:00 |
|
강동윤
|
702800e0d9
|
Attach comments to correct node (#541)
|
2019-12-28 22:02:58 +09:00 |
|
강동윤
|
7715c2626b
|
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 14:40:22 +09:00 |
|
강동윤
|
1b28766c26
|
Improve comment api (#277)
swc_ecma_parser:
- parser now take comments by reference
|
2019-02-26 13:56:58 +09:00 |
|
강동윤
|
f9be576e02
|
Ecmascript codegen (#40)
Comment is not fully supported yet
|
2018-10-25 13:17:05 +09:00 |
|