Commit Graph

23 Commits

Author SHA1 Message Date
Alexander Akait bc258291f6
fix: a lot of types (#19486) 2025-05-01 17:36:51 +03:00
Alexander Akait 4d6d3800b4
fix: types 2025-04-16 17:04:11 +03:00
alexander-akait a1df00d339 refactor: improve eslint configuration and better types 2025-03-12 04:56:14 +03:00
David Michon 05f44125e5 Update test cases 2024-01-31 18:02:32 -08:00
Burhanuddin Udaipurwala a9cbd06ab4 fix: unusued identifiers should retain names 2023-07-02 11:03:03 +05:30
alexander.akait f778bde634 fix: bug with css/auto 2023-06-20 23:40:47 +03:00
Burhanuddin Udaipurwala 5d54a5e5bb test: fix tests 2023-06-20 09:22:46 +05:30
Burhanuddin Udaipurwala bb04b0f562 test: update tests 2023-06-19 09:16:06 +05:30
alexander.akait c3cfc6775f fix: bug with container and unknown at-rules 2023-05-04 20:24:37 +03:00
alexander.akait 65bf52de87 fix: bug 2023-05-04 19:18:13 +03:00
alexander.akait 9faee74103 test: more 2023-05-04 15:26:00 +03:00
alexander.akait fd4780d3ff test: more 2023-04-18 04:35:50 +03:00
alexander.akait a7a2dfe4cb fix: handle vendor prefixed keyframes and animation in CSS modules 2023-04-18 04:35:49 +03:00
alexander.akait 50bb0c2af5 test: added 2023-04-17 15:14:40 +03:00
alexander.akait b735a56a47 fix: more cases 2023-04-06 02:09:08 +03:00
Alexander Akait b2cd77908e
Merge pull request #16864 from janlent1/fixnativecssparsingissue
Fix faulty css parser processing
2023-04-05 19:50:26 +03:00
Jan Lentmaier 4a41029d46 Adding other available pseudofunctionnames+tests 2023-03-28 07:54:20 +00:00
Jan Lentmaier 97c40376d1 Add same logic for :is 2023-03-27 08:11:53 +00:00
Jan Lentmaier c138b127a3 Allow multiple parameters in not(
Adds a test as well.
2023-03-26 17:31:57 +00:00
Aurélien MANCA a842049665
test(css): add more @supports/@media cases 2022-05-27 15:21:44 +02:00
Aurelien MANCA 7b71e81aa0
fix(css parser): handle nested atRule
This will handle @media and @supports atRule identifiers and
enable the replacements of the nested rules names with the
unique ids.
2022-05-11 10:00:54 +02:00
Tobias Koppers 8828dfa394 add experimental SyncModuleIdsPlugin 2022-01-20 13:37:28 +01:00
Tobias Koppers 1489b91a98 allow to generate only exports for css in node
add more options to the DeterministicModuleIdsPlugin to allow to opt-in into a fixed mode

optimize module iterations for module id assignment
2022-01-19 15:17:01 +01:00