Donny/강동윤
|
b34f1adbcc
|
build(cargo): Update rustc to 2023-07-03 (#7623)
|
2023-07-05 03:50:43 +00:00 |
|
SWC Bot
|
cba986807a
|
chore: Publish crates
|
2023-06-30 07:43:11 +00:00 |
|
Donny/강동윤
|
68503726a7
|
fix(es/parser): Re-lex << as two < -s if required (#7439)
**Related issue:**
- Closes #7187.
|
2023-06-30 07:41:19 +00:00 |
|
SWC Bot
|
efc1afd96a
|
chore: Publish crates
|
2023-06-29 14:15:31 +00:00 |
|
Donny/강동윤
|
bcd5a1d666
|
feat(es/compat): Implement transform for explicit resource management (#7376)
**Related issue:**
- Closes #7316.
- Closes #7369.
|
2023-06-29 14:13:43 +00:00 |
|
SWC Bot
|
b4ae28b053
|
chore: Publish crates
|
2023-06-26 04:02:12 +00:00 |
|
Donny/강동윤
|
9d5dda1299
|
fix(es/parser): Adjust context while parsing type arguments of TypeScript type queries (#7582)
**Related issue:**
- Closes #7580.
|
2023-06-26 04:00:00 +00:00 |
|
SWC Bot
|
4efefb0f4e
|
chore: Publish crates
|
2023-06-23 02:28:10 +00:00 |
|
SWC Bot
|
8c1436aaf5
|
chore: Publish crates
|
2023-06-22 13:40:52 +00:00 |
|
Donny/강동윤
|
d57d0d3ad3
|
build(cargo): Update deps (#7566)
|
2023-06-22 13:37:35 +00:00 |
|
SWC Bot
|
33355cf707
|
chore: Publish crates
|
2023-06-22 07:43:38 +00:00 |
|
Donny/강동윤
|
d12dc70c91
|
build(cargo): Update deps (#7564)
|
2023-06-22 07:40:41 +00:00 |
|
SWC Bot
|
f9c5265bde
|
chore: Publish crates
|
2023-06-21 15:44:11 +00:00 |
|
SWC Bot
|
c023a03d7b
|
chore: Publish crates
|
2023-06-21 03:18:22 +00:00 |
|
SWC Bot
|
fec056f5db
|
chore: Publish crates
|
2023-06-20 03:21:20 +00:00 |
|
SWC Bot
|
44aac8fe27
|
chore: Publish crates
|
2023-06-19 05:51:51 +00:00 |
|
SWC Bot
|
08574e690b
|
chore: Publish crates
|
2023-06-12 08:04:50 +00:00 |
|
Donny/강동윤
|
3958f1792c
|
refactor(es/ast): Remove unused fields (#7518)
**Related issue:**
- Closes #7347.
- Closes #7487.
|
2023-06-12 08:02:34 +00:00 |
|
SWC Bot
|
96895b1f3f
|
chore: Publish crates
|
2023-06-12 06:49:35 +00:00 |
|
Donny/강동윤
|
aa83584634
|
refactor(es/ast): Reimplement optional chaining (#7441)
**Related issue:**
- Closes #7003.
- Closes #7156.
|
2023-06-12 06:47:40 +00:00 |
|
SWC Bot
|
cea1237c5e
|
chore: Publish crates
|
2023-06-12 01:39:32 +00:00 |
|
Pig Fang
|
6c00a2422a
|
feat(es/parser): Disallow tagged tpl in optional chaining (#7515)
|
2023-06-12 01:37:39 +00:00 |
|
SWC Bot
|
a63905aa2c
|
chore: Publish crates
|
2023-05-30 05:18:06 +00:00 |
|
Donny/강동윤
|
8274cce9a7
|
test(es/parser): Add a test for a fixed issue (#7467)
**Related issue:**
- Closes #7456.
|
2023-05-30 04:35:07 +00:00 |
|
SWC Bot
|
a85816d505
|
chore: Publish crates
|
2023-05-25 04:54:11 +00:00 |
|
Donny/강동윤
|
77850dd8f0
|
fix(es/parser): Fix parsing of generic jsx element name (#7449)
**Related issue:**
- Closes #7444.
|
2023-05-25 13:52:14 +09:00 |
|
SWC Bot
|
6c3ff01a53
|
chore: Publish crates
|
2023-05-24 07:48:00 +00:00 |
|
SWC Bot
|
c1f2b4a09f
|
chore: Publish crates
|
2023-05-24 06:59:37 +00:00 |
|
Donny/강동윤
|
a37d59a134
|
fix(es/parser): Fix parsing of tsx with a type annotation in a conditional expression (#7440)
**Related issue:**
- Closes #7224.
|
2023-05-24 15:57:50 +09:00 |
|
SWC Bot
|
b95cd8444e
|
chore: Publish crates
|
2023-05-24 06:27:35 +00:00 |
|
Donny/강동윤
|
33a922b6f8
|
fix(es/parser): Allow using package as a parameter name in interface (#7438)
**Related issue:**
- Closes #7186.
|
2023-05-24 06:25:39 +00:00 |
|
SWC Bot
|
47114702ef
|
chore: Publish crates
|
2023-05-23 05:30:42 +00:00 |
|
Donny/강동윤
|
1cab43f17d
|
fix(es/parser): Reset class context (#7433)
**Related issue:**
- Closes #7428.
|
2023-05-23 05:28:56 +00:00 |
|
SWC Bot
|
135c4fd16b
|
chore: Publish crates
|
2023-05-18 08:20:26 +00:00 |
|
Donny/강동윤
|
57ad722d06
|
fix(es/parser): Fix parsing of > in typescript mode (#7407)
**Related issue:**
- Closes #7403.
|
2023-05-18 08:18:27 +00:00 |
|
SWC Bot
|
8052d4dabd
|
chore: Publish crates
|
2023-05-17 04:53:45 +00:00 |
|
Donny/강동윤
|
1d3f32056c
|
fix(es/parser): Fix parsing of module identifier (#7400)
**Related issue:**
- Closes #4176.
- Closes #7372.
|
2023-05-17 04:51:57 +00:00 |
|
Donny/강동윤
|
eaba323581
|
test(es/parser): Add a test for a fixed issue (#7398)
**Related issue:**
- Closes #6976.
|
2023-05-16 12:31:05 +00:00 |
|
SWC Bot
|
da0c612d85
|
chore: Publish crates
|
2023-05-16 05:18:57 +00:00 |
|
SWC Bot
|
5e3d156aca
|
chore: Publish crates
|
2023-05-15 03:20:03 +00:00 |
|
SWC Bot
|
a71d5b2180
|
chore: Publish crates
|
2023-05-14 05:23:11 +00:00 |
|
Austaras
|
fa7a3521f5
|
fix(es/parser): Fix >= with type instantiate (#7388)
|
2023-05-14 05:21:13 +00:00 |
|
SWC Bot
|
e88ae37a0c
|
chore: Publish crates
|
2023-05-12 00:47:49 +00:00 |
|
SWC Bot
|
65785bdf21
|
chore: Publish crates
|
2023-05-10 04:19:21 +00:00 |
|
Donny/강동윤
|
041b491466
|
feat(es/parser): Implement explicit resource management (#7322)
**Description:**
- Add `UsingDecl`.
- Add `UsingDecl` to `Decl`.
- Rename `VarDeclOrPat` to `ForHead`.
- Add `UsingDecl` to `ForHead`.
- Implement parser for using declarations.
**Related issue:**
- #7316.
|
2023-05-10 04:16:44 +00:00 |
|
SWC Bot
|
7fc9b00443
|
chore: Publish crates
|
2023-05-08 03:40:27 +00:00 |
|
SWC Bot
|
aef5ac4812
|
chore: Publish crates
|
2023-05-06 03:56:38 +00:00 |
|
SWC Bot
|
767284e27f
|
chore: Publish crates
|
2023-04-29 13:28:01 +00:00 |
|
magic-akari
|
985f0cad06
|
fix(es/parser): Parse decorators after export (#7340)
|
2023-04-29 22:26:13 +09:00 |
|
Donny/강동윤
|
603f22de76
|
test(es): Update tsc test suite (#7323)
|
2023-04-24 14:59:19 +00:00 |
|