Alexander Akait
|
2bf24195f2
|
feat(css/parser): Parse more math functions in @media (#5904)
|
2022-09-20 10:45:49 +09:00 |
|
Donny/강동윤
|
f0ca487848
|
chore: Publish crates
|
2022-09-16 15:46:25 +09:00 |
|
SWC Bot
|
1d633e8ba7
|
chore: Publish crates
|
2022-09-15 06:08:07 +00:00 |
|
SWC Bot
|
ec8bb432b9
|
chore: Publish crates
|
2022-09-15 05:23:46 +00:00 |
|
Alexander Akait
|
7f62fa6227
|
perf(html): Reduce memory usage (#5867)
|
2022-09-15 04:17:05 +00:00 |
|
Donny/강동윤
|
dfb01bde71
|
refactor: Refactor code using clippy (#5863)
**Description:**
I temporarily updated rustc to use newer version of `cargo clippy`.
|
2022-09-14 15:05:59 +00:00 |
|
SWC Bot
|
d35792f424
|
chore: Publish crates
|
2022-09-14 07:56:20 +00:00 |
|
SWC Bot
|
8432c0a1ad
|
chore: Publish crates
|
2022-09-14 07:19:24 +00:00 |
|
SWC Bot
|
d16fb9a8cf
|
chore: Publish crates
|
2022-09-13 05:04:36 +00:00 |
|
Alexander Akait
|
ccd618ce54
|
perf(html/minifier): Improve performance (#5838)
|
2022-09-13 14:01:41 +09:00 |
|
SWC Bot
|
9f28c246dc
|
chore: Publish crates
|
2022-09-12 04:34:08 +00:00 |
|
SWC Bot
|
7811ceea3b
|
chore: Publish crates
|
2022-09-11 13:59:34 +00:00 |
|
Donny/강동윤
|
4f119b2693
|
perf(css): Optimize memory layout of ast types (#5823)
|
2022-09-11 13:56:48 +00:00 |
|
SWC Bot
|
0fe3ee682a
|
chore: Publish crates
|
2022-09-10 10:06:02 +00:00 |
|
Donny/강동윤
|
72a8b608d6
|
perf(css/parser): Skip whiltespace from lexer (#5810)
**Description:**
Lexer can handle it more efficiently.
|
2022-09-10 10:01:45 +00:00 |
|
SWC Bot
|
f739976bdd
|
chore: Publish crates
|
2022-09-10 09:21:51 +00:00 |
|
Donny/강동윤
|
91ed13e098
|
perf(css/parser): Remove needless branching (#5809)
|
2022-09-10 18:18:47 +09:00 |
|
SWC Bot
|
53b134f80b
|
chore: Publish crates
|
2022-09-10 08:35:20 +00:00 |
|
Donny/강동윤
|
96cc888ef2
|
perf(css/parser): Use ascii operations (#5808)
**Description:**
We don't need Unicode handling in these cases.
|
2022-09-10 08:32:35 +00:00 |
|
SWC Bot
|
417b1f2a92
|
chore: Publish crates
|
2022-09-10 07:23:37 +00:00 |
|
Donny/강동윤
|
7391cc99b1
|
perf(css/minifier): Use JsWord instead of &str (#5806)
|
2022-09-10 07:20:51 +00:00 |
|
SWC Bot
|
575940e770
|
chore: Publish crates
|
2022-09-09 08:09:53 +00:00 |
|
SWC Bot
|
701fa74631
|
chore: Publish crates
|
2022-09-09 05:05:59 +00:00 |
|
SWC Bot
|
d2188eac3f
|
chore: Publish crates
|
2022-09-08 04:28:01 +00:00 |
|
SWC Bot
|
bad9811ea8
|
chore: Publish crates
|
2022-09-07 06:16:59 +00:00 |
|
OJ Kwon
|
d6e67b5944
|
feat(atoms): Introduce bytecheck-ed rkyv version (#5686)
|
2022-09-03 14:29:02 +09:00 |
|
Donny/강동윤
|
cfc3880379
|
chore: Publish crates
|
2022-08-30 12:27:05 +09:00 |
|
Alexander Akait
|
5c28d00516
|
fix(css/parser): Improve parsing of media queries (#5567)
|
2022-08-30 03:18:43 +00:00 |
|
SWC Bot
|
213d8b9ab5
|
chore: Publish crates
|
2022-08-29 15:29:16 +00:00 |
|
Alexander Akait
|
e2aca46889
|
feat(css): Support forgiving selector (#5539)
|
2022-08-29 15:25:48 +00:00 |
|
OJ Kwon
|
1769191f9a
|
chore(swc_core): Update dependency version (#5595)
|
2022-08-23 10:10:30 +09:00 |
|
SWC Bot
|
0f5d02568b
|
chore: Publish crates
|
2022-08-20 01:52:20 +00:00 |
|
Alexander Akait
|
a3c1ac67d7
|
feat(css/ast): Make keyword optional (#5543)
|
2022-08-20 01:49:27 +00:00 |
|
OJ Kwon
|
76797b1fc1
|
build(bindings): Bump up swc_core (#5484)
|
2022-08-14 07:48:15 +00:00 |
|
Alexander van Ratingen
|
8fde2ab07b
|
chore: Typo (#5478)
|
2022-08-13 11:53:59 +00:00 |
|
SWC Bot
|
31d297356b
|
chore: Publish crates
|
2022-08-13 10:42:00 +00:00 |
|
Alexander Akait
|
eebdfdb2a0
|
feat(css/parser): Parse @font-feature-values at-rule (#5468)
|
2022-08-13 10:39:45 +00:00 |
|
Donny/강동윤
|
925839adc6
|
chore: Publish crates
|
2022-08-13 19:11:26 +09:00 |
|
Donny/강동윤
|
1b089be611
|
chore: Publish crates
|
2022-08-13 14:09:52 +09:00 |
|
SWC Bot
|
a95af3b52c
|
chore: Publish crates
|
2022-08-13 04:08:02 +00:00 |
|
Alexander Akait
|
555b6a3734
|
fix(css/ast): Use list of component values for error recovery (#5467)
|
2022-08-13 13:05:29 +09:00 |
|
Donny/강동윤
|
d2f2a1315b
|
chore: Publish crates
|
2022-08-13 00:49:08 +09:00 |
|
Donny/강동윤
|
3eb1f4b2b1
|
chore(ci): Fix lints (#5462)
|
2022-08-12 13:13:35 +00:00 |
|
Donny/강동윤
|
033e05677a
|
chore: Publish crates
|
2022-08-12 15:18:06 +09:00 |
|
OJ Kwon
|
e25b37d579
|
build(atoms): Bump swc_atoms (#5442)
|
2022-08-11 18:52:44 +09:00 |
|
SWC Bot
|
cdb9bbd707
|
chore: Publish crates
|
2022-08-08 03:00:13 +00:00 |
|
SWC Bot
|
f0488d60bc
|
chore: Publish crates
|
2022-07-30 04:43:02 +00:00 |
|
Alexander Akait
|
8f81104380
|
fix(css/ast): Support list of component values (#5321)
|
2022-07-30 04:40:54 +00:00 |
|
OJ Kwon
|
5c9ea16b2a
|
build(cargo): Update packages (#5331)
|
2022-07-29 08:30:41 +09:00 |
|
SWC Bot
|
129a886e13
|
chore: Publish crates
|
2022-07-27 04:18:47 +00:00 |
|
SWC Bot
|
8a9492661d
|
chore: Publish crates
|
2022-07-26 02:35:58 +00:00 |
|
Alexander Akait
|
83651c297d
|
fix(css): Fix parsing of layer (#5290)
|
2022-07-26 02:33:53 +00:00 |
|
Donny/강동윤
|
a37fdca969
|
chore: Publish crates
|
2022-07-22 21:06:43 +09:00 |
|
OJ Kwon
|
0d91741eb9
|
build(cargo): Align dependency versions (#5248)
|
2022-07-20 03:42:04 +00:00 |
|
Alexander Akait
|
8e5efb65d5
|
test(css/parser): Add a test (#5228)
|
2022-07-17 05:56:13 +00:00 |
|
SWC Bot
|
d70687f4d7
|
chore: Publish crates
|
2022-07-15 11:25:41 +00:00 |
|
Alexander Akait
|
b65a16c7aa
|
feat(css/ast): Make raw optional (#5211)
|
2022-07-15 11:22:59 +00:00 |
|
Donny/강동윤
|
b433b69263
|
chore: Publish crates
|
2022-07-12 23:58:30 +09:00 |
|
SWC Bot
|
710630fc23
|
chore: Publish crates
|
2022-07-12 02:45:27 +00:00 |
|
Alexander Akait
|
7b28521d72
|
fix(css/parser): Avoid skipping whitespaces if not required (#5181)
|
2022-07-12 11:43:24 +09:00 |
|
Alexander Akait
|
dada2d7d55
|
feat(html/minifier): Allow specifying options for other tools (#5125)
|
2022-07-11 13:08:40 +00:00 |
|
SWC Bot
|
2bd5b4413a
|
chore: Publish crates
|
2022-07-09 10:17:04 +00:00 |
|
SWC Bot
|
297228a690
|
chore: Publish crates
|
2022-07-07 07:48:49 +00:00 |
|
SWC Bot
|
9385103649
|
chore: Publish crates
|
2022-07-06 04:44:10 +00:00 |
|
Donny/강동윤
|
c2c923e205
|
chore: Publish crates
|
2022-07-01 11:50:45 +09:00 |
|
SWC Bot
|
5576c3c601
|
chore: Publish crates
|
2022-06-29 03:37:57 +00:00 |
|
SWC Bot
|
f9656aa21d
|
chore: Publish crates
|
2022-06-23 03:58:55 +00:00 |
|
Alexander Akait
|
c345524e36
|
fix(css/parser): Improve lexer errors (#5025)
|
2022-06-23 03:56:13 +00:00 |
|
Alexander Akait
|
28bc735d03
|
feat(html/minifier): Minify js (#4999)
|
2022-06-21 14:28:53 +00:00 |
|
LongYinan
|
db9f7a5ad4
|
chore(ci): Fix publish build on Windows (#4970)
|
2022-06-14 15:58:10 +00:00 |
|
Donny/강동윤
|
3e03ebf8bb
|
fix(es/parser): Don't assume the length of char (#4967)
|
2022-06-14 07:05:35 +00:00 |
|
Alexander Akait
|
1b7b4f0cb4
|
test(css/parser): Improve tests (#4963)
|
2022-06-13 20:27:30 +00:00 |
|
Donny/강동윤
|
ea92a6ab8a
|
refactor(es/resolver): Prepare parallel resolver (#4957)
|
2022-06-13 15:52:15 +00:00 |
|
SWC Bot
|
ddae14d256
|
chore: Publish crates
|
2022-06-12 03:31:05 +00:00 |
|
Alexander Akait
|
bf74d05f3f
|
fix(css/parser): Fix input buffer and improve error recovery (#4948)
|
2022-06-12 03:28:23 +00:00 |
|
Alexander Akait
|
327969d0d9
|
perf(css/parser): Improve performance of lexer (#4921)
|
2022-06-11 14:47:08 +00:00 |
|
Donny/강동윤
|
fd3501bf87
|
feat(wasm): Add json error (#4853)
|
2022-06-01 11:51:24 +09:00 |
|
SWC Bot
|
4dfc4d7dbd
|
chore: Publish crates
|
2022-06-01 00:37:05 +00:00 |
|
Alexander Akait
|
e083d0eb5a
|
fix(css/parser): Fix parsing of constant function (#4856)
|
2022-06-01 00:34:20 +00:00 |
|
Donny/강동윤
|
f847709787
|
chore(common): Update rustc (#4828)
|
2022-05-28 07:07:58 +00:00 |
|
SWC Bot
|
b2e4406f0f
|
chore: Publish crates
|
2022-05-23 16:04:00 +00:00 |
|
Pig Fang
|
07d31aa50a
|
fix(css/parser): Allow var() call in color functions (#4713)
|
2022-05-23 16:00:44 +00:00 |
|
Donny/강동윤
|
98e4845fce
|
build(repo): Update rustc (#4667)
|
2022-05-15 09:03:54 +00:00 |
|
SWC Bot
|
e21a40e55e
|
chore: Publish crates
|
2022-05-12 10:53:44 +00:00 |
|
Donny/강동윤
|
84e4ca6c27
|
fix(css/parser): Remove a wrong assertion (#4641)
|
2022-05-12 19:48:51 +09:00 |
|
SWC Bot
|
8fa7ce974e
|
chore: Publish crates
|
2022-05-12 03:48:36 +00:00 |
|
Pig Fang
|
cac4f6e265
|
feat(html/parser): Add a method to get error message (#4623)
|
2022-05-12 03:45:56 +00:00 |
|
SWC Bot
|
97808349a2
|
chore: Publish crates
|
2022-05-11 16:17:07 +00:00 |
|
Donny/강동윤
|
67942d5731
|
feat(common): Reserve BytePos(0) for dummy spans (#4616)
|
2022-05-11 16:14:42 +00:00 |
|
SWC Bot
|
9a36b216cc
|
chore: Publish crates
|
2022-05-11 03:01:34 +00:00 |
|
Pig Fang
|
04dd3ddc5d
|
feat(css/parser): Add a method to get error message (#4588)
|
2022-05-11 02:58:20 +00:00 |
|
OJ Kwon
|
8419b60430
|
fix(plugin): Align deps to fix build (#4377)
|
2022-04-20 08:05:02 +00:00 |
|
SWC Bot
|
8959774a78
|
chore: Publish crates
|
2022-04-13 07:05:03 +00:00 |
|
Alexander Akait
|
81370d16cb
|
fix(css/parser): Parse legacy calc s (#4320)
|
2022-04-13 07:02:31 +00:00 |
|
那里好脏不可以
|
37a8c90750
|
chore(*): Typo + fomatting (#4304)
|
2022-04-11 18:45:58 +00:00 |
|
OJ Kwon
|
fad652f879
|
chore(plugin): Align version of swc_common to include dummy comment api (#4270)
|
2022-04-07 07:21:37 +00:00 |
|
SWC Bot
|
e91be102d7
|
chore: Publish crates
|
2022-04-06 05:10:26 +00:00 |
|
Alexander Akait
|
8b6647cf85
|
feat(css/parser): Improve error recovery for unknown at-rules (#4257)
|
2022-04-06 05:07:48 +00:00 |
|
OJ Kwon
|
4093814895
|
chore(build): Dedup swc_common (#4247)
|
2022-04-05 14:28:07 +09:00 |
|
Donny/강동윤
|
1f466e1d2f
|
chore(ci): Fix benchmark action (#4242)
|
2022-04-04 20:12:03 +09:00 |
|
SWC Bot
|
77abfef314
|
chore: Publish crates
|
2022-04-01 11:55:47 +00:00 |
|
Alexander Akait
|
6696a93b5c
|
refactor(css/ast): Union all at-rules to one at-rule in AST (#4189)
|
2022-04-01 20:53:23 +09:00 |
|
Edwin Coronado
|
57802cfcce
|
fix(common): Fix the line number of errors (#4082)
|
2022-03-19 23:56:12 +09:00 |
|
Donny/강동윤
|
533f756274
|
fix(api/rust): Exclude test files from rust packages (#4091)
|
2022-03-19 10:49:12 +00:00 |
|
LongYinan
|
db9b988845
|
feat(node-swc): Add libc field in Linux platform packages (#4046)
|
2022-03-16 18:58:24 +09:00 |
|
SWC Bot
|
9d6a57c6e5
|
chore: Publish crates
|
2022-03-14 14:32:45 +00:00 |
|
Alexander Akait
|
a4bc0927a0
|
feat(css): Supports more color notations (#4009)
|
2022-03-14 14:30:09 +00:00 |
|
Donny/강동윤
|
38c0c0faa6
|
chore: Publish crates
|
2022-03-14 04:11:07 +09:00 |
|
Donny/강동윤
|
40b8a4e596
|
feat(common): Implement a pretty error reporter (#3946)
|
2022-03-13 19:07:18 +00:00 |
|
SWC Bot
|
13ee45a830
|
chore: Publish crates
|
2022-03-13 18:40:08 +00:00 |
|
Alexander Akait
|
96d6f37c20
|
feat(css/parser): Improve error reporting (#3999)
|
2022-03-13 18:37:42 +00:00 |
|
SWC Bot
|
1ae67affe3
|
chore: Publish crates
|
2022-03-11 16:56:55 +00:00 |
|
Alexander Akait
|
516dbc65dc
|
feat(css/codegen): Fix source maps and ast defs (#3974)
|
2022-03-11 16:54:33 +00:00 |
|
LongYinan
|
1206c84e19
|
feat(*): Update dependencies (#3964)
|
2022-03-11 23:00:55 +09:00 |
|
SWC Bot
|
a64473dc34
|
chore: Publish crates
|
2022-03-07 19:42:40 +00:00 |
|
Alexander Akait
|
3a9af73167
|
refactor(css/parser): Remove unused codes (#3903)
|
2022-03-07 19:40:44 +00:00 |
|
SWC Bot
|
87c399fc9d
|
chore: Publish crates
|
2022-03-07 16:35:40 +00:00 |
|
Alexander Akait
|
6f781c3b43
|
feat(css/parser): Improve error recovery (#3901)
|
2022-03-07 16:33:35 +00:00 |
|
SWC Bot
|
4c4dc6f096
|
chore: Publish crates
|
2022-03-05 12:00:25 +00:00 |
|
Alexander Akait
|
c84bf133a6
|
feat(css): Improve error recovery (#3853)
|
2022-03-05 11:58:40 +00:00 |
|
SWC Bot
|
0d8adf1dde
|
chore: Publish crates
|
2022-03-03 21:26:36 +00:00 |
|
Alexander Akait
|
3df887ca37
|
feat(css): Support color functions (#3836)
|
2022-03-04 06:24:22 +09:00 |
|
SWC Bot
|
2974775fff
|
chore: Publish crates
|
2022-03-03 15:07:02 +00:00 |
|
Alexander Akait
|
fbb98aa73c
|
feat(css/parser): Improve error recovery (#3828)
|
2022-03-03 15:05:12 +00:00 |
|
SWC Bot
|
5cdf1442ec
|
chore: Publish crates
|
2022-03-02 15:55:08 +00:00 |
|
Alexander Akait
|
30cd29b0f0
|
fix(css/parser): Fix parsing of ; in values (#3821)
|
2022-03-02 15:51:52 +00:00 |
|
Alexander Akait
|
7ba5861a33
|
fix(css/codegen): Fix codegen of preserved tokens (#3819)
|
2022-03-02 15:17:17 +00:00 |
|
SWC Bot
|
798f6c5a6d
|
chore: Publish crates
|
2022-03-02 05:36:57 +00:00 |
|
Alexander Akait
|
f969f8c5f5
|
feat(css/parser): Improve error recovery (#3810)
|
2022-03-02 05:27:16 +00:00 |
|
SWC Bot
|
84ad891442
|
chore: Publish crates
|
2022-03-01 15:28:37 +00:00 |
|
Alexander Akait
|
3ec45a6858
|
feat(css/ast): Union Value and ComponentValue (#3804)
|
2022-03-01 15:26:17 +00:00 |
|
Alexander Akait
|
189707a1fd
|
test(css/parser): Add css files for material design (#3777)
|
2022-02-28 21:17:50 +09:00 |
|
Alexander Akait
|
1651bccf45
|
test(css/parser): Add tests for selectors (#3770)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2022-02-28 08:26:23 +00:00 |
|
SWC Bot
|
e475a83ebc
|
chore: Publish crates
|
2022-02-27 14:54:36 +00:00 |
|
Alexander Akait
|
815a489dcf
|
refactor(css/ast): Simplify AST types (#3753)
|
2022-02-27 14:52:32 +00:00 |
|
Pig Fang
|
9f90882b27
|
test(css/parser): Add malformed hex color tests (#3762)
|
2022-02-27 07:16:35 +00:00 |
|
SWC Bot
|
3c85a82052
|
chore: Publish crates
|
2022-02-27 05:20:28 +00:00 |
|
Alexander Akait
|
91cf965e07
|
feat(css/ast): Improve type definitions for unicode ranges (#3757)
|
2022-02-27 14:16:22 +09:00 |
|
SWC Bot
|
d23e19abe9
|
chore: Publish crates
|
2022-02-26 13:57:28 +00:00 |
|
Alexander Akait
|
f258ee4729
|
fix(css): Fix processing of integers (#3752)
|
2022-02-26 13:51:59 +00:00 |
|
SWC Bot
|
f1818f7be2
|
chore: Publish crates
|
2022-02-25 18:03:52 +00:00 |
|
Alexander Akait
|
9b92eba636
|
feat(css/ast): Allow more syntax for @supports at-rule (#3740)
|
2022-02-25 18:01:38 +00:00 |
|
SWC Bot
|
edc3702e5a
|
chore: Publish crates
|
2022-02-25 02:07:42 +00:00 |
|
Alexander Akait
|
f5c5e77612
|
feat(css/ast): Support more selectors (#3729)
|
2022-02-25 02:05:12 +00:00 |
|
SWC Bot
|
bb47be19f8
|
chore: Publish crates
|
2022-02-23 16:23:11 +00:00 |
|
Alexander Akait
|
321ee756d9
|
refactor(css/ast): Fix the type definitions for an plus b syntax (#3682)
|
2022-02-23 16:20:40 +00:00 |
|
SWC Bot
|
0bfd894c0e
|
chore: Publish crates
|
2022-02-22 19:47:48 +00:00 |
|
Alexander Akait
|
003a7b85a4
|
feat(css/ast): Improve parsing of colors (#3680)
|
2022-02-22 19:45:33 +00:00 |
|
Alexander Akait
|
fab6473183
|
feat(css/minifier): Compress urls (#3666)
|
2022-02-22 11:44:24 +00:00 |
|
Alexander Akait
|
8271566d21
|
feat(css/codegen): Improve minification of selectors (#3624)
|
2022-02-19 01:27:32 +09:00 |
|
SWC Bot
|
0eafb38b4d
|
chore: Publish crates
|
2022-02-17 14:26:10 +00:00 |
|
Alexander Akait
|
b7dcccc748
|
fix(css/parser): Fix parsing of component values (#3611)
|
2022-02-17 14:20:17 +00:00 |
|
SWC Bot
|
9e9d807722
|
chore: Publish crates
|
2022-02-17 04:38:52 +00:00 |
|
Alexander Akait
|
5420bccc59
|
fix(css): Fix recovery mode for functions (#3600)
|
2022-02-17 13:36:50 +09:00 |
|
SWC Bot
|
0d6e46167f
|
chore: Publish crates
|
2022-02-16 13:51:10 +00:00 |
|
Alexander Akait
|
a20ed34e6b
|
feat(css/ast): Use SimpleBlock for @keyframe s (#3577)
|
2022-02-16 13:49:00 +00:00 |
|
SWC Bot
|
60ffd039d9
|
chore: Publish crates
|
2022-02-16 12:40:38 +09:00 |
|
Alexander Akait
|
e97074b6c3
|
feat(css/ast): Use SimpleBlock in more places (#3575)
|
2022-02-16 12:40:16 +09:00 |
|
SWC Bot
|
3b7e594bc7
|
chore: Publish crates
|
2022-02-15 12:40:39 +09:00 |
|
Alexander Akait
|
3399702b73
|
feat(css/ast): Use SimpleBlock for @document at-rule (#3564)
|
2022-02-15 03:33:54 +00:00 |
|
SWC Bot
|
85d7e92640
|
chore: Publish crates
|
2022-02-14 22:48:04 +09:00 |
|
Alexander Akait
|
aed622be2f
|
refactor(css/ast): Rename tokens to match spec (#3553)
|
2022-02-14 13:05:16 +00:00 |
|
SWC Bot
|
2830438663
|
chore: Publish crates
|
2022-02-14 17:38:14 +09:00 |
|
Alexander Akait
|
d5aee470cb
|
refactor(css/parser): Remove parse_values , which is not used (#3552)
|
2022-02-14 08:34:26 +00:00 |
|
SWC Bot
|
de26b88ff6
|
chore: Publish crates
|
2022-02-14 16:52:51 +09:00 |
|
Alexander Akait
|
f252dfb885
|
test(css/parser): Add a test for a custom function name (#3554)
|
2022-02-14 07:32:07 +00:00 |
|
SWC Bot
|
c79f19855a
|
chore: Publish crates
|
2022-02-14 15:19:53 +09:00 |
|
Alexander Akait
|
b311aced89
|
feat(css/ast): Use correct type for calc (#3549)
|
2022-02-14 06:19:02 +00:00 |
|
SWC Bot
|
2a6b7fd4c5
|
chore: Publish crates
|
2022-02-14 01:01:02 +09:00 |
|
Alexander Akait
|
da36e90d1e
|
feat(css/ast): Add ; to delimiters (#3551)
|
2022-02-14 01:00:38 +09:00 |
|
SWC Bot
|
1f677fdfee
|
chore: Publish crates
|
2022-02-12 15:58:06 +09:00 |
|
Alexander Akait
|
547eba5e31
|
feat(css/parser): Implement more error recovery (#3534)
|
2022-02-12 15:57:44 +09:00 |
|
SWC Bot
|
ccf9591dad
|
chore: Publish crates
|
2022-02-12 14:28:18 +09:00 |
|
Alexander Akait
|
cfb2248a2e
|
fix(css/ast): Use SimpleBlock in more types (#3535)
|
2022-02-12 14:28:00 +09:00 |
|
SWC Bot
|
90d080c16b
|
chore: Publish crates
|
2022-02-12 01:37:50 +09:00 |
|
Alexander Akait
|
fcbc2ff03f
|
feat(css/parser): Implement more parser logic for nth selectors (#3532)
|
2022-02-11 14:07:08 +00:00 |
|
SWC Bot
|
9efe3c8489
|
chore: Publish crates
|
2022-02-11 22:32:15 +09:00 |
|
Alexander Akait
|
37c49e876c
|
refactor(css/ast): Unify SimpleBlock and Block completely (#3531)
|
2022-02-11 22:31:51 +09:00 |
|
Alexander Akait
|
57f6a581fa
|
refactor(css/ast): Unify SimpleBlock and Block (#3519)
|
2022-02-11 03:58:26 +00:00 |
|
SWC Bot
|
67c508429a
|
chore: Publish crates
|
2022-02-10 20:27:33 +09:00 |
|
Alexander Akait
|
92a3cb9609
|
refactor(css/ast): Remove Tokens in favor of Vec<TokenAndSpan> (#3507)
|
2022-02-10 11:25:19 +00:00 |
|
SWC Bot
|
2a609d2951
|
chore: Publish crates
|
2022-02-10 17:35:42 +09:00 |
|
Alexander Akait
|
2d997b3806
|
refactor(css/parser): Refactor code for error recovery (#3508)
|
2022-02-10 07:36:29 +00:00 |
|
SWC Bot
|
69181e822c
|
chore: Publish crates
|
2022-02-10 13:55:12 +09:00 |
|
Alexander Akait
|
4e124c7bca
|
refactor(css/parser): Refactor codes related to simple blocks (#3506)
|
2022-02-10 13:54:46 +09:00 |
|
Alexander Akait
|
8b438ea024
|
test(css/parser): Add some tests from postcss (#3501)
|
2022-02-09 14:41:28 +00:00 |
|
SWC Bot
|
df37b4472d
|
chore: Publish crates
|
2022-02-09 22:00:13 +09:00 |
|
Alexander Akait
|
cbe302b99d
|
feat(css): Support urange syntax (#3491)
|
2022-02-09 12:23:14 +00:00 |
|
Donny/강동윤
|
8dbc949cfe
|
chore: Publish crates
|
2022-02-09 19:43:50 +09:00 |
|
Alexander Akait
|
460f846934
|
refactor(css/ast): Rename types to match specification (#3484)
|
2022-02-09 19:43:15 +09:00 |
|
Donny/강동윤
|
9b76783281
|
refactor(common): Cleanup & rustfmt (#3495)
swc_common:
- Merge identical source codes.
swc_css_parser:
- Deny `clippy::all`.
- Fix lints.
|
2022-02-09 06:33:32 +00:00 |
|
Donny/강동윤
|
e8c15356e3
|
chore: Publish crates
|
2022-02-09 12:59:55 +09:00 |
|
Alexander Akait
|
48e5b903e2
|
feat(css/parser): Improve error recovery (#3486)
|
2022-02-09 03:49:59 +00:00 |
|
Alexander Akait
|
04782ae9f7
|
test(css/parser): Add tests from postcss (#3488)
|
2022-02-09 03:25:54 +00:00 |
|
Donny/강동윤
|
cd81a6ba89
|
chore: Publish crates
|
2022-02-08 21:05:12 +09:00 |
|
Alexander Akait
|
dc939c65af
|
feat(css/ast): Add types for all dimensions (#3477)
|
2022-02-08 11:57:57 +00:00 |
|
Donny/강동윤
|
f8c62b6cac
|
chore: Publish crates
|
2022-02-08 20:29:10 +09:00 |
|
Alexander Akait
|
fd5668c32f
|
feat(css): Add support for @property at-rule (#3470)
|
2022-02-08 11:27:54 +00:00 |
|
Donny/강동윤
|
8bf5cf4d03
|
chore(es): Fix clippy warnings (#3482)
|
2022-02-08 19:50:22 +09:00 |
|
Donny/강동윤
|
214dc4736b
|
chore: Publish crates
|
2022-02-08 13:52:33 +09:00 |
|
Alexander Akait
|
e6f4fbf056
|
feat(css/ast): Add types for @counter-style at-rule (#3469)
|
2022-02-08 13:52:14 +09:00 |
|
Donny/강동윤
|
ec120199eb
|
chore: Publish crates
|
2022-02-08 00:42:17 +09:00 |
|
Alexander Akait
|
df08e4cfd7
|
fix(css/ast): Fix type definitions for @document at-rule (#3468)
|
2022-02-08 00:41:56 +09:00 |
|
Donny/강동윤
|
7b9379e1d1
|
chore: Publish crates
|
2022-02-07 21:35:06 +09:00 |
|
Alexander Akait
|
69660fd161
|
refactor(css/ast): Remove unused types (#3465)
|
2022-02-07 21:34:41 +09:00 |
|
Donny/강동윤
|
5276054df3
|
chore: Publish crates
|
2022-02-07 06:43:46 +09:00 |
|
Alexander Akait
|
4853821d00
|
fix(css): Fix parsing of @page at-rule (#3356)
|
2022-02-06 20:22:30 +00:00 |
|
Donny/강동윤
|
92116f6133
|
chore: Publish crates
|
2022-02-07 04:46:44 +09:00 |
|
Alexander Akait
|
e732250cdf
|
fix(css/parser): Report errors of at-rules (#3461)
|
2022-02-06 17:06:32 +00:00 |
|
Donny/강동윤
|
bd34a84d56
|
chore: Publish crates
|
2022-02-06 13:44:50 +09:00 |
|
Alexander Akait
|
cd87d965f3
|
refactor(css/ast): Refactor types related to selectors (#3460)
|
2022-02-06 04:24:51 +00:00 |
|
Donny/강동윤
|
be7d5cc4d5
|
chore: Publish crates
|
2022-02-05 23:23:09 +09:00 |
|
Alexander Akait
|
38879de8de
|
refactor(css/ast): Change AST for !important (#3440)
|
2022-02-05 23:22:47 +09:00 |
|
Alexander Akait
|
479b509845
|
test(css/parser): Add more tests for the selector parser (#3455)
|
2022-02-05 06:22:32 +00:00 |
|
Donny/강동윤
|
811ac08d32
|
chore: Publish crates
|
2022-02-04 14:12:11 +09:00 |
|
Alexander Akait
|
5c1b02182d
|
refactor(css/ast): Refactor types related to @keyframes at-rule (#3441)
|
2022-02-04 05:10:35 +00:00 |
|
Donny/강동윤
|
dc92beb038
|
chore: Publish crates
|
2022-02-04 13:06:57 +09:00 |
|
Alexander Akait
|
49564d9b5d
|
feat(css/ast): Improve types related to url tokens (#3444)
|
2022-02-04 04:05:44 +00:00 |
|
Donny/강동윤
|
e732ac9621
|
chore: Publish crates
|
2022-02-04 12:30:40 +09:00 |
|
Alexander Akait
|
f1410fc09b
|
feat(css/lexer): Implement error recovery for functions (#3445)
|
2022-02-04 12:29:56 +09:00 |
|
Alexander Akait
|
340844ae6e
|
feat(css/codegen): Improve minification of numbers (#3423)
|
2022-02-02 12:59:39 +09:00 |
|
Donny
|
2504f041f7
|
chore: Publish crates
|
2022-02-01 22:37:11 +09:00 |
|
Alexander Akait
|
30c29a30cf
|
feat(css): Improve codegen where minify: true (#3414)
swc_css_codegen:
- Improve minification.
swc_css_parser:
- Add parsing rule for `sum`.
|
2022-02-01 12:30:44 +00:00 |
|
Donny
|
7af45d89b1
|
chore: Publish crates
|
2022-02-01 04:21:53 +09:00 |
|
Alexander Akait
|
1b1cae0372
|
feat(css/parser): Improve parsing of math functions (#3415)
|
2022-02-01 04:20:45 +09:00 |
|
Donny
|
bf7f4a4b37
|
chore: Publish crates
|
2022-01-31 14:59:57 +09:00 |
|
Alexander Akait
|
eeedd9adf5
|
refactor(css/ast): Rename property to name (#3410)
|
2022-01-31 05:02:30 +00:00 |
|
Donny
|
43ca078eda
|
chore: Publish crates
|
2022-01-31 13:20:27 +09:00 |
|
Alexander Akait
|
6b921cac02
|
refactor(css/ast): Use Color instead of HashValue (#3411)
|
2022-01-31 03:10:37 +00:00 |
|
Donny
|
6ec667463f
|
chore: Publish crates
|
2022-01-30 22:49:41 +09:00 |
|
Alexander Akait
|
75a14f98b7
|
fix(css): Allow empty @media at-rule (#3404)
|
2022-01-30 22:49:09 +09:00 |
|
Donny
|
a143e96931
|
chore: Publish crates
|
2022-01-30 21:31:21 +09:00 |
|
Alexander Akait
|
1904944bf7
|
refactor(css/ast): Use Dimension instead of UnitValue (#3401)
|
2022-01-30 12:15:05 +00:00 |
|
Donny
|
db674354d3
|
chore: Publish crates
|
2022-01-30 14:04:12 +09:00 |
|
Alexander Akait
|
2dc31d9d14
|
feat(css/ast): Add / to the delimiters (#3402)
|
2022-01-30 04:49:48 +00:00 |
|
Donny
|
b28b636986
|
chore: Publish crates
|
2022-01-30 13:14:38 +09:00 |
|
Alexander Akait
|
3c8d985a07
|
fix(css/parser): Fix bugs related to url (#3403)
|
2022-01-30 04:10:58 +00:00 |
|
Donny
|
7de339530c
|
chore: Publish crates
|
2022-01-30 11:59:53 +09:00 |
|
Alexander Akait
|
3ded88bffc
|
fix(css/parser): Fix parser logic related to case insensivity (#3382)
|
2022-01-30 11:59:20 +09:00 |
|
Donny
|
c49ffc2c8b
|
chore: Publish crates
|
2022-01-29 12:10:57 +09:00 |
|
Alexander Akait
|
b31619d48e
|
refactor(css/ast): Refactor delimited values (#3397)
|
2022-01-29 12:10:29 +09:00 |
|
Donny
|
2cdd4300cf
|
chore: Publish crates
|
2022-01-28 01:13:16 +09:00 |
|
Alexander Akait
|
c73835bfeb
|
feat(css/parser): Improve selector parser (#3386)
|
2022-01-28 01:11:26 +09:00 |
|
Alexander Akait
|
0537ef1a11
|
feat(css/codegen): Implement minify: true (#3369)
|
2022-01-27 21:44:38 +09:00 |
|
Donny
|
8a0ebebb08
|
chore: Publish crates
|
2022-01-26 20:37:51 +09:00 |
|
Alexander Akait
|
dfa0286aca
|
feat(css/ast): Add types for dashed identifiers and @color-profile at-rules (#3364)
|
2022-01-26 20:35:49 +09:00 |
|
Donny
|
fb299a3bb1
|
chore: Publish crates
|
2022-01-26 13:47:13 +09:00 |
|
Alexander Akait
|
50521d8ffa
|
feat(css/parser): Improve parsing of urls (#3362)
|
2022-01-26 04:45:49 +00:00 |
|
Donny
|
14e87d3a95
|
chore: Publish crates
|
2022-01-26 01:31:13 +09:00 |
|
Alexander Akait
|
6fc7562686
|
refactor(css/ast): Rename PercentValue to Percent (#3363)
|
2022-01-25 14:44:28 +00:00 |
|