refactor: Still trying to reorganize edit mode to be more robust
Some checks failed
Test Suite / code-quality (push) Has been cancelled
Test Suite / unit-tests (3.11) (push) Has been cancelled
Test Suite / unit-tests (3.12) (push) Has been cancelled
Test Suite / security-scan (push) Has been cancelled
Test Suite / integration-tests (push) Has been cancelled
Test Suite / e2e-tests (push) Has been cancelled
Test Suite / performance-tests (push) Has been cancelled
Test Suite / test-summary (push) Has been cancelled

This commit is contained in:
2025-11-04 21:59:22 +01:00
parent 85faf502c4
commit c5a5b26797
487 changed files with 94669 additions and 144 deletions

8
node_modules/css-tree/cjs/parser/parse-selector.cjs generated vendored Normal file
View File

@@ -0,0 +1,8 @@
'use strict';
const create = require('./create.cjs');
const parserSelector = require('../syntax/config/parser-selector.cjs');
const parseSelector = create.createParser(parserSelector);
module.exports = parseSelector;