/** * GENERATED by scripts/gen-invisible-charset.mjs from Node's Unicode data * (\p{Cf}, Unicode 17.0) — DO NOT EDIT. * * The general-category Cf code points, PINNED at generation time. invisible.mjs * strips exactly this set instead of testing \p{Cf} live, and the Python port * reads the SAME set from data/invisible-charset.json's `cf_codepoints`, so both * layers strip an identical Cf set regardless of each runtime's own Unicode * version. Regenerate with `node scripts/gen-invisible-charset.mjs`; * test/invisible-charset.test.mjs fails if this drifts from Node's \p{Cf}. */ export const UNICODE_VERSION: "17.0"; /** @type {readonly number[]} Sorted ascending. */ export const CF_CODEPOINTS: readonly number[];