feat(editor): complete the apis block and drop the removed snippets

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 12:31:23 +05:30
co-authored by Claude Opus 5
parent 990a8128a7
commit 2bb52487eb
5 changed files with 62 additions and 6 deletions
@@ -0,0 +1,6 @@
import { expect, test } from "bun:test";
import { WRN_KEYWORDS } from "../src/index.ts";
test("apis is a known page-level keyword", () => {
expect(WRN_KEYWORDS).toContain("apis");
});