Alexander Akait
|
7f8ba9c22c
|
feat(css/parser): Normalize at-rule names (#6676)
|
2022-12-19 08:30:06 +00:00 |
|
Alexander Akait
|
c01464e452
|
feat(css/parser): Normalize URL functions (#6675)
|
2022-12-19 07:53:29 +00:00 |
|
Alexander Akait
|
3d3863dc1f
|
feat(css/parser): Normalize dimension (#6654)
|
2022-12-16 04:04:07 +00:00 |
|
Alexander Akait
|
1fc97a7cea
|
feat(css/parser): Normalize declaration and important (#6663)
|
2022-12-16 02:34:18 +00:00 |
|
Alexander Akait
|
87e1efd98c
|
test(css/parser): Add a test (#6666)
|
2022-12-16 08:55:05 +09:00 |
|
Alexander Akait
|
649438b76a
|
feat(css/parser): Normalize selector AST (#6657)
|
2022-12-15 06:55:22 +00:00 |
|
Alexander Akait
|
b257d5d591
|
feat(css/parser): Normalize hex colors (#6652)
|
2022-12-15 04:34:07 +00:00 |
|
Alexander Akait
|
7d3aa66bb8
|
perf(html/minifier): Reduce allocations (#6623)
|
2022-12-13 12:34:55 +09:00 |
|
Alexander Akait
|
cb49fa6f1d
|
feat(css/minifier): Support to and from with initial (#6613)
|
2022-12-12 02:36:48 +00:00 |
|
Donny/강동윤
|
b4eef53680
|
feat(css/ast): Make AST intuitive (#6606)
|
2022-12-09 02:27:19 +00:00 |
|
Alexander Akait
|
252edb550b
|
perf(css/parser): Reduce number of function calls (#6587)
|
2022-12-07 01:45:03 +00:00 |
|
Alexander Akait
|
8633d27df0
|
perf(css/ast): Reduce token size (#6569)
|
2022-12-06 01:58:29 +00:00 |
|
Alexander Akait
|
4d422b6228
|
test(css/parser): Move vendor tests (#6564)
|
2022-12-02 04:27:09 +00:00 |
|
Alexander Akait
|
db1eb483fd
|
fix(css/parser): Fix recovery more for invalid component values in declaration value (#6560)
|
2022-12-01 06:26:47 +00:00 |
|
Donny/강동윤
|
7ee86d1d25
|
test: Use correct extensions for fixture tests (#6539)
|
2022-11-29 09:47:56 +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 |
|
Alexander Akait
|
983ab91435
|
refactor(css/parser): Refactor parser (#6395)
|
2022-11-11 07:27:19 +00:00 |
|
Alexander Akait
|
ec2c021255
|
perf(css/ast): Use Atom for raw values (#6401)
|
2022-11-11 01:24:11 +00:00 |
|
Alexander Akait
|
d18eaf1698
|
fix(css/parser): Fix parsing of <general-enclosed> (#6380)
|
2022-11-10 12:37:14 +09:00 |
|
Alexander Akait
|
bea6cce0c6
|
perf(css): Reduce size of tokens (#6384)
|
2022-11-10 01:36:53 +00:00 |
|
Alexander Akait
|
f4832247bc
|
fix(css/parser): Fix parsing of supports() (#6333)
|
2022-11-08 01:32:48 +00:00 |
|
Alexander Akait
|
e0967efa6e
|
feat(css/parser): Support new nesting spec (#6337)
|
2022-11-03 15:08:23 +00:00 |
|
Alexander Akait
|
6cafeb2bcc
|
refactor(css/parser): Refactor even more (#6288)
|
2022-10-29 08:28:39 +00:00 |
|
Alexander Akait
|
2813acccc2
|
fix(css/parser): Fix various issues (#6281)
|
2022-10-28 04:34:23 +00:00 |
|
Alexander Akait
|
c3944ba239
|
fix(css/parser): Fix parsing of colors (#6260)
|
2022-10-27 01:55:06 +00:00 |
|
Alexander Akait
|
4c293f965b
|
test(css/parser): Add tests for refactoring (#6262)
|
2022-10-26 22:58:59 +00:00 |
|
Alexander Akait
|
a0e4684476
|
refactor(css/parser): Refactor more (#6251)
|
2022-10-26 19:22:27 +09:00 |
|
Donny/강동윤
|
6341554628
|
fix(css/parser): Add more error recovery (#6240)
|
2022-10-24 03:11:27 +00:00 |
|
Alexander Akait
|
e4fe8403d7
|
refactor(css/parser): Fix parsing of declarations (#6234)
|
2022-10-22 22:50:19 +00:00 |
|
Alexander Akait
|
ac619e88bf
|
refactor(css/parser): Use new approach for parsing invalid tokens (#6224)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2022-10-22 04:21:40 +00:00 |
|
Alexander Akait
|
6c170e59c7
|
refactor(css/ast): Refactor dashed ident (#6198)
|
2022-10-19 03:58:16 +00:00 |
|
Alexander Akait
|
d46a19b554
|
feat(css/ast): Support @custom-media at-rule (#6152)
|
2022-10-17 12:40:00 +00:00 |
|
Alexander Akait
|
26aeb18c0c
|
fix(css/parser): Improve handling of math functions in at-rules (#6140)
|
2022-10-14 14:46:36 +00:00 |
|
Alexander Akait
|
e63fa28008
|
fix(css/ast): Fix AST types for simple block (#6131)
|
2022-10-13 05:31:34 +00:00 |
|
Vincent Ricard
|
205a317c4d
|
feat(css/minifier): Compute calc expressions (#5966)
|
2022-10-12 10:03:14 +00:00 |
|
Alexander Akait
|
c765f0ff73
|
fix(css/ast): Fix AST types for namespace (#6112)
|
2022-10-12 02:57:43 +00:00 |
|
Alexander Akait
|
6b3f4bb1c6
|
feat(css/ast): Add AST types for gradients (#6111)
|
2022-10-11 14:36:05 +09:00 |
|
Alexander Akait
|
1938ed26a1
|
feat(css/ast): Support ::highlight() (#6109)
|
2022-10-11 03:56:32 +00:00 |
|
Alexander Akait
|
b71dd3ec05
|
feat(css/ast): Support <general-enclosed> for @media at-rules (#6082)
|
2022-10-07 14:51:53 +00:00 |
|
Alexander Akait
|
0a61374d02
|
feat(css/ast): Support @container at-rule (#6076)
|
2022-10-07 04:07:49 +00:00 |
|
Alexander Akait
|
7d7c2d3a9c
|
perf(css/minifier): Merge all passes (#5971)
|
2022-09-28 22:54:08 +00:00 |
|
Jason
|
64694dc7d5
|
fix(css/parser): Report an error for invalid layer in @import (#5928)
|
2022-09-22 06:53:34 +00:00 |
|
Alexander Akait
|
2bf24195f2
|
feat(css/parser): Parse more math functions in @media (#5904)
|
2022-09-20 10:45:49 +09:00 |
|
Alexander Akait
|
7f62fa6227
|
perf(html): Reduce memory usage (#5867)
|
2022-09-15 04:17:05 +00:00 |
|
Alexander Akait
|
ccd618ce54
|
perf(html/minifier): Improve performance (#5838)
|
2022-09-13 14:01:41 +09:00 |
|
Donny/강동윤
|
7391cc99b1
|
perf(css/minifier): Use JsWord instead of &str (#5806)
|
2022-09-10 07:20:51 +00:00 |
|
Alexander Akait
|
5c28d00516
|
fix(css/parser): Improve parsing of media queries (#5567)
|
2022-08-30 03:18:43 +00:00 |
|
Alexander Akait
|
e2aca46889
|
feat(css): Support forgiving selector (#5539)
|
2022-08-29 15:25:48 +00:00 |
|
Alexander Akait
|
eebdfdb2a0
|
feat(css/parser): Parse @font-feature-values at-rule (#5468)
|
2022-08-13 10:39:45 +00:00 |
|
Alexander Akait
|
83651c297d
|
fix(css): Fix parsing of layer (#5290)
|
2022-07-26 02:33:53 +00:00 |
|