/** * Mechanical Invariant Test: Emitter Special-Cases ⊆ Globals * * This test verifies that every identifier the emitter "just knows" about * via special-casing exists in the globals package. * * The principle: The emitter must not emit CLR mappings for types that * aren't declared in the globals packages. If a type isn't in globals, * TypeScript name resolution will fail first (which is correct behavior). * * Source of truth for special-cased identifiers: * - packages/emitter/src/types/references.ts */ export {}; //# sourceMappingURL=emitter-globals-subset.test.d.ts.map