Boshen
|
6670d94708
|
chore(rust): remove unnecessary clippy::non_upper_case_globals (#1557)
|
2023-11-27 14:31:38 +08:00 |
|
magic-akari
|
9ff0ffcc6f
|
feat(ast): implement new proposal-import-attributes (#1476)
- [Import Attributes](https://tc39.es/proposal-import-attributes)
|
2023-11-25 15:56:09 +08:00 |
|
Boshen
|
a455c81db6
|
fix(linter): revert changes to JSX attribute strings (#1101)
|
2023-10-30 15:26:04 +08:00 |
|
Boshen
|
6295f9ce18
|
fix(ast): jsx attribute value and text child should be jsx string (#1089)
|
2023-10-29 15:32:24 +08:00 |
|
Wenzhe Wang
|
cef78accf0
|
feat(codegen): indent inner class (#1085)
|
2023-10-29 15:03:30 +08:00 |
|
Boshen
|
e8a4e81298
|
feat(transformer): implement some of jsx decode entities (#1086)
|
2023-10-29 14:57:39 +08:00 |
|
Wenzhe Wang
|
094dfa5604
|
feat: support filter exec snap (#1084)
Co-authored-by: Boshen <boshenc@gmail.com>
|
2023-10-29 05:39:32 +00:00 |
|
Boshen
|
af1a76bafa
|
feat(transformer): implement some of needs_explicit_esm for typescript (#1047)
Co-authored-by: magic-akari <akari.ccino@gmail.com>
|
2023-10-24 17:30:01 +08:00 |
|
Boshen
|
854b55a3e6
|
feat(codegen): json strings proposal (#1039)
|
2023-10-23 18:29:30 +08:00 |
|
Boshen
|
dfee8539f0
|
feat(transformer): add utils to make logical_assignment_operators pass (#1017)
|
2023-10-20 16:27:23 +08:00 |
|
Boshen
|
678db1d955
|
feat(transformer): ES2020 Nullish Coalescing Operator (#1004)
The test runner needs an update for reading options.jon, which I'll work
on in the up coming PR.
|
2023-10-16 21:45:58 +08:00 |
|
Wenzhe Wang
|
0e9104477f
|
feat: adjust the order of print semicolon (#1003)
Add a number of semicolons to our minifier test cases.
|
2023-10-16 21:33:15 +08:00 |
|
Boshen
|
1f1eb6c497
|
chore: fix spelling
|
2023-10-16 15:33:47 +08:00 |
|
Boshen
|
4886d408eb
|
chore(clippy): enable undocumented_unsafe_blocks
|
2023-10-16 15:18:14 +08:00 |
|
Boshen
|
110059ffb7
|
refactor(rust): change RefCell.clone().into_inner() to RefCell.get()
|
2023-10-16 11:26:38 +08:00 |
|
Wenzhe Wang
|
6c18b3e8ec
|
feat(codegen): beauty class print (#995)
|
2023-10-15 16:37:01 +08:00 |
|
Boshen
|
f32bf27106
|
fix(codegen): fix some typescript codegen problems (#989)
|
2023-10-13 16:23:48 +08:00 |
|
Boshen
|
e0ca09b1c9
|
feat(codegen): implement the basics of non-minifying codegen (#987)
|
2023-10-13 13:34:21 +08:00 |
|
Boshen
|
809f050a5f
|
feat(codegen): move minifying printer to codegen crate (#985)
|
2023-10-12 14:56:30 +08:00 |
|
Boshen
|
f28d96c378
|
feat(codegen): initialize the codegen crate and struct (#983)
|
2023-10-12 10:41:44 +08:00 |
|