test(css): enable webpack css module cases#14721
Draft
intellild wants to merge 1 commit into
Draft
Conversation
Contributor
📦 Binary Size-limit
❌ Size increased by 40.00KB from 66.38MB to 66.42MB (⬆️0.06%) |
145c01c to
0433047
Compare
Contributor
Merging this PR will not alter performance
Comparing Footnotes
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
configCases/css/css-modulesand store large CSS outputs as case-local file snapshots.test.filter.jsfiles so the CSS config, serial, hot, diagnostics, and extract-css cases run by default.css-module-lexerto the remote git revision used for the new parser behavior, then fix the surfaced compatibility gaps in CSS Modules parsing, extract-css rebuilds, and lightningcss warning diagnostics.Examples
@value primary from "./colors.module.css", while still resolvingcomposesand generated reexports consistently..foo:local(.bar), is preserved with a warning instead of breaking local ident generation in plain CSS files.redtogreenno longer reuses stale extracted CSS.Validation
pnpm run build:binding:devpnpm run test:unitpnpm run test:rscargo clippy --workspace --all-targets --locked -- -D warningscargo fmt --all -- --checkgit diff --cached --checkby OpenAI Codex