/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/css/css-modules-composes-order/index.js
9 строк
308 B
Alexander Akait
fix: predictable composes import order across CSS module rules (#20948)
13 май 2026, 00:09
Не верифицирован
13 май 2026, 00:09
23c44b2
Код
Авторство
О чём код?
import * as styles from "./entry.modules.css"; it("orders composes-from-file imports topologically across rules", () => { const link = document .getElementsByTagName("link") .find((l) => l.href.endsWith("bundle0.css")); expect(link.sheet.css).toMatchSnapshot(); expect(styles).toMatchSnapshot(); });