bobe 0.0.71 → 0.0.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2884,5 +2884,5 @@ const effect = (callback, depOrOpt, opt) => {
2884
2884
  return effect$1(callback, option);
2885
2885
  };
2886
2886
 
2887
- export { Compiler, FakeType, Mw, MwCtx, NodeType, ParseSyntaxError, Tokenizer, bobe, context, customRender, effect };
2887
+ export { Compiler, FakeType, Interpreter, Mw, MwCtx, NodeType, ParseSyntaxError, Tokenizer, bobe, context, customRender, effect };
2888
2888
  //# sourceMappingURL=bobe.compiler.esm.js.map
package/dist/bobe.esm.js CHANGED
@@ -2857,5 +2857,5 @@ const effect = (callback, depOrOpt, opt) => {
2857
2857
  return effect$1(callback, option);
2858
2858
  };
2859
2859
 
2860
- export { Compiler, FakeType, Mw, MwCtx, NodeType, ParseSyntaxError, Tokenizer, bobe, context, customRender, effect };
2860
+ export { Compiler, FakeType, Interpreter, Mw, MwCtx, NodeType, ParseSyntaxError, Tokenizer, bobe, context, customRender, effect };
2861
2861
  //# sourceMappingURL=bobe.esm.js.map
package/dist/index.d.ts CHANGED
@@ -627,5 +627,5 @@ declare const context: IContext;
627
627
 
628
628
  declare const effect: (callback: (...args: ValueDiff[]) => void, depOrOpt?: Dep[] | Dep | CustomEffectOpt, opt?: CustomEffectOpt) => aoye.Effect;
629
629
 
630
- export { Compiler, FakeType, Mw, MwCtx, NodeType, ParseErrorCode, ParseSyntaxError, Tokenizer, bobe, context, customRender, effect };
630
+ export { Compiler, FakeType, Interpreter, Mw, MwCtx, NodeType, ParseErrorCode, ParseSyntaxError, Tokenizer, bobe, context, customRender, effect };
631
631
  export type { ASTNodeType, BaseNode, CommentNode, ComponentNode, ConditionalNode, DynamicValue, ElementNode, FragmentNode, IContext, InterpolationNode, LogicNode, LoopNode, ParseError, Program, Property, PropertyKeyNode, PropertyValue, SourceLocation, StaticValue, TemplateNode, TextNode, UI };
package/dist/index.umd.js CHANGED
@@ -2865,6 +2865,7 @@
2865
2865
  });
2866
2866
  exports.Compiler = Compiler;
2867
2867
  exports.FakeType = FakeType;
2868
+ exports.Interpreter = Interpreter;
2868
2869
  exports.Mw = Mw;
2869
2870
  exports.MwCtx = MwCtx;
2870
2871
  exports.NodeType = NodeType;