Skip to main content
Version: v0.0.4

Interface: GemSource

A raw GEM source file, plus the direction it maps and its release version. BYO - the caller supplies the public-domain CMS GEM file content.

Properties

content

readonly content: string

The raw GEM file content (whitespace-delimited: source target flags, one entry per line).


direction

readonly direction: GemDirection

Which direction this file maps ("9-to-10" for …_I9gem.txt, "10-to-9" for …_I10gem.txt).


version?

readonly optional version?: string

The GEM release/version (e.g. "2018"), when known - mappings are release-scoped.