SWC Bot
|
2a4b4a3792
|
chore: Publish crates
|
2022-12-12 05:09:19 +00:00 |
|
Alexander Akait
|
19c2ee593d
|
fix(html/parser): Fix parsing of CDATA in the svg context (#6620)
|
2022-12-12 05:05:40 +00:00 |
|
SWC Bot
|
4d4406d5b3
|
chore: Publish crates
|
2022-12-12 02:40:19 +00:00 |
|
SWC Bot
|
8c4bf84ce5
|
chore: Publish crates
|
2022-12-07 02:21:48 +00:00 |
|
Alexander Akait
|
d6e961368b
|
perf(html/parser): Optimize usage of buffers (#6590)
|
2022-12-07 02:18:31 +00:00 |
|
SWC Bot
|
2379fc1fd9
|
chore: Publish crates
|
2022-12-04 05:55:52 +00:00 |
|
SWC Bot
|
cffa11122b
|
chore: Publish crates
|
2022-12-03 00:26:38 +00:00 |
|
SWC Bot
|
ab2e19b601
|
chore: Publish crates
|
2022-12-02 08:01:39 +00:00 |
|
SWC Bot
|
9a4fe8913e
|
chore: Publish crates
|
2022-12-01 05:57:56 +00:00 |
|
Alexander Akait
|
49b7e9e224
|
feat(html/parser): Improve lexer (#6543)
|
2022-12-01 05:54:44 +00:00 |
|
Alexander Akait
|
85a03e71b7
|
refactor(xml/parser): Simplify logic for parsing elements (#6557)
|
2022-12-01 05:01:48 +00:00 |
|
SWC Bot
|
08e1c50737
|
chore: Publish crates
|
2022-11-29 02:43:31 +00:00 |
|
Alexander Akait
|
e3cbe7e9a9
|
fix(html/parser): Fix parsing of cdata (#6534)
|
2022-11-29 02:39:48 +00:00 |
|
SWC Bot
|
5a9aab2392
|
chore: Publish crates
|
2022-11-28 16:00:01 +00:00 |
|
Donny/강동윤
|
b8fe04f720
|
feat(common): Add contexts to the error messages (#6526)
**Description:**
This PR makes the error reporter print contexts.
**Related issue:**
- https://github.com/swc-project/swc/issues/6525.
|
2022-11-29 00:56:47 +09:00 |
|
SWC Bot
|
96a1f93e91
|
chore: Publish crates
|
2022-11-28 07:54:59 +00:00 |
|
SWC Bot
|
59954370cb
|
chore: Publish crates
|
2022-11-20 00:30:30 +00:00 |
|
SWC Bot
|
2088dd4a84
|
chore: Publish crates
|
2022-11-11 22:50:50 +00:00 |
|
SWC Bot
|
75599d5821
|
chore: Publish crates
|
2022-11-02 03:39:31 +00:00 |
|
Alexander Akait
|
3a9065799d
|
perf(html/parser): Refactor (#6313)
|
2022-11-02 03:36:00 +00:00 |
|
SWC Bot
|
a4546a4d22
|
chore: Publish crates
|
2022-10-28 01:27:37 +00:00 |
|
SWC Bot
|
f56d16dcd6
|
chore: Publish crates
|
2022-10-27 03:51:01 +00:00 |
|
Alexander Akait
|
c255cfd716
|
refactor(html/parser): Refactor (#6267)
|
2022-10-27 03:47:37 +00:00 |
|
SWC Bot
|
fd4b66ea8c
|
chore: Publish crates
|
2022-10-27 01:25:04 +00:00 |
|
SWC Bot
|
51132f0636
|
chore: Publish crates
|
2022-10-27 00:19:24 +00:00 |
|
SWC Bot
|
2f05c3fd32
|
chore: Publish crates
|
2022-10-24 03:58:37 +00:00 |
|
Alexander Akait
|
6505c6491a
|
test(html/parser): Resolve TODOs (#6223)
|
2022-10-21 01:03:54 +00:00 |
|
Donny/강동윤
|
725b1185f3
|
test(es/minifier): Add a test for a fixed issue (#6218)
**Related issue (if exists):**
- Closes https://github.com/swc-project/swc/issues/6217.
|
2022-10-20 19:26:27 +00:00 |
|
SWC Bot
|
3f648bdf0f
|
chore: Publish crates
|
2022-10-20 08:59:26 +00:00 |
|
SWC Bot
|
7d5b544458
|
chore: Publish crates
|
2022-10-20 02:56:58 +00:00 |
|
Alexander Akait
|
ba5d272ae1
|
perf(html/parser): Improve performance a bit (#6213)
|
2022-10-20 02:54:22 +00:00 |
|
SWC Bot
|
0c23592d14
|
chore: Publish crates
|
2022-10-20 01:50:04 +00:00 |
|
SWC Bot
|
62a9405acf
|
chore: Publish crates
|
2022-10-19 23:46:12 +00:00 |
|
SWC Bot
|
9de0b6e398
|
chore: Publish crates
|
2022-10-19 23:35:18 +00:00 |
|
Alexander Akait
|
420ba32e8c
|
perf(html/ast): Use Atom for raw (#6210)
|
2022-10-19 23:32:22 +00:00 |
|
SWC Bot
|
3613c00deb
|
chore: Publish crates
|
2022-10-19 15:13:38 +00:00 |
|
Alexander Akait
|
99ea28674a
|
feat(html/ast): Add raw to comment tokens (#6202)
|
2022-10-19 15:10:57 +00:00 |
|
Donny/강동윤
|
27896f4751
|
perf(es/transforms): Exclude old inlining pass (#6203)
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/6194.
|
2022-10-19 04:53:46 +00:00 |
|
SWC Bot
|
b48ec880fd
|
chore: Publish crates
|
2022-10-19 04:00:51 +00:00 |
|
SWC Bot
|
a049ef058b
|
chore: Publish crates
|
2022-10-18 14:51:39 +00:00 |
|
Alexander Akait
|
a4acc7ab07
|
test(html/parser): Refactor tests to make git faster (#6158)
|
2022-10-18 09:20:35 +09:00 |
|
Alexander Akait
|
7a38fde230
|
test(html/parser): Update html5lib-test (#6156)
|
2022-10-17 13:16:50 +00:00 |
|
SWC Bot
|
1affcfe8e8
|
chore: Publish crates
|
2022-10-13 06:12:56 +00:00 |
|
SWC Bot
|
56da9981bb
|
chore: Publish crates
|
2022-10-12 10:06:01 +00:00 |
|
SWC Bot
|
dcb3a4371d
|
chore: Publish crates
|
2022-10-11 23:55:24 +00:00 |
|
SWC Bot
|
018ca946e7
|
chore: Publish crates
|
2022-10-10 13:09:51 +00:00 |
|
SWC Bot
|
5f49ac012e
|
chore: Publish crates
|
2022-10-06 11:38:55 +00:00 |
|
SWC Bot
|
d620ce60ff
|
chore: Publish crates
|
2022-10-02 15:36:08 +00:00 |
|
Donny/강동윤
|
10fb645552
|
chore(ci): Merge CI scripts (#5999)
**Description:**
This PR merges CI scripts, and make integration tests use patched crates.
**Related issue:**
- Closes https://github.com/swc-project/swc/issues/5540.
|
2022-09-30 16:57:15 +09:00 |
|
SWC Bot
|
b2da9f6c8f
|
chore: Publish crates
|
2022-09-30 05:33:21 +00:00 |
|