Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 | 13x | /** * Mirrors `SESSION.GLOBAL` from `json-joy/lib/json-crdt-patch/enums`. Defined * here as a plain runtime constant because `SESSION` is a TypeScript * `const enum` — it has no runtime export, so bundlers that transpile without * full type information (e.g. ts-loader `transpileOnly: true`) cannot inline * `SESSION.GLOBAL`. */ export const SESSION_GLOBAL = 2; |