Alexander Akait
|
4e124c7bca
|
refactor(css/parser): Refactor codes related to simple blocks (#3506)
|
2022-02-10 13:54:46 +09:00 |
|
William Tetlow
|
5488159ba5
|
feat(es/minifier): Implement reserved mangle option (#3476)
|
2022-02-10 13:53:47 +09:00 |
|
SWC Bot
|
cc3b1dfd69
|
chore: Publish crates
|
2022-02-10 13:52:54 +09:00 |
|
Artur
|
205b76e78d
|
feat(es/lints): Implement no-use-before-define rule (#3456)
|
2022-02-10 04:52:11 +00: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 |
|
SWC Bot
|
6c5ebbbbf8
|
chore: Publish crates
|
2022-02-09 20:37:38 +09:00 |
|
Donny/강동윤
|
edc46ccf93
|
chore(crates): Use bot account for commiitter
|
2022-02-09 20:35:36 +09:00 |
|
SWC Bot
|
d72c0beccf
|
chore: Publish crates
|
2022-02-09 20:32:33 +09:00 |
|
Donny/강동윤
|
c10cbc4eca
|
chore(crates): Use bot account for publishing commits
|
2022-02-09 20:31:32 +09:00 |
|
Donny/강동윤
|
8fbdbcd42f
|
chore: Publish crates
|
2022-02-09 20:28:02 +09:00 |
|
Artur
|
5bb6bd71b6
|
feat(es/lints): Implement dot-notation rule (#3481)
|
2022-02-09 11:24:58 +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/강동윤
|
5e82640b42
|
chore: Publish crates
|
2022-02-09 13:57:21 +09:00 |
|
OJ Kwon
|
494b4c8203
|
feat(swc/plugin): Implement proxy for Mark::fresh (#3492)
|
2022-02-09 13:56:39 +09:00 |
|
magic-akari
|
fa0216d908
|
fix(es/modules): Hoist named exports (#3479)
|
2022-02-09 04:50:33 +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/강동윤
|
e9ceb57584
|
chore: Publish crates
|
2022-02-09 12:01:52 +09:00 |
|
RiESAEX
|
ff6eb272a0
|
fix(es/modules): Use correct StrKind after rewriting import path (#3489)
|
2022-02-09 12:01:22 +09:00 |
|
Donny/강동윤
|
12e52e171d
|
chore: Publish v1.2.138
|
2022-02-09 02:10:54 +09:00 |
|
Donny/강동윤
|
c2a3b0d66c
|
chore: Publish crates
|
2022-02-09 00:47:41 +09:00 |
|
Austaras
|
26565b1ae9
|
feat(es/parser): Disallow assignment to optional chaining expressions (#3483)
|
2022-02-08 12:51:26 +00:00 |
|
Donny/강동윤
|
cd81a6ba89
|
chore: Publish crates
|
2022-02-08 21:05:12 +09:00 |
|
Donny/강동윤
|
cf8aa05d9c
|
chore(repo): Configure kodiak (#3485)
|
2022-02-08 21:04:28 +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/강동윤
|
180bb86e8c
|
chore: Publish crates
|
2022-02-08 19:10:54 +09:00 |
|
Donny/강동윤
|
292add7d26
|
fix(es/minifier): Make sequences less aggressive (#3480)
swc_ecma_minifier:
- `sequences`: Abort on RHS contains the left id.
|
2022-02-08 19:10:22 +09:00 |
|
Donny/강동윤
|
484cd92959
|
chore: Publish crates
|
2022-02-08 14:06:31 +09:00 |
|
OJ Kwon
|
d473a65976
|
feat(plugin): Support global HANDLER in the plugin context (#3478)
|
2022-02-08 14:06:10 +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/강동윤
|
e988d1f5f5
|
chore: Publish crates
|
2022-02-08 13:41:34 +09:00 |
|
Donny/강동윤
|
c006972501
|
chore: Publish v1.2.137
|
2022-02-08 01:27:59 +09:00 |
|
Donny/강동윤
|
42918397cb
|
chore: Publish crates
|
2022-02-08 01:20:34 +09:00 |
|
William Tetlow
|
4f5e87b66b
|
fix(es/compat): Fix legacy decorator pass (#3459)
|
2022-02-07 16:11:41 +00: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/강동윤
|
0903899977
|
chore: Publish crates
|
2022-02-07 23:58:29 +09:00 |
|
Alexander Akait
|
0ca036a962
|
feat(css/codegen): Improve minification for page rules (#3467)
|
2022-02-07 14:54:42 +00:00 |
|
Donny/강동윤
|
42143f243e
|
chore: Publish crates
|
2022-02-07 23:33:05 +09:00 |
|
Alexander Akait
|
81850c2b30
|
feat(css/codegen): Implement minification of identifiers (#3466)
|
2022-02-07 14:29:38 +00:00 |
|
Donny/강동윤
|
1234fac4d5
|
chore: Publish crates
|
2022-02-07 23:04:39 +09:00 |
|