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/강동윤
|
e0c8bbf7a0
|
fix(css/parser): Fix lexing of value starting with - (#3011)
swc_css_parser:
- Lex `-` as an identifier start.
|
2021-12-11 16:23:02 +09: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 |
|
Alexander Akait
|
fcd0d7a6cb
|
feat(css/ast): Add a flag to number types (#2905)
swc_css_ast:
- Add a flag to distinguish integer and floats.
|
2021-11-30 01:54:10 +00:00 |
|
Alexander Akait
|
d7183d82e2
|
feat(css/parser): Add more error recovery (#2849)
|
2021-11-30 00:26:57 +09:00 |
|
Alexander Akait
|
c77ebbeb8d
|
feat(css/ast): Add support for nested @at-rule s (#2897)
|
2021-11-29 19:38:49 +09: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
|
c40e134713
|
fix(css/parser): Fix span of type selectors (#2870)
|
2021-11-25 05:47:24 +00:00 |
|
Alexander Akait
|
ce6c7ee85d
|
fix(css/ast): Fix AST definitions for @keyframes (#2848)
|
2021-11-25 04:59:40 +00:00 |
|
Alexander Akait
|
4bf1f93017
|
refactor(css/lexer): Follow spec more closely (#2839)
|
2021-11-24 07:56:07 +00:00 |
|
Alexander Akait
|
4bcf3fc2ad
|
refactor(css/ast): Split pseudo class and pseudo element (#2675)
|
2021-11-20 16:29:18 +09:00 |
|
Alexander Akait
|
e32093e72d
|
fix(css/parser): Fix parsing of whitespaces (#2787)
|
2021-11-18 22:18:44 +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 |
|