feat: complete SSR CRM and refine auth UI
This commit is contained in:
@@ -106,9 +106,6 @@ test('REGRESSION: runtime = "client" still highlights via execution-decl', () =>
|
||||
|
||||
test("REGRESSION: the client function modifier still highlights via functions-block", () => {
|
||||
const rule = ruleByTopLevelBlockName("functions-block");
|
||||
const modifierPattern = rule.patterns.find(
|
||||
(p) => (p.match && /storage\.modifier\.async/.test("")) || p.match,
|
||||
);
|
||||
const matchRe = new RegExp(
|
||||
rule.patterns.find(
|
||||
(p) => p.captures && p.captures["1"]?.name === "storage.modifier.runtime.wrn",
|
||||
|
||||
Reference in New Issue
Block a user