Interface: GemMap
A loaded, immutable GEM map. Entries are keyed by source code (a source may have many entries - the maps are 1:many). Applied only in its direction; never inverted.
Properties
count
readonlycount:number
The number of loaded entries.
direction
readonlydirection:GemDirection
Which direction this file maps. Applied only this way.
entries
readonlyentries:ReadonlyMap<string, readonlyGemEntry[]>
Entries keyed by source code, each list in file order. Read-only; frozen.
version?
readonlyoptionalversion?:string
The GEM version/release (e.g. "2018"), when supplied - mappings are release-scoped.
warnings
readonlywarnings: readonlyGemLoadWarning[]
The skipped-row warnings surfaced during load, in line order. Frozen; may be empty.