Alexander Akait
|
20f4e2148c
|
refactor(css/ast): Use names from specification for ast types (#2643)
swc_css_ast:
- Rename `AttrSelectorOp` to `AttrSelectorMatcher`.
|
2021-11-05 11:42:51 +00:00 |
|
Alexander Akait
|
0b76d29ae4
|
feat(css/ast): Add SelectorList (#2639)
swc_css_ast:
- Add `SelectorLsit`.
- Use `SelectorList` instead of `Vec<ComplexSelector>`.
|
2021-11-04 09:54:55 +00:00 |
|
Alexander Akait
|
4f0473616d
|
feat(css/ast): Add value to the whitespace token (#2533)
|
2021-10-28 23:48:31 +09:00 |
|
Alexander Akait
|
303cecbefc
|
feat(css/ast): Add raw to the hash value (#2535)
|
2021-10-27 23:15:11 +09:00 |
|
Alexander Akait
|
0e458778ec
|
refactor(css/ast): Rename types (#2532)
|
2021-10-27 03:38:05 +09:00 |
|
Alexander Akait
|
6876b1b26c
|
refactor(css/parser): Fix parsing of some selectors (#2525)
swc_css_parser:
- Fix whitespace bugs related to parsing of attribute selectors.
- Fix bugs related to empty namespace selectors.
|
2021-10-25 23:48:56 +09:00 |
|
Alexander Akait
|
e327c9a502
|
feat(css/ast): Add Percent token (#2482)
|
2021-10-22 13:35:29 +09:00 |
|
Alexander Akait
|
5234530cd5
|
fix(css/ast): Use correct type for units (#2464)
|
2021-10-19 17:32:59 +09:00 |
|
Alexander Akait
|
4f2dbd816c
|
fix(css/parser): Fix parsing of numbers (#2444)
|
2021-10-17 23:24:28 +09:00 |
|
Alexander Akait
|
2678c34488
|
feat(css/ast): Add raw to Url (#2389)
|
2021-10-11 12:33:11 +09:00 |
|
Alexander Akait
|
a5592e3207
|
feat(css/ast): Add raw to Str (#2295)
|
2021-10-10 10:43:11 +09:00 |
|
Alexander Akait
|
cf1235ece1
|
fix(css): Change the type of the source of @import rules. (#2363)
|
2021-10-08 20:55:19 +09:00 |
|
Alexander Akait
|
4ff1b7568c
|
feat(css/ast): Add raw to Text (#2361)
|
2021-10-07 20:32:54 +09:00 |
|
Donny/강동윤
|
b206404d94
|
feat(css): Recover from invalid properties (#2312)
swc_css_ast:
- Add `DeclBlockItem`.
- Change `DeclBlock.properties` to `DeclBlock.items`.
swc_css_parser:
- Add a way to recovered errors.
|
2021-09-28 09:58:56 +00:00 |
|
Alexander Akait
|
75c930caf1
|
fix(css/ast): Fix typo (#2298)
|
2021-09-24 15:48:31 +09:00 |
|
강동윤
|
7381644f6b
|
feat(css): Implement codegen for css (#2115)
swc_css_ast:
- Remove unused tokens.
- `SubclassSelector::PseudoClass` => `SubclassSelector::Pseudo`.
- Fix `AttrSelectorOp`
- `AttrSelector.value`: `Option<Text>` => `Option<Str>`.
swc_css_codegen:
- Implement a code generator.
swc_css_parser:
- Implement `Parse<Stylesheet>` for the parser.
- Fix parsing of pseudo selectors.
- Fix parsing of unknown at-rules.
|
2021-08-20 12:38:15 +00:00 |
|
강동윤
|
0d63470eba
|
feat(css): Groundwork for css processor (#2105)
swc_css_ast:
- Rename `Values` to `SpaceValues`.
swc_css_parser:
- Add `parse_str`.
- Make `ErrorKind` `#[non_exhaustive]`.
- Fix span.
swc_css_visit:
- Create visitors.
|
2021-08-20 07:48:08 +00:00 |
|
강동윤
|
d39acd1d11
|
feat(css): Implement parser (#2074)
|
2021-08-19 05:16:32 +00:00 |
|