@glimmer/wire-format
Version:
33 lines • 675 B
TypeScript
export declare enum Opcodes {
Text = 0,
Append = 1,
Comment = 2,
Modifier = 3,
Block = 4,
Component = 5,
DynamicComponent = 6,
OpenElement = 7,
FlushElement = 8,
CloseElement = 9,
StaticAttr = 10,
DynamicAttr = 11,
ComponentAttr = 12,
AttrSplat = 13,
Yield = 14,
Partial = 15,
DynamicArg = 16,
StaticArg = 17,
TrustingAttr = 18,
TrustingComponentAttr = 19,
Debugger = 20,
ClientSideStatement = 21,
Unknown = 22,
Get = 23,
MaybeLocal = 24,
HasBlock = 25,
HasBlockParams = 26,
Undefined = 27,
Helper = 28,
Concat = 29
}
//# sourceMappingURL=opcodes.d.ts.map