Alexander Akait
|
b311aced89
|
feat(css/ast): Use correct type for calc (#3549)
|
2022-02-14 06:19:02 +00:00 |
|
Alexander Akait
|
37c49e876c
|
refactor(css/ast): Unify SimpleBlock and Block completely (#3531)
|
2022-02-11 22:31:51 +09:00 |
|
Alexander Akait
|
cbe302b99d
|
feat(css): Support urange syntax (#3491)
|
2022-02-09 12:23:14 +00: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 |
|
Alexander Akait
|
dc939c65af
|
feat(css/ast): Add types for all dimensions (#3477)
|
2022-02-08 11:57:57 +00:00 |
|
Alexander Akait
|
fd5668c32f
|
feat(css): Add support for @property at-rule (#3470)
|
2022-02-08 11:27:54 +00:00 |
|
Alexander Akait
|
e6f4fbf056
|
feat(css/ast): Add types for @counter-style at-rule (#3469)
|
2022-02-08 13:52:14 +09:00 |
|
Alexander Akait
|
df08e4cfd7
|
fix(css/ast): Fix type definitions for @document at-rule (#3468)
|
2022-02-08 00:41:56 +09:00 |
|
Alexander Akait
|
69660fd161
|
refactor(css/ast): Remove unused types (#3465)
|
2022-02-07 21:34:41 +09:00 |
|
Alexander Akait
|
4853821d00
|
fix(css): Fix parsing of @page at-rule (#3356)
|
2022-02-06 20:22:30 +00:00 |
|
Alexander Akait
|
cd87d965f3
|
refactor(css/ast): Refactor types related to selectors (#3460)
|
2022-02-06 04:24:51 +00:00 |
|
Alexander Akait
|
38879de8de
|
refactor(css/ast): Change AST for !important (#3440)
|
2022-02-05 23:22:47 +09:00 |
|
Alexander Akait
|
5c1b02182d
|
refactor(css/ast): Refactor types related to @keyframes at-rule (#3441)
|
2022-02-04 05:10:35 +00:00 |
|
Alexander Akait
|
eeedd9adf5
|
refactor(css/ast): Rename property to name (#3410)
|
2022-01-31 05:02:30 +00:00 |
|
Alexander Akait
|
6b921cac02
|
refactor(css/ast): Use Color instead of HashValue (#3411)
|
2022-01-31 03:10:37 +00:00 |
|
Alexander Akait
|
1904944bf7
|
refactor(css/ast): Use Dimension instead of UnitValue (#3401)
|
2022-01-30 12:15:05 +00:00 |
|
Alexander Akait
|
b31619d48e
|
refactor(css/ast): Refactor delimited values (#3397)
|
2022-01-29 12:10:29 +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 |
|
Alexander Akait
|
6fc7562686
|
refactor(css/ast): Rename PercentValue to Percent (#3363)
|
2022-01-25 14:44:28 +00:00 |
|
Alexander Akait
|
7787f90da0
|
refactor(css/ast): Fix type definitions related to @import at-rule (#3351)
|
2022-01-25 22:50:23 +09:00 |
|
Alexander Akait
|
c7e5faea5c
|
feat(css/ast): Add Ratio , which is defined by spec (#3335)
|
2022-01-24 14:27:10 +00:00 |
|
Alexander Akait
|
c664eafdef
|
refactor(css/ast): Merge several kinds of blocks into a single type (#3336)
|
2022-01-22 14:10:25 +00:00 |
|
Alexander Akait
|
9f3806029c
|
fix(css): Fix @supports at-rule (#3329)
|
2022-01-21 22:32:49 +09:00 |
|
Alexander Akait
|
f89ffa67ae
|
fix(css): Fix @keyframes at-rule (#3331)
|
2022-01-21 01:55:49 +00:00 |
|
Alexander Akait
|
34943ffa15
|
fix(css): Fix the type definition of @support at-rules (#3330)
|
2022-01-21 00:57:29 +00:00 |
|
Alexander Akait
|
0723ee2828
|
fix(css): Fix parsing of media queries (#3318)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
|
2022-01-20 02:57:24 +00:00 |
|
Donny/강동윤
|
e8670b3383
|
refactor(es): More fix for clippy (#3280)
|
2022-01-16 14:33:06 +09:00 |
|
Alexander Akait
|
c195335012
|
feat(css): Support @layer at-rule (#3258)
|
2022-01-14 11:21:41 +00:00 |
|
Donny/강동윤
|
e48263b2f3
|
refactor(visit): Remove &dyn Node from Visit (#2984)
swc_visit_macros:
- Remove `&dyn Node` from `Visit`.
- Implement `VisitWith<V>` for `[T]`.
|
2021-12-07 14:34:16 +09:00 |
|
Alexander Akait
|
8781527751
|
fix(css/ast): Fix type definitions related to parsing unknown at-rules (#2922)
swc_css_ast:
- Rename `FnValue` to `Function`.
|
2021-12-01 17:07:49 +00:00 |
|
Alexander Akait
|
0f4ad0f8c8
|
fix(css/ast): Fix type definition of @namespace (#2919)
|
2021-12-01 09:29:25 +00:00 |
|
Donny/강동윤
|
5425509208
|
feat(swc): Implement Default for JsMinifyOptions (#2899)
|
2021-11-28 10:12:02 +09:00 |
|
Alexander Akait
|
c94735e540
|
fix(css): Handle custom properties properly (#2869)
swc_css_codegen:
- Fix code generation of custom properties.
swc_css_parser:
- Fix parsing of custom properties.
|
2021-11-27 16:11:40 +00:00 |
|
Donny/강동윤
|
cdef843369
|
feat(es/estree): Allow emitting acorn ast (#2859)
swc_estree_ast:
- Add `Flavor`.
- Adjust serialization based on `Flavor`.
swc_estree_visit:
- Remove.
testing:
- Add `diff_json`.
testing_macros:
- `#[fixture]`: Print input.
|
2021-11-25 20:16:46 +09:00 |
|
Alexander Akait
|
4bcf3fc2ad
|
refactor(css/ast): Split pseudo class and pseudo element (#2675)
|
2021-11-20 16:29:18 +09:00 |
|
Alexander Akait
|
c50cec1533
|
refactor(css/ast): Rename StyleRule to QualifiedRule (#2756)
|
2021-11-17 21:27:39 +00:00 |
|
Alexander Akait
|
6ce437d65d
|
feat(css/ast): Add types for An+b syntax (#2759)
|
2021-11-16 15:01:59 +00:00 |
|
Donny/강동윤
|
1d518fe381
|
refactor: Flatten css (#2731)
|
2021-11-12 19:37:05 +09:00 |
|