Module: JsxRosetta::IR::Node
- Included in:
- Attribute, ClassList, Comment, Component, ComponentInvocation, Conditional, ConditionalSegment, Element, EventBinding, Fragment, Interpolation, LocalBinding, Loop, Prop, ReactHookCall, RouteEntry, RouteTree, Slot, SpreadAttribute, StimulusBinding, StimulusMethod, Style, StyleBinding, StyleDeclaration, Text
- Defined in:
- lib/jsx_rosetta/ir/types.rb
Overview
Marker module included by every IR node type. Lets backends and tests sanity-check that something is an IR value (‘is_a?(IR::Node)`).