Skip to main content
Version: v0.0.4

Interface: GemEntry

One loaded GEM entry - a source code, its (optional) target, and the decoded GemFlags. A No-Map entry (GemFlags.noMap) carries no target: the source has no equivalent, and the engine never invents one.

Properties

flags

readonly flags: GemFlags

The decoded steward flags.


source

readonly source: string

The source code (in the map's source classification), verbatim.


target?

readonly optional target?: string

The target code (in the map's target classification), verbatim - absent for a No-Map entry.