go2hx

manual

github

Module stdgo.html.template has compilation errors, please do not use:

 ERROR  stdgo/_internal/text/template/Template_Template_static_extension.hx:11: characters 102-147

 11 |             if (((_old != null && ((_old : Dynamic).__nil__ == null || !(_old : Dynamic).__nil__) && stdgo._internal.text.template.Template__parse._parse.isEmptyTree(stdgo.Go.asInterface(_tree.root)) : Bool) && ((_old.tree != null) && ((_old.tree : Dynamic).__nil__ == null || !(_old.tree : Dynamic).__nil__)) : Bool)) {
    |                                                                                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : stdgo._internal.text.template.Template__parse

 ERROR  (macro) stdgo/_internal/text/template/Template_Template_static_extension.hx:23: characters 23-68

 23 |         var __tmp__ = stdgo._internal.text.template.Template__parse._parse.parse(_t._name?.__copy__(), _text?.__copy__(), _t._leftDelim?.__copy__(), _t._rightDelim?.__copy__(), _t._common._parseFuncs, stdgo._internal.text.template.Template__builtins._builtins()), _trees:stdgo.GoMap<stdgo.GoString, stdgo.Ref<stdgo._internal.text.template.parse.Parse_Tree.Tree>> = __tmp__._0, _err:stdgo.Error = __tmp__._1;
    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    | Type not found : stdgo._internal.text.template.Template__parse