diff --git a/CHANGELOG.md b/CHANGELOG.md index 7293985b..2b257b22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.2](https://github.com/baidu/san-ssr/compare/v1.10.1...v1.10.2) (2020-03-27) + + +### Performance Improvements + +* reutilization of RendererCompiler ([8269ae1](https://github.com/baidu/san-ssr/commit/8269ae14199f7faae5b6b0aa2145b3d0d80d0e61)) + ## [1.10.1](https://github.com/baidu/san-ssr/compare/v1.10.0...v1.10.1) (2020-03-19) diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 62b35823..477beaa9 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"1":"External module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"\"utils/emitter\"","url":"modules/_utils_emitter_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":128,"name":"Emitter","url":"classes/_utils_emitter_.emitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"utils/emitter\""},{"id":2,"kind":1024,"name":"indentLevel","url":"classes/_utils_emitter_.emitter.html#indentlevel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":3,"kind":1024,"name":"shiftWidth","url":"classes/_utils_emitter_.emitter.html#shiftwidth","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":4,"kind":1024,"name":"code","url":"classes/_utils_emitter_.emitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"utils/emitter\".Emitter"},{"id":5,"kind":512,"name":"constructor","url":"classes/_utils_emitter_.emitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":6,"kind":2048,"name":"write","url":"classes/_utils_emitter_.emitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":7,"kind":2048,"name":"fullText","url":"classes/_utils_emitter_.emitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":8,"kind":2048,"name":"indent","url":"classes/_utils_emitter_.emitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":9,"kind":2048,"name":"unindent","url":"classes/_utils_emitter_.emitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":10,"kind":2048,"name":"writeNewLine","url":"classes/_utils_emitter_.emitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":11,"kind":2048,"name":"nextLine","url":"classes/_utils_emitter_.emitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":12,"kind":2048,"name":"feedLine","url":"classes/_utils_emitter_.emitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":13,"kind":2048,"name":"writeLine","url":"classes/_utils_emitter_.emitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":14,"kind":2048,"name":"writeLines","url":"classes/_utils_emitter_.emitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":15,"kind":2048,"name":"writeIndentedLines","url":"classes/_utils_emitter_.emitter.html#writeindentedlines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":16,"kind":2048,"name":"carriageReturn","url":"classes/_utils_emitter_.emitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":17,"kind":2048,"name":"defaultWrite","url":"classes/_utils_emitter_.emitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"\"utils/emitter\".Emitter"},{"id":18,"kind":2048,"name":"atLineBegin","url":"classes/_utils_emitter_.emitter.html#atlinebegin","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":19,"kind":2048,"name":"size","url":"classes/_utils_emitter_.emitter.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":20,"kind":2048,"name":"lastChar","url":"classes/_utils_emitter_.emitter.html#lastchar","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":21,"kind":1,"name":"\"utils/lang\"","url":"modules/_utils_lang_.html","classes":"tsd-kind-external-module"},{"id":22,"kind":64,"name":"isValidIdentifier","url":"modules/_utils_lang_.html#isvalididentifier","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/lang\""},{"id":23,"kind":64,"name":"getMember","url":"modules/_utils_lang_.html#getmember","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"utils/lang\""},{"id":24,"kind":1,"name":"\"utils/type-guards\"","url":"modules/_utils_type_guards_.html","classes":"tsd-kind-external-module"},{"id":25,"kind":64,"name":"isExprUnaryNode","url":"modules/_utils_type_guards_.html#isexprunarynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":26,"kind":64,"name":"isExprStringNode","url":"modules/_utils_type_guards_.html#isexprstringnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":27,"kind":64,"name":"isExprNumberNode","url":"modules/_utils_type_guards_.html#isexprnumbernode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":28,"kind":64,"name":"isExprBoolNode","url":"modules/_utils_type_guards_.html#isexprboolnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":29,"kind":64,"name":"isExprAccessorNode","url":"modules/_utils_type_guards_.html#isexpraccessornode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":30,"kind":64,"name":"isExprInterpNode","url":"modules/_utils_type_guards_.html#isexprinterpnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":31,"kind":64,"name":"isExprCallNode","url":"modules/_utils_type_guards_.html#isexprcallnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":32,"kind":64,"name":"isExprTextNode","url":"modules/_utils_type_guards_.html#isexprtextnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":33,"kind":64,"name":"isExprBinaryNode","url":"modules/_utils_type_guards_.html#isexprbinarynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":34,"kind":64,"name":"isExprTertiaryNode","url":"modules/_utils_type_guards_.html#isexprtertiarynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":35,"kind":64,"name":"isExprArrayNode","url":"modules/_utils_type_guards_.html#isexprarraynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":36,"kind":64,"name":"isExprObjectNode","url":"modules/_utils_type_guards_.html#isexprobjectnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":37,"kind":64,"name":"isExprNullNode","url":"modules/_utils_type_guards_.html#isexprnullnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":38,"kind":64,"name":"isASlotNode","url":"modules/_utils_type_guards_.html#isaslotnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":39,"kind":64,"name":"isAIfNode","url":"modules/_utils_type_guards_.html#isaifnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":40,"kind":64,"name":"isAForNode","url":"modules/_utils_type_guards_.html#isafornode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":41,"kind":64,"name":"isATextNode","url":"modules/_utils_type_guards_.html#isatextnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":42,"kind":64,"name":"isATemplateNode","url":"modules/_utils_type_guards_.html#isatemplatenode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":43,"kind":1,"name":"\"target-js/compilers/expr-compiler\"","url":"modules/_target_js_compilers_expr_compiler_.html","classes":"tsd-kind-external-module"},{"id":44,"kind":2097152,"name":"binaryOp","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":45,"kind":32,"name":"43","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":46,"kind":32,"name":"45","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":47,"kind":32,"name":"42","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":48,"kind":32,"name":"47","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":49,"kind":32,"name":"60","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":50,"kind":32,"name":"62","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":51,"kind":32,"name":"76","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":52,"kind":32,"name":"94","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":53,"kind":32,"name":"121","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":54,"kind":32,"name":"122","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":55,"kind":32,"name":"123","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":56,"kind":32,"name":"155","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":57,"kind":32,"name":"183","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":58,"kind":32,"name":"248","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":59,"kind":64,"name":"unary","url":"modules/_target_js_compilers_expr_compiler_.html#unary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":60,"kind":64,"name":"binary","url":"modules/_target_js_compilers_expr_compiler_.html#binary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":61,"kind":64,"name":"tertiary","url":"modules/_target_js_compilers_expr_compiler_.html#tertiary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":62,"kind":64,"name":"stringLiteralize","url":"modules/_target_js_compilers_expr_compiler_.html#stringliteralize","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":63,"kind":64,"name":"dataAccess","url":"modules/_target_js_compilers_expr_compiler_.html#dataaccess","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":64,"kind":64,"name":"callExpr","url":"modules/_target_js_compilers_expr_compiler_.html#callexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":65,"kind":64,"name":"interp","url":"modules/_target_js_compilers_expr_compiler_.html#interp","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":66,"kind":64,"name":"text","url":"modules/_target_js_compilers_expr_compiler_.html#text","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":67,"kind":64,"name":"array","url":"modules/_target_js_compilers_expr_compiler_.html#array","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":68,"kind":64,"name":"object","url":"modules/_target_js_compilers_expr_compiler_.html#object","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":69,"kind":64,"name":"expr","url":"modules/_target_js_compilers_expr_compiler_.html#expr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":70,"kind":64,"name":"dispatch","url":"modules/_target_js_compilers_expr_compiler_.html#dispatch","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":71,"kind":1,"name":"\"target-js/emitters/emitter\"","url":"modules/_target_js_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":72,"kind":128,"name":"JSEmitter","url":"classes/_target_js_emitters_emitter_.jsemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/emitters/emitter\""},{"id":73,"kind":1024,"name":"buffer","url":"classes/_target_js_emitters_emitter_.jsemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":74,"kind":2048,"name":"fullText","url":"classes/_target_js_emitters_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":75,"kind":2048,"name":"write","url":"classes/_target_js_emitters_emitter_.jsemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":76,"kind":2048,"name":"writeHTML","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writehtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":77,"kind":2048,"name":"writeDataComment","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":78,"kind":2048,"name":"bufferHTMLLiteral","url":"classes/_target_js_emitters_emitter_.jsemitter.html#bufferhtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":79,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_target_js_emitters_emitter_.jsemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":80,"kind":2048,"name":"writeSwitch","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":81,"kind":2048,"name":"writeCase","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":82,"kind":2048,"name":"writeBreak","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":83,"kind":2048,"name":"writeDefault","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":84,"kind":2048,"name":"writeFunction","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":85,"kind":2048,"name":"writeFunctionCall","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":86,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":87,"kind":2048,"name":"writeIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":88,"kind":2048,"name":"beginIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":89,"kind":2048,"name":"beginElseIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":90,"kind":2048,"name":"beginElse","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":91,"kind":2048,"name":"endIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":92,"kind":2048,"name":"writeFor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":93,"kind":2048,"name":"beginFor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":94,"kind":2048,"name":"endFor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#endfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":95,"kind":2048,"name":"writeContinue","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":96,"kind":2048,"name":"writeBlock","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":97,"kind":2048,"name":"beginBlock","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":98,"kind":2048,"name":"endBlock","url":"classes/_target_js_emitters_emitter_.jsemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":99,"kind":1024,"name":"code","url":"classes/_target_js_emitters_emitter_.jsemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":100,"kind":512,"name":"constructor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":101,"kind":2048,"name":"indent","url":"classes/_target_js_emitters_emitter_.jsemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":102,"kind":2048,"name":"unindent","url":"classes/_target_js_emitters_emitter_.jsemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":103,"kind":2048,"name":"writeNewLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":104,"kind":2048,"name":"nextLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":105,"kind":2048,"name":"feedLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":106,"kind":2048,"name":"writeLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":107,"kind":2048,"name":"writeLines","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":108,"kind":2048,"name":"writeIndentedLines","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeindentedlines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":109,"kind":2048,"name":"carriageReturn","url":"classes/_target_js_emitters_emitter_.jsemitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":110,"kind":2048,"name":"defaultWrite","url":"classes/_target_js_emitters_emitter_.jsemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":111,"kind":1,"name":"\"utils/underscore\"","url":"modules/_utils_underscore_.html","classes":"tsd-kind-external-module"},{"id":112,"kind":2097152,"name":"BASE_PROPS","url":"modules/_utils_underscore_.html#base_props","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":113,"kind":32,"name":"class","url":"modules/_utils_underscore_.html#base_props.class","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".BASE_PROPS"},{"id":114,"kind":32,"name":"style","url":"modules/_utils_underscore_.html#base_props.style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".BASE_PROPS"},{"id":115,"kind":32,"name":"id","url":"modules/_utils_underscore_.html#base_props.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".BASE_PROPS"},{"id":116,"kind":64,"name":"extend","url":"modules/_utils_underscore_.html#extend","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":117,"kind":64,"name":"includes","url":"modules/_utils_underscore_.html#includes","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":118,"kind":2097152,"name":"HTML_ENTITY","url":"modules/_utils_underscore_.html#html_entity","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":119,"kind":32,"name":"&","url":"modules/_utils_underscore_.html#html_entity._-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":120,"kind":32,"name":"<","url":"modules/_utils_underscore_.html#html_entity._-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":121,"kind":32,"name":">","url":"modules/_utils_underscore_.html#html_entity._-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":122,"kind":32,"name":"\"","url":"modules/_utils_underscore_.html#html_entity._","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":123,"kind":32,"name":"'","url":"modules/_utils_underscore_.html#html_entity._-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":124,"kind":64,"name":"escapeHTML","url":"modules/_utils_underscore_.html#escapehtml","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":125,"kind":64,"name":"_classFilter","url":"modules/_utils_underscore_.html#_classfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":126,"kind":64,"name":"isObject","url":"modules/_utils_underscore_.html#isobject","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":127,"kind":64,"name":"_styleFilter","url":"modules/_utils_underscore_.html#_stylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":128,"kind":64,"name":"_xclassFilter","url":"modules/_utils_underscore_.html#_xclassfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":129,"kind":64,"name":"_xstyleFilter","url":"modules/_utils_underscore_.html#_xstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":130,"kind":64,"name":"attrFilter","url":"modules/_utils_underscore_.html#attrfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":131,"kind":64,"name":"boolAttrFilter","url":"modules/_utils_underscore_.html#boolattrfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":132,"kind":64,"name":"defaultStyleFilter","url":"modules/_utils_underscore_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":133,"kind":64,"name":"createFromPrototype","url":"modules/_utils_underscore_.html#createfromprototype","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":134,"kind":2097152,"name":"_","url":"modules/_utils_underscore_.html#_-5","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":135,"kind":32,"name":"escapeHTML","url":"modules/_utils_underscore_.html#_-5.escapehtml-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":136,"kind":32,"name":"defaultStyleFilter","url":"modules/_utils_underscore_.html#_-5.defaultstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":137,"kind":32,"name":"boolAttrFilter","url":"modules/_utils_underscore_.html#_-5.boolattrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":138,"kind":32,"name":"attrFilter","url":"modules/_utils_underscore_.html#_-5.attrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":139,"kind":32,"name":"extend","url":"modules/_utils_underscore_.html#_-5.extend-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":140,"kind":32,"name":"includes","url":"modules/_utils_underscore_.html#_-5.includes-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":141,"kind":32,"name":"_classFilter","url":"modules/_utils_underscore_.html#_-5._classfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":142,"kind":32,"name":"_styleFilter","url":"modules/_utils_underscore_.html#_-5._stylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":143,"kind":32,"name":"_xstyleFilter","url":"modules/_utils_underscore_.html#_-5._xstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":144,"kind":32,"name":"_xclassFilter","url":"modules/_utils_underscore_.html#_-5._xclassfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":145,"kind":32,"name":"createFromPrototype","url":"modules/_utils_underscore_.html#_-5.createfromprototype-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":146,"kind":1,"name":"\"models/compiled-component\"","url":"modules/_models_compiled_component_.html","classes":"tsd-kind-external-module"},{"id":147,"kind":256,"name":"CompiledComponent","url":"interfaces/_models_compiled_component_.compiledcomponent.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"models/compiled-component\""},{"id":148,"kind":1024,"name":"aNode","url":"interfaces/_models_compiled_component_.compiledcomponent.html#anode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":149,"kind":2048,"name":"initData","url":"interfaces/_models_compiled_component_.compiledcomponent.html#initdata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":150,"kind":2048,"name":"inited","url":"interfaces/_models_compiled_component_.compiledcomponent.html#inited","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":151,"kind":2048,"name":"getComponentType","url":"interfaces/_models_compiled_component_.compiledcomponent.html#getcomponenttype","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":152,"kind":1024,"name":"components","url":"interfaces/_models_compiled_component_.compiledcomponent.html#components","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":153,"kind":65536,"name":"__type","url":"interfaces/_models_compiled_component_.compiledcomponent.html#components.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/compiled-component\".CompiledComponent.components"},{"id":154,"kind":512,"name":"constructor","url":"interfaces/_models_compiled_component_.compiledcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":155,"kind":1024,"name":"el","url":"interfaces/_models_compiled_component_.compiledcomponent.html#el","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":156,"kind":1024,"name":"nodeType","url":"interfaces/_models_compiled_component_.compiledcomponent.html#nodetype","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":157,"kind":1024,"name":"data","url":"interfaces/_models_compiled_component_.compiledcomponent.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":158,"kind":2048,"name":"fire","url":"interfaces/_models_compiled_component_.compiledcomponent.html#fire","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":159,"kind":2048,"name":"dispatch","url":"interfaces/_models_compiled_component_.compiledcomponent.html#dispatch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":160,"kind":2048,"name":"on","url":"interfaces/_models_compiled_component_.compiledcomponent.html#on","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":161,"kind":2048,"name":"un","url":"interfaces/_models_compiled_component_.compiledcomponent.html#un","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":162,"kind":2048,"name":"watch","url":"interfaces/_models_compiled_component_.compiledcomponent.html#watch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":163,"kind":2048,"name":"ref","url":"interfaces/_models_compiled_component_.compiledcomponent.html#ref","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":164,"kind":2048,"name":"slot","url":"interfaces/_models_compiled_component_.compiledcomponent.html#slot","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":165,"kind":2048,"name":"nextTick","url":"interfaces/_models_compiled_component_.compiledcomponent.html#nexttick","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":166,"kind":2048,"name":"attach","url":"interfaces/_models_compiled_component_.compiledcomponent.html#attach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":167,"kind":2048,"name":"detach","url":"interfaces/_models_compiled_component_.compiledcomponent.html#detach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":168,"kind":2048,"name":"dispose","url":"interfaces/_models_compiled_component_.compiledcomponent.html#dispose","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":169,"kind":1,"name":"\"models/component\"","url":"modules/_models_component_.html","classes":"tsd-kind-external-module"},{"id":170,"kind":256,"name":"Computed","url":"interfaces/_models_component_.computed.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":171,"kind":256,"name":"Filters","url":"interfaces/_models_component_.filters.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":172,"kind":128,"name":"SanSSRFiltersDeclarations","url":"classes/_models_component_.sanssrfiltersdeclarations.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":173,"kind":128,"name":"SanSSRComputedDeclarations","url":"classes/_models_component_.sanssrcomputeddeclarations.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":174,"kind":4194304,"name":"ComponentClass","url":"modules/_models_component_.html#componentclass","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":175,"kind":4194304,"name":"Components","url":"modules/_models_component_.html#components","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":176,"kind":32,"name":"COMPONENT_RESERVED_MEMBERS","url":"modules/_models_component_.html#component_reserved_members","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":177,"kind":64,"name":"isComponentLoader","url":"modules/_models_component_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":178,"kind":1,"name":"\"models/san-data\"","url":"modules/_models_san_data_.html","classes":"tsd-kind-external-module"},{"id":179,"kind":256,"name":"DataObject","url":"interfaces/_models_san_data_.dataobject.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-data\""},{"id":180,"kind":128,"name":"SanData","url":"classes/_models_san_data_.sandata.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-data\""},{"id":181,"kind":1024,"name":"data","url":"classes/_models_san_data_.sandata.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":182,"kind":1024,"name":"computed","url":"classes/_models_san_data_.sandata.html#computed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":183,"kind":512,"name":"constructor","url":"classes/_models_san_data_.sandata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":184,"kind":2048,"name":"get","url":"classes/_models_san_data_.sandata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":185,"kind":2048,"name":"set","url":"classes/_models_san_data_.sandata.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":186,"kind":2048,"name":"removeAt","url":"classes/_models_san_data_.sandata.html#removeat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":187,"kind":2048,"name":"parseExpr","url":"classes/_models_san_data_.sandata.html#parseexpr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":188,"kind":1,"name":"\"models/renderer\"","url":"modules/_models_renderer_.html","classes":"tsd-kind-external-module"},{"id":189,"kind":256,"name":"Renderer","url":"interfaces/_models_renderer_.renderer.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/renderer\""},{"id":190,"kind":1,"name":"\"models/source-file-type\"","url":"modules/_models_source_file_type_.html","classes":"tsd-kind-external-module"},{"id":191,"kind":4,"name":"SourceFileType","url":"enums/_models_source_file_type_.sourcefiletype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"models/source-file-type\""},{"id":192,"kind":16,"name":"js","url":"enums/_models_source_file_type_.sourcefiletype.html#js","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/source-file-type\".SourceFileType"},{"id":193,"kind":16,"name":"ts","url":"enums/_models_source_file_type_.sourcefiletype.html#ts","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/source-file-type\".SourceFileType"},{"id":194,"kind":64,"name":"getSourceFileType","url":"modules/_models_source_file_type_.html#getsourcefiletype","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/source-file-type\""},{"id":195,"kind":64,"name":"getSourceFileTypeOrThrow","url":"modules/_models_source_file_type_.html#getsourcefiletypeorthrow","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/source-file-type\""},{"id":196,"kind":1,"name":"\"models/component-info\"","url":"modules/_models_component_info_.html","classes":"tsd-kind-external-module"},{"id":197,"kind":256,"name":"ComponentInfoOptions","url":"interfaces/_models_component_info_.componentinfooptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/component-info\""},{"id":198,"kind":1024,"name":"filters","url":"interfaces/_models_component_info_.componentinfooptions.html#filters","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":199,"kind":1024,"name":"component","url":"interfaces/_models_component_info_.componentinfooptions.html#component","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":200,"kind":1024,"name":"computed","url":"interfaces/_models_component_info_.componentinfooptions.html#computed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":201,"kind":1024,"name":"template","url":"interfaces/_models_component_info_.componentinfooptions.html#template","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":202,"kind":1024,"name":"cid","url":"interfaces/_models_component_info_.componentinfooptions.html#cid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":203,"kind":1024,"name":"children","url":"interfaces/_models_component_info_.componentinfooptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":204,"kind":1024,"name":"componentClass","url":"interfaces/_models_component_info_.componentinfooptions.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":205,"kind":1024,"name":"childComponentClasses","url":"interfaces/_models_component_info_.componentinfooptions.html#childcomponentclasses","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":206,"kind":128,"name":"ComponentInfo","url":"classes/_models_component_info_.componentinfo.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component-info\""},{"id":207,"kind":1024,"name":"filters","url":"classes/_models_component_info_.componentinfo.html#filters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":208,"kind":1024,"name":"computed","url":"classes/_models_component_info_.componentinfo.html#computed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":209,"kind":1024,"name":"template","url":"classes/_models_component_info_.componentinfo.html#template","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":210,"kind":1024,"name":"cid","url":"classes/_models_component_info_.componentinfo.html#cid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":211,"kind":1024,"name":"componentClass","url":"classes/_models_component_info_.componentinfo.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":212,"kind":1024,"name":"children","url":"classes/_models_component_info_.componentinfo.html#children","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":213,"kind":1024,"name":"childComponentClasses","url":"classes/_models_component_info_.componentinfo.html#childcomponentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":214,"kind":1024,"name":"component","url":"classes/_models_component_info_.componentinfo.html#component","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":215,"kind":512,"name":"constructor","url":"classes/_models_component_info_.componentinfo.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":216,"kind":1,"name":"\"models/san-source-file\"","url":"modules/_models_san_source_file_.html","classes":"tsd-kind-external-module"},{"id":217,"kind":256,"name":"SanSourceFileOptions","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-source-file\""},{"id":218,"kind":1024,"name":"sourceFile","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#sourcefile","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":219,"kind":1024,"name":"componentClassIdentifier","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":220,"kind":1024,"name":"fileType","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#filetype","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":221,"kind":1024,"name":"filepath","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#filepath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":222,"kind":128,"name":"SanSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-source-file\""},{"id":223,"kind":1024,"name":"tsSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html#tssourcefile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":224,"kind":1024,"name":"componentClassIdentifier","url":"classes/_models_san_source_file_.sansourcefile.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":225,"kind":1024,"name":"fakeProperties","url":"classes/_models_san_source_file_.sansourcefile.html#fakeproperties","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":226,"kind":1024,"name":"componentClassDeclarations","url":"classes/_models_san_source_file_.sansourcefile.html#componentclassdeclarations","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":227,"kind":1024,"name":"componentInfos","url":"classes/_models_san_source_file_.sansourcefile.html#componentinfos","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":228,"kind":1024,"name":"fileType","url":"classes/_models_san_source_file_.sansourcefile.html#filetype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":229,"kind":1024,"name":"filepath","url":"classes/_models_san_source_file_.sansourcefile.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-source-file\".SanSourceFile"},{"id":230,"kind":512,"name":"constructor","url":"classes/_models_san_source_file_.sansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"\"models/san-source-file\".SanSourceFile"},{"id":231,"kind":2048,"name":"createFromTSSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html#createfromtssourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-source-file\".SanSourceFile"},{"id":232,"kind":2048,"name":"createFromJSFilePath","url":"classes/_models_san_source_file_.sansourcefile.html#createfromjsfilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-source-file\".SanSourceFile"},{"id":233,"kind":2048,"name":"createVirtualSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html#createvirtualsourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-source-file\".SanSourceFile"},{"id":234,"kind":2048,"name":"getClassDeclarations","url":"classes/_models_san_source_file_.sansourcefile.html#getclassdeclarations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":235,"kind":2048,"name":"getFullText","url":"classes/_models_san_source_file_.sansourcefile.html#getfulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":236,"kind":2048,"name":"getFilePath","url":"classes/_models_san_source_file_.sansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":237,"kind":2048,"name":"getClass","url":"classes/_models_san_source_file_.sansourcefile.html#getclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":238,"kind":1,"name":"\"parsers/component-parser\"","url":"modules/_parsers_component_parser_.html","classes":"tsd-kind-external-module"},{"id":239,"kind":128,"name":"ComponentParser","url":"classes/_parsers_component_parser_.componentparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component-parser\""},{"id":240,"kind":1024,"name":"id","url":"classes/_parsers_component_parser_.componentparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":241,"kind":2048,"name":"parseComponent","url":"classes/_parsers_component_parser_.componentparser.html#parsecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":242,"kind":2048,"name":"parseChildComponentClasses","url":"classes/_parsers_component_parser_.componentparser.html#parsechildcomponentclasses","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":243,"kind":2048,"name":"visitANodeRecursively","url":"classes/_parsers_component_parser_.componentparser.html#visitanoderecursively","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":244,"kind":2048,"name":"createComponentInstance","url":"classes/_parsers_component_parser_.componentparser.html#createcomponentinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":245,"kind":2048,"name":"parseFilters","url":"classes/_parsers_component_parser_.componentparser.html#parsefilters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":246,"kind":2048,"name":"parseComputed","url":"classes/_parsers_component_parser_.componentparser.html#parsecomputed","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":247,"kind":1,"name":"\"models/component-tree\"","url":"modules/_models_component_tree_.html","classes":"tsd-kind-external-module"},{"id":248,"kind":128,"name":"ComponentTree","url":"classes/_models_component_tree_.componenttree.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component-tree\""},{"id":249,"kind":1024,"name":"root","url":"classes/_models_component_tree_.componenttree.html#root","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":250,"kind":1024,"name":"nodes","url":"classes/_models_component_tree_.componenttree.html#nodes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/component-tree\".ComponentTree"},{"id":251,"kind":1024,"name":"parser","url":"classes/_models_component_tree_.componenttree.html#parser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/component-tree\".ComponentTree"},{"id":252,"kind":512,"name":"constructor","url":"classes/_models_component_tree_.componenttree.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":253,"kind":2048,"name":"addComponentClass","url":"classes/_models_component_tree_.componenttree.html#addcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":254,"kind":2048,"name":"preOrder","url":"classes/_models_component_tree_.componenttree.html#preorder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":255,"kind":1,"name":"\"models/san-app\"","url":"modules/_models_san_app_.html","classes":"tsd-kind-external-module"},{"id":256,"kind":128,"name":"SanApp","url":"classes/_models_san_app_.sanapp.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-app\""},{"id":257,"kind":1024,"name":"entrySourceFile","url":"classes/_models_san_app_.sanapp.html#entrysourcefile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":258,"kind":1024,"name":"projectFiles","url":"classes/_models_san_app_.sanapp.html#projectfiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":259,"kind":1024,"name":"componentTree","url":"classes/_models_san_app_.sanapp.html#componenttree","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":260,"kind":512,"name":"constructor","url":"classes/_models_san_app_.sanapp.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":261,"kind":2048,"name":"getEntryComponentClass","url":"classes/_models_san_app_.sanapp.html#getentrycomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":262,"kind":1,"name":"\"models/compiler\"","url":"modules/_models_compiler_.html","classes":"tsd-kind-external-module"},{"id":263,"kind":256,"name":"Compiler","url":"interfaces/_models_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/compiler\""},{"id":264,"kind":2048,"name":"compile","url":"interfaces/_models_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":265,"kind":2048,"name":"compileToRenderer","url":"interfaces/_models_compiler_.compiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":266,"kind":1,"name":"\"utils/fs\"","url":"modules/_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":267,"kind":64,"name":"readStringSync","url":"modules/_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/fs\""},{"id":268,"kind":1,"name":"\"target-js/emitters/runtime\"","url":"modules/_target_js_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":269,"kind":32,"name":"files","url":"modules/_target_js_emitters_runtime_.html#files","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/emitters/runtime\""},{"id":270,"kind":64,"name":"emitRuntime","url":"modules/_target_js_emitters_runtime_.html#emitruntime","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/emitters/runtime\""},{"id":271,"kind":1,"name":"\"target-js/compilers/stringifier\"","url":"modules/_target_js_compilers_stringifier_.html","classes":"tsd-kind-external-module"},{"id":272,"kind":2097152,"name":"stringifier","url":"modules/_target_js_compilers_stringifier_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"target-js/compilers/stringifier\""},{"id":273,"kind":64,"name":"obj","url":"modules/_target_js_compilers_stringifier_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":274,"kind":64,"name":"arr","url":"modules/_target_js_compilers_stringifier_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":275,"kind":64,"name":"str","url":"modules/_target_js_compilers_stringifier_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":276,"kind":64,"name":"date","url":"modules/_target_js_compilers_stringifier_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":277,"kind":64,"name":"any","url":"modules/_target_js_compilers_stringifier_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":278,"kind":1,"name":"\"utils/anode-util\"","url":"modules/_utils_anode_util_.html","classes":"tsd-kind-external-module"},{"id":279,"kind":64,"name":"getANodePropByName","url":"modules/_utils_anode_util_.html#getanodepropbyname","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode-util\""},{"id":280,"kind":64,"name":"getANodeProps","url":"modules/_utils_anode_util_.html#getanodeprops","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode-util\""},{"id":281,"kind":1,"name":"\"utils/dom-util\"","url":"modules/_utils_dom_util_.html","classes":"tsd-kind-external-module"},{"id":282,"kind":32,"name":"autoCloseTags","url":"modules/_utils_dom_util_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/dom-util\""},{"id":283,"kind":32,"name":"booleanAttributes","url":"modules/_utils_dom_util_.html#booleanattributes","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/dom-util\""},{"id":284,"kind":1,"name":"\"target-js/compilers/anode-compiler\"","url":"modules/_target_js_compilers_anode_compiler_.html","classes":"tsd-kind-external-module"},{"id":285,"kind":128,"name":"ANodeCompiler","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/anode-compiler\""},{"id":286,"kind":1024,"name":"ssrIndex","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#ssrindex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":287,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":288,"kind":1024,"name":"componentInfo","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#componentinfo","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":289,"kind":1024,"name":"componentTree","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#componenttree","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":290,"kind":1024,"name":"elementSourceCompiler","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#elementsourcecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":291,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":292,"kind":2048,"name":"compile","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":293,"kind":2048,"name":"compileText","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compiletext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":294,"kind":2048,"name":"compileTemplate","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compiletemplate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":295,"kind":2048,"name":"compileIf","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":296,"kind":2048,"name":"compileFor","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":297,"kind":2048,"name":"compileSlot","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileslot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":298,"kind":2048,"name":"compileElement","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":299,"kind":2048,"name":"compileComponent","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":300,"kind":2048,"name":"compileSlotRenderer","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileslotrenderer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":301,"kind":2048,"name":"componentDataCode","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#componentdatacode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":302,"kind":2048,"name":"nextID","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#nextid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":303,"kind":1,"name":"\"target-js/compilers/element-compiler\"","url":"modules/_target_js_compilers_element_compiler_.html","classes":"tsd-kind-external-module"},{"id":304,"kind":128,"name":"ElementCompiler","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/element-compiler\""},{"id":305,"kind":1024,"name":"aNodeCompiler","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":306,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":307,"kind":1024,"name":"noTemplateOutput","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#notemplateoutput","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":308,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":309,"kind":2048,"name":"tagStart","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#tagstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":310,"kind":2048,"name":"compileProperty","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compileproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":311,"kind":2048,"name":"compileBindProperties","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compilebindproperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":312,"kind":2048,"name":"tagEnd","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#tagend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":313,"kind":2048,"name":"inner","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#inner","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":314,"kind":1,"name":"\"target-js/compilers/renderer-compiler\"","url":"modules/_target_js_compilers_renderer_compiler_.html","classes":"tsd-kind-external-module"},{"id":315,"kind":256,"name":"Data","url":"interfaces/_target_js_compilers_renderer_compiler_.data.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":316,"kind":256,"name":"ComponentRender","url":"interfaces/_target_js_compilers_renderer_compiler_.componentrender.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":317,"kind":256,"name":"SanSSRComponent","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":318,"kind":1024,"name":"filters","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#filters","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":319,"kind":65536,"name":"__type","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#filters.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent.filters"},{"id":320,"kind":1024,"name":"computed","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#computed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":321,"kind":65536,"name":"__type","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#computed.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent.computed"},{"id":322,"kind":1024,"name":"tagName","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#tagname","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":323,"kind":1024,"name":"data","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":324,"kind":256,"name":"CompileContext","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":325,"kind":1024,"name":"instance","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#instance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":326,"kind":1024,"name":"sourceSlots","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#sourceslots","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":327,"kind":1024,"name":"data","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":328,"kind":1024,"name":"owner","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#owner","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":329,"kind":1024,"name":"computedNames","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#computednames","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":330,"kind":1024,"name":"slotRenderers","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#slotrenderers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":331,"kind":65536,"name":"__type","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#slotrenderers.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".CompileContext.slotRenderers"},{"id":332,"kind":128,"name":"RendererCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":333,"kind":1024,"name":"elementCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#elementcompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":334,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":335,"kind":1024,"name":"componentInfo","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#componentinfo","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":336,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":337,"kind":2048,"name":"compileComponentSource","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentsource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":338,"kind":2048,"name":"compileComponentRenderer","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":339,"kind":2048,"name":"compileComponentPrototypeSource","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentprototypesource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":340,"kind":2048,"name":"compileComponentRendererBody","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrendererbody","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":341,"kind":2048,"name":"genComponentContextCode","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#gencomponentcontextcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":342,"kind":32,"name":"RENDERER_ARGS","url":"modules/_target_js_compilers_renderer_compiler_.html#renderer_args","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":343,"kind":4194304,"name":"ExpressionEvaluator","url":"modules/_target_js_compilers_renderer_compiler_.html#expressionevaluator","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":344,"kind":65536,"name":"__type","url":"modules/_target_js_compilers_renderer_compiler_.html#expressionevaluator.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".ExpressionEvaluator"},{"id":345,"kind":4194304,"name":"SourceSlot","url":"modules/_target_js_compilers_renderer_compiler_.html#sourceslot","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":346,"kind":64,"name":"functionString","url":"modules/_target_js_compilers_renderer_compiler_.html#functionstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":347,"kind":1,"name":"\"target-js/index\"","url":"modules/_target_js_index_.html","classes":"tsd-kind-external-module"},{"id":348,"kind":128,"name":"ToJSCompiler","url":"classes/_target_js_index_.tojscompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":349,"kind":1024,"name":"project","url":"classes/_target_js_index_.tojscompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":350,"kind":512,"name":"constructor","url":"classes/_target_js_index_.tojscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":351,"kind":2048,"name":"compile","url":"classes/_target_js_index_.tojscompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":352,"kind":2048,"name":"compileToRenderer","url":"classes/_target_js_index_.tojscompiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":353,"kind":32,"name":"debug","url":"modules/_target_js_index_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/index\""},{"id":354,"kind":4194304,"name":"ToJSCompileOptions","url":"modules/_target_js_index_.html#tojscompileoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":355,"kind":65536,"name":"__type","url":"modules/_target_js_index_.html#tojscompileoptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompileOptions"},{"id":356,"kind":32,"name":"noTemplateOutput","url":"modules/_target_js_index_.html#tojscompileoptions.__type.notemplateoutput","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompileOptions.__type"},{"id":357,"kind":4194304,"name":"ToJSConstructOptions","url":"modules/_target_js_index_.html#tojsconstructoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":358,"kind":65536,"name":"__type","url":"modules/_target_js_index_.html#tojsconstructoptions.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/index\".ToJSConstructOptions"},{"id":359,"kind":32,"name":"project","url":"modules/_target_js_index_.html#tojsconstructoptions.__type-1.project","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSConstructOptions.__type"},{"id":360,"kind":1,"name":"\"utils/ast-util\"","url":"modules/_utils_ast_util_.html","classes":"tsd-kind-external-module"},{"id":361,"kind":32,"name":"debug","url":"modules/_utils_ast_util_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/ast-util\""},{"id":362,"kind":64,"name":"getSanImportDeclaration","url":"modules/_utils_ast_util_.html#getsanimportdeclaration","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":363,"kind":64,"name":"getComponentClassIdentifier","url":"modules/_utils_ast_util_.html#getcomponentclassidentifier","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":364,"kind":64,"name":"isChildClassOf","url":"modules/_utils_ast_util_.html#ischildclassof","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":365,"kind":1,"name":"\"parsers/dependency-resolver\"","url":"modules/_parsers_dependency_resolver_.html","classes":"tsd-kind-external-module"},{"id":366,"kind":64,"name":"getInlineDeclarations","url":"modules/_parsers_dependency_resolver_.html#getinlinedeclarations","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":367,"kind":64,"name":"getInlineDependencies","url":"modules/_parsers_dependency_resolver_.html#getinlinedependencies","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":368,"kind":64,"name":"getDependenciesRecursively","url":"modules/_parsers_dependency_resolver_.html#getdependenciesrecursively","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":369,"kind":64,"name":"shouldInline","url":"modules/_parsers_dependency_resolver_.html#shouldinline","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":370,"kind":64,"name":"isRelativePath","url":"modules/_parsers_dependency_resolver_.html#isrelativepath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":371,"kind":64,"name":"isAbsolutePath","url":"modules/_parsers_dependency_resolver_.html#isabsolutepath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":372,"kind":64,"name":"isPath","url":"modules/_parsers_dependency_resolver_.html#ispath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":373,"kind":1,"name":"\"loaders/common-js\"","url":"modules/_loaders_common_js_.html","classes":"tsd-kind-external-module"},{"id":374,"kind":128,"name":"Module","url":"classes/_loaders_common_js_.module.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":375,"kind":1024,"name":"filepath","url":"classes/_loaders_common_js_.module.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":376,"kind":1024,"name":"content","url":"classes/_loaders_common_js_.module.html#content","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":377,"kind":1024,"name":"exports","url":"classes/_loaders_common_js_.module.html#exports","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":378,"kind":65536,"name":"__type","url":"classes/_loaders_common_js_.module.html#exports.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"loaders/common-js\".Module.exports"},{"id":379,"kind":512,"name":"constructor","url":"classes/_loaders_common_js_.module.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":380,"kind":128,"name":"CommonJS","url":"classes/_loaders_common_js_.commonjs.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":381,"kind":1024,"name":"readFileImpl","url":"classes/_loaders_common_js_.commonjs.html#readfileimpl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":382,"kind":65536,"name":"__type","url":"classes/_loaders_common_js_.commonjs.html#readfileimpl.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"loaders/common-js\".CommonJS.readFileImpl"},{"id":383,"kind":1024,"name":"modules","url":"classes/_loaders_common_js_.commonjs.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":384,"kind":65536,"name":"__type","url":"classes/_loaders_common_js_.commonjs.html#modules.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"loaders/common-js\".CommonJS.modules"},{"id":385,"kind":1024,"name":"cache","url":"classes/_loaders_common_js_.commonjs.html#cache","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".CommonJS"},{"id":386,"kind":512,"name":"constructor","url":"classes/_loaders_common_js_.commonjs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"loaders/common-js\".CommonJS"},{"id":387,"kind":2048,"name":"require","url":"classes/_loaders_common_js_.commonjs.html#require","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"loaders/common-js\".CommonJS"},{"id":388,"kind":2048,"name":"readModuleContent","url":"classes/_loaders_common_js_.commonjs.html#readmodulecontent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":389,"kind":32,"name":"debug","url":"modules/_loaders_common_js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"loaders/common-js\""},{"id":390,"kind":4194304,"name":"Modules","url":"modules/_loaders_common_js_.html#modules","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":391,"kind":65536,"name":"__type","url":"modules/_loaders_common_js_.html#modules.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"loaders/common-js\".Modules"},{"id":392,"kind":4194304,"name":"FileLoader","url":"modules/_loaders_common_js_.html#fileloader","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"loaders/common-js\""},{"id":393,"kind":65536,"name":"__type","url":"modules/_loaders_common_js_.html#fileloader.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"loaders/common-js\".FileLoader"},{"id":394,"kind":64,"name":"defaultFileLoader","url":"modules/_loaders_common_js_.html#defaultfileloader","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"loaders/common-js\""},{"id":395,"kind":1,"name":"\"transpilers/ts2js\"","url":"modules/_transpilers_ts2js_.html","classes":"tsd-kind-external-module"},{"id":396,"kind":32,"name":"debug","url":"modules/_transpilers_ts2js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"transpilers/ts2js\""},{"id":397,"kind":64,"name":"tsSourceFile2js","url":"modules/_transpilers_ts2js_.html#tssourcefile2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transpilers/ts2js\""},{"id":398,"kind":64,"name":"tsCode2js","url":"modules/_transpilers_ts2js_.html#tscode2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transpilers/ts2js\""},{"id":399,"kind":1,"name":"\"parsers/normalize-component\"","url":"modules/_parsers_normalize_component_.html","classes":"tsd-kind-external-module"},{"id":400,"kind":64,"name":"normalizeComponentClass","url":"modules/_parsers_normalize_component_.html#normalizecomponentclass","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/normalize-component\""},{"id":401,"kind":1,"name":"\"parsers/san-app-parser\"","url":"modules/_parsers_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":402,"kind":256,"name":"SanAppParser","url":"interfaces/_parsers_san_app_parser_.sanappparser.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"parsers/san-app-parser\""},{"id":403,"kind":2048,"name":"parseSanAppFromComponentClass","url":"interfaces/_parsers_san_app_parser_.sanappparser.html#parsesanappfromcomponentclass","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":404,"kind":2048,"name":"parseSanApp","url":"interfaces/_parsers_san_app_parser_.sanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":405,"kind":32,"name":"debug","url":"modules/_parsers_san_app_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/san-app-parser\""},{"id":406,"kind":1,"name":"\"parsers/ts-san-app-parser\"","url":"modules/_parsers_ts_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":407,"kind":128,"name":"TSSanAppParser","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/ts-san-app-parser\""},{"id":408,"kind":1024,"name":"project","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#project","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":409,"kind":1024,"name":"id","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":410,"kind":1024,"name":"projectFiles","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#projectfiles","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":411,"kind":1024,"name":"commonJS","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#commonjs","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":412,"kind":1024,"name":"modules","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":413,"kind":65536,"name":"__type","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#modules.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser.modules"},{"id":414,"kind":512,"name":"constructor","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":415,"kind":2048,"name":"parseSanAppFromComponentClass","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#parsesanappfromcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":416,"kind":2048,"name":"parseSanApp","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":417,"kind":2048,"name":"evaluateFile","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#evaluatefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":418,"kind":2048,"name":"parseSanSourceFile","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":419,"kind":2048,"name":"setComponentID","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#setcomponentid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":420,"kind":32,"name":"debug","url":"modules/_parsers_ts_san_app_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/ts-san-app-parser\""},{"id":421,"kind":1,"name":"\"parsers/tsconfig\"","url":"modules/_parsers_tsconfig_.html","classes":"tsd-kind-external-module"},{"id":422,"kind":64,"name":"getDefaultTSConfigPath","url":"modules/_parsers_tsconfig_.html#getdefaulttsconfigpath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":423,"kind":1,"name":"\"parsers/js-san-app-parser\"","url":"modules/_parsers_js_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":424,"kind":128,"name":"JSSanAppParser","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/js-san-app-parser\""},{"id":425,"kind":1024,"name":"projectFiles","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#projectfiles","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":426,"kind":1024,"name":"commonJS","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#commonjs","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":427,"kind":512,"name":"constructor","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":428,"kind":2048,"name":"parseSanAppFromComponentClass","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#parsesanappfromcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":429,"kind":2048,"name":"parseSanApp","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":430,"kind":2048,"name":"evaluateFile","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#evaluatefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":431,"kind":32,"name":"debug","url":"modules/_parsers_js_san_app_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/js-san-app-parser\""},{"id":432,"kind":1,"name":"\"loaders/target\"","url":"modules/_loaders_target_.html","classes":"tsd-kind-external-module"},{"id":433,"kind":64,"name":"loadCompilerClassByTarget","url":"modules/_loaders_target_.html#loadcompilerclassbytarget","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/target\""},{"id":434,"kind":64,"name":"resolve","url":"modules/_loaders_target_.html#resolve","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/target\""},{"id":435,"kind":1,"name":"\"models/san-project\"","url":"modules/_models_san_project_.html","classes":"tsd-kind-external-module"},{"id":436,"kind":256,"name":"SanProjectOptions","url":"interfaces/_models_san_project_.sanprojectoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/san-project\""},{"id":437,"kind":1024,"name":"tsConfigFilePath","url":"interfaces/_models_san_project_.sanprojectoptions.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/san-project\".SanProjectOptions"},{"id":438,"kind":1024,"name":"modules","url":"interfaces/_models_san_project_.sanprojectoptions.html#modules","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/san-project\".SanProjectOptions"},{"id":439,"kind":256,"name":"CompileOptions","url":"interfaces/_models_san_project_.compileoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-project\""},{"id":440,"kind":128,"name":"SanProject","url":"classes/_models_san_project_.sanproject.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-project\""},{"id":441,"kind":1024,"name":"tsProject","url":"classes/_models_san_project_.sanproject.html#tsproject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":442,"kind":1024,"name":"tsConfigFilePath","url":"classes/_models_san_project_.sanproject.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":443,"kind":1024,"name":"compilers","url":"classes/_models_san_project_.sanproject.html#compilers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":444,"kind":1024,"name":"modules","url":"classes/_models_san_project_.sanproject.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":445,"kind":512,"name":"constructor","url":"classes/_models_san_project_.sanproject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":446,"kind":2048,"name":"compile","url":"classes/_models_san_project_.sanproject.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":447,"kind":2048,"name":"compileToSource","url":"classes/_models_san_project_.sanproject.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":448,"kind":2048,"name":"parseSanApp","url":"classes/_models_san_project_.sanproject.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":449,"kind":2048,"name":"compileToRenderer","url":"classes/_models_san_project_.sanproject.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":450,"kind":2048,"name":"getParser","url":"classes/_models_san_project_.sanproject.html#getparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":451,"kind":2048,"name":"getOrCreateCompilerInstance","url":"classes/_models_san_project_.sanproject.html#getorcreatecompilerinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":452,"kind":2048,"name":"loadCompilerClass","url":"classes/_models_san_project_.sanproject.html#loadcompilerclass","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":453,"kind":4194304,"name":"CompilerClass","url":"modules/_models_san_project_.html#compilerclass","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-project\""},{"id":454,"kind":65536,"name":"__type","url":"modules/_models_san_project_.html#compilerclass.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"models/san-project\".CompilerClass"},{"id":455,"kind":512,"name":"constructor","url":"modules/_models_san_project_.html#compilerclass.__type.constructor","classes":"tsd-kind-constructor tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".CompilerClass.__type"},{"id":456,"kind":1,"name":"\"utils/buffer\"","url":"modules/_utils_buffer_.html","classes":"tsd-kind-external-module"},{"id":457,"kind":64,"name":"byteCount","url":"modules/_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/buffer\""},{"id":458,"kind":1,"name":"\"bin/ssr\"","url":"modules/_bin_ssr_.html","classes":"tsd-kind-external-module"},{"id":459,"kind":4194304,"name":"OptionValue","url":"modules/_bin_ssr_.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":460,"kind":32,"name":"target","url":"modules/_bin_ssr_.html#target","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":461,"kind":32,"name":"options","url":"modules/_bin_ssr_.html#options","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":462,"kind":32,"name":"tsConfigFilePath","url":"modules/_bin_ssr_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":463,"kind":32,"name":"outputFile","url":"modules/_bin_ssr_.html#outputfile","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":464,"kind":32,"name":"componentFile","url":"modules/_bin_ssr_.html#componentfile","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":465,"kind":32,"name":"project","url":"modules/_bin_ssr_.html#project","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":466,"kind":32,"name":"targetCode","url":"modules/_bin_ssr_.html#targetcode","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":467,"kind":1,"name":"\"utils/case\"","url":"modules/_utils_case_.html","classes":"tsd-kind-external-module"},{"id":468,"kind":32,"name":"debug","url":"modules/_utils_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":469,"kind":64,"name":"parseSanHTML","url":"modules/_utils_case_.html#parsesanhtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":470,"kind":64,"name":"assertSanHTMLEqual","url":"modules/_utils_case_.html#assertsanhtmlequal","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":471,"kind":64,"name":"compareSanHTML","url":"modules/_utils_case_.html#comparesanhtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":472,"kind":64,"name":"deepEqual","url":"modules/_utils_case_.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":473,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":474,"kind":32,"name":"defaultProject","url":"modules/_index_.html#defaultproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"index\""},{"id":475,"kind":64,"name":"compileToSource","url":"modules/_index_.html#compiletosource","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":476,"kind":64,"name":"compileToRenderer","url":"modules/_index_.html#compiletorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":477,"kind":1,"name":"\"fixtures/case\"","url":"modules/_fixtures_case_.html","classes":"tsd-kind-external-module"},{"id":478,"kind":32,"name":"debug","url":"modules/_fixtures_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":479,"kind":32,"name":"caseRoot","url":"modules/_fixtures_case_.html#caseroot","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":480,"kind":32,"name":"tsConfigFilePath","url":"modules/_fixtures_case_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":481,"kind":32,"name":"sanProject","url":"modules/_fixtures_case_.html#sanproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":482,"kind":64,"name":"ls","url":"modules/_fixtures_case_.html#ls","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":483,"kind":64,"name":"readExpected","url":"modules/_fixtures_case_.html#readexpected","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":484,"kind":64,"name":"compile","url":"modules/_fixtures_case_.html#compile","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":485,"kind":64,"name":"compileCaseToRenderer","url":"modules/_fixtures_case_.html#compilecasetorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":486,"kind":64,"name":"readCaseData","url":"modules/_fixtures_case_.html#readcasedata","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":487,"kind":64,"name":"getRenderArguments","url":"modules/_fixtures_case_.html#getrenderarguments","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":488,"kind":64,"name":"renderOnthefly","url":"modules/_fixtures_case_.html#renderonthefly","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"1":"External module","4":"Enumeration","16":"Enumeration member","32":"Variable","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"\"utils/emitter\"","url":"modules/_utils_emitter_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":128,"name":"Emitter","url":"classes/_utils_emitter_.emitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"utils/emitter\""},{"id":2,"kind":1024,"name":"indentLevel","url":"classes/_utils_emitter_.emitter.html#indentlevel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":3,"kind":1024,"name":"shiftWidth","url":"classes/_utils_emitter_.emitter.html#shiftwidth","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":4,"kind":1024,"name":"code","url":"classes/_utils_emitter_.emitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"utils/emitter\".Emitter"},{"id":5,"kind":512,"name":"constructor","url":"classes/_utils_emitter_.emitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":6,"kind":2048,"name":"clear","url":"classes/_utils_emitter_.emitter.html#clear","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":7,"kind":2048,"name":"write","url":"classes/_utils_emitter_.emitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":8,"kind":2048,"name":"fullText","url":"classes/_utils_emitter_.emitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":9,"kind":2048,"name":"indent","url":"classes/_utils_emitter_.emitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":10,"kind":2048,"name":"unindent","url":"classes/_utils_emitter_.emitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":11,"kind":2048,"name":"writeNewLine","url":"classes/_utils_emitter_.emitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":12,"kind":2048,"name":"nextLine","url":"classes/_utils_emitter_.emitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":13,"kind":2048,"name":"feedLine","url":"classes/_utils_emitter_.emitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":14,"kind":2048,"name":"writeLine","url":"classes/_utils_emitter_.emitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":15,"kind":2048,"name":"writeLines","url":"classes/_utils_emitter_.emitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":16,"kind":2048,"name":"writeIndentedLines","url":"classes/_utils_emitter_.emitter.html#writeindentedlines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":17,"kind":2048,"name":"carriageReturn","url":"classes/_utils_emitter_.emitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":18,"kind":2048,"name":"defaultWrite","url":"classes/_utils_emitter_.emitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"\"utils/emitter\".Emitter"},{"id":19,"kind":2048,"name":"atLineBegin","url":"classes/_utils_emitter_.emitter.html#atlinebegin","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":20,"kind":2048,"name":"size","url":"classes/_utils_emitter_.emitter.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":21,"kind":2048,"name":"lastChar","url":"classes/_utils_emitter_.emitter.html#lastchar","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"utils/emitter\".Emitter"},{"id":22,"kind":1,"name":"\"utils/lang\"","url":"modules/_utils_lang_.html","classes":"tsd-kind-external-module"},{"id":23,"kind":64,"name":"isValidIdentifier","url":"modules/_utils_lang_.html#isvalididentifier","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/lang\""},{"id":24,"kind":64,"name":"getMember","url":"modules/_utils_lang_.html#getmember","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"utils/lang\""},{"id":25,"kind":1,"name":"\"utils/type-guards\"","url":"modules/_utils_type_guards_.html","classes":"tsd-kind-external-module"},{"id":26,"kind":64,"name":"isExprUnaryNode","url":"modules/_utils_type_guards_.html#isexprunarynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":27,"kind":64,"name":"isExprStringNode","url":"modules/_utils_type_guards_.html#isexprstringnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":28,"kind":64,"name":"isExprNumberNode","url":"modules/_utils_type_guards_.html#isexprnumbernode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":29,"kind":64,"name":"isExprBoolNode","url":"modules/_utils_type_guards_.html#isexprboolnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":30,"kind":64,"name":"isExprAccessorNode","url":"modules/_utils_type_guards_.html#isexpraccessornode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":31,"kind":64,"name":"isExprInterpNode","url":"modules/_utils_type_guards_.html#isexprinterpnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":32,"kind":64,"name":"isExprCallNode","url":"modules/_utils_type_guards_.html#isexprcallnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":33,"kind":64,"name":"isExprTextNode","url":"modules/_utils_type_guards_.html#isexprtextnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":34,"kind":64,"name":"isExprBinaryNode","url":"modules/_utils_type_guards_.html#isexprbinarynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":35,"kind":64,"name":"isExprTertiaryNode","url":"modules/_utils_type_guards_.html#isexprtertiarynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":36,"kind":64,"name":"isExprArrayNode","url":"modules/_utils_type_guards_.html#isexprarraynode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":37,"kind":64,"name":"isExprObjectNode","url":"modules/_utils_type_guards_.html#isexprobjectnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":38,"kind":64,"name":"isExprNullNode","url":"modules/_utils_type_guards_.html#isexprnullnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":39,"kind":64,"name":"isASlotNode","url":"modules/_utils_type_guards_.html#isaslotnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":40,"kind":64,"name":"isAIfNode","url":"modules/_utils_type_guards_.html#isaifnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":41,"kind":64,"name":"isAForNode","url":"modules/_utils_type_guards_.html#isafornode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":42,"kind":64,"name":"isATextNode","url":"modules/_utils_type_guards_.html#isatextnode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":43,"kind":64,"name":"isATemplateNode","url":"modules/_utils_type_guards_.html#isatemplatenode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/type-guards\""},{"id":44,"kind":1,"name":"\"target-js/compilers/expr-compiler\"","url":"modules/_target_js_compilers_expr_compiler_.html","classes":"tsd-kind-external-module"},{"id":45,"kind":2097152,"name":"binaryOp","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":46,"kind":32,"name":"43","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":47,"kind":32,"name":"45","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":48,"kind":32,"name":"42","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":49,"kind":32,"name":"47","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":50,"kind":32,"name":"60","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":51,"kind":32,"name":"62","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":52,"kind":32,"name":"76","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":53,"kind":32,"name":"94","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":54,"kind":32,"name":"121","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":55,"kind":32,"name":"122","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":56,"kind":32,"name":"123","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":57,"kind":32,"name":"155","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":58,"kind":32,"name":"183","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":59,"kind":32,"name":"248","url":"modules/_target_js_compilers_expr_compiler_.html#binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\".binaryOp"},{"id":60,"kind":64,"name":"unary","url":"modules/_target_js_compilers_expr_compiler_.html#unary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":61,"kind":64,"name":"binary","url":"modules/_target_js_compilers_expr_compiler_.html#binary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":62,"kind":64,"name":"tertiary","url":"modules/_target_js_compilers_expr_compiler_.html#tertiary","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":63,"kind":64,"name":"stringLiteralize","url":"modules/_target_js_compilers_expr_compiler_.html#stringliteralize","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":64,"kind":64,"name":"dataAccess","url":"modules/_target_js_compilers_expr_compiler_.html#dataaccess","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":65,"kind":64,"name":"callExpr","url":"modules/_target_js_compilers_expr_compiler_.html#callexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":66,"kind":64,"name":"interp","url":"modules/_target_js_compilers_expr_compiler_.html#interp","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":67,"kind":64,"name":"text","url":"modules/_target_js_compilers_expr_compiler_.html#text","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":68,"kind":64,"name":"array","url":"modules/_target_js_compilers_expr_compiler_.html#array","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":69,"kind":64,"name":"object","url":"modules/_target_js_compilers_expr_compiler_.html#object","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":70,"kind":64,"name":"expr","url":"modules/_target_js_compilers_expr_compiler_.html#expr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":71,"kind":64,"name":"dispatch","url":"modules/_target_js_compilers_expr_compiler_.html#dispatch","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/expr-compiler\""},{"id":72,"kind":1,"name":"\"target-js/emitters/emitter\"","url":"modules/_target_js_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":73,"kind":128,"name":"JSEmitter","url":"classes/_target_js_emitters_emitter_.jsemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/emitters/emitter\""},{"id":74,"kind":1024,"name":"buffer","url":"classes/_target_js_emitters_emitter_.jsemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":75,"kind":2048,"name":"fullText","url":"classes/_target_js_emitters_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":76,"kind":2048,"name":"write","url":"classes/_target_js_emitters_emitter_.jsemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":77,"kind":2048,"name":"writeHTML","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writehtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":78,"kind":2048,"name":"writeDataComment","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":79,"kind":2048,"name":"bufferHTMLLiteral","url":"classes/_target_js_emitters_emitter_.jsemitter.html#bufferhtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":80,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_target_js_emitters_emitter_.jsemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":81,"kind":2048,"name":"writeSwitch","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":82,"kind":2048,"name":"writeCase","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":83,"kind":2048,"name":"writeBreak","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":84,"kind":2048,"name":"writeDefault","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":85,"kind":2048,"name":"writeFunction","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":86,"kind":2048,"name":"writeFunctionCall","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":87,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":88,"kind":2048,"name":"writeIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":89,"kind":2048,"name":"beginIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":90,"kind":2048,"name":"beginElseIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":91,"kind":2048,"name":"beginElse","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":92,"kind":2048,"name":"endIf","url":"classes/_target_js_emitters_emitter_.jsemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":93,"kind":2048,"name":"writeFor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":94,"kind":2048,"name":"beginFor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":95,"kind":2048,"name":"endFor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#endfor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":96,"kind":2048,"name":"writeContinue","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":97,"kind":2048,"name":"writeBlock","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":98,"kind":2048,"name":"beginBlock","url":"classes/_target_js_emitters_emitter_.jsemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":99,"kind":2048,"name":"endBlock","url":"classes/_target_js_emitters_emitter_.jsemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":100,"kind":1024,"name":"code","url":"classes/_target_js_emitters_emitter_.jsemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":101,"kind":512,"name":"constructor","url":"classes/_target_js_emitters_emitter_.jsemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":102,"kind":2048,"name":"clear","url":"classes/_target_js_emitters_emitter_.jsemitter.html#clear","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":103,"kind":2048,"name":"indent","url":"classes/_target_js_emitters_emitter_.jsemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":104,"kind":2048,"name":"unindent","url":"classes/_target_js_emitters_emitter_.jsemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":105,"kind":2048,"name":"writeNewLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":106,"kind":2048,"name":"nextLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":107,"kind":2048,"name":"feedLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":108,"kind":2048,"name":"writeLine","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":109,"kind":2048,"name":"writeLines","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":110,"kind":2048,"name":"writeIndentedLines","url":"classes/_target_js_emitters_emitter_.jsemitter.html#writeindentedlines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":111,"kind":2048,"name":"carriageReturn","url":"classes/_target_js_emitters_emitter_.jsemitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":112,"kind":2048,"name":"defaultWrite","url":"classes/_target_js_emitters_emitter_.jsemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":113,"kind":1,"name":"\"utils/underscore\"","url":"modules/_utils_underscore_.html","classes":"tsd-kind-external-module"},{"id":114,"kind":2097152,"name":"BASE_PROPS","url":"modules/_utils_underscore_.html#base_props","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":115,"kind":32,"name":"class","url":"modules/_utils_underscore_.html#base_props.class","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".BASE_PROPS"},{"id":116,"kind":32,"name":"style","url":"modules/_utils_underscore_.html#base_props.style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".BASE_PROPS"},{"id":117,"kind":32,"name":"id","url":"modules/_utils_underscore_.html#base_props.id","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".BASE_PROPS"},{"id":118,"kind":64,"name":"extend","url":"modules/_utils_underscore_.html#extend","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":119,"kind":64,"name":"includes","url":"modules/_utils_underscore_.html#includes","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-has-type-parameter tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":120,"kind":2097152,"name":"HTML_ENTITY","url":"modules/_utils_underscore_.html#html_entity","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":121,"kind":32,"name":"&","url":"modules/_utils_underscore_.html#html_entity._-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":122,"kind":32,"name":"<","url":"modules/_utils_underscore_.html#html_entity._-3","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":123,"kind":32,"name":">","url":"modules/_utils_underscore_.html#html_entity._-4","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":124,"kind":32,"name":"\"","url":"modules/_utils_underscore_.html#html_entity._","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":125,"kind":32,"name":"'","url":"modules/_utils_underscore_.html#html_entity._-2","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"utils/underscore\".HTML_ENTITY"},{"id":126,"kind":64,"name":"escapeHTML","url":"modules/_utils_underscore_.html#escapehtml","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":127,"kind":64,"name":"_classFilter","url":"modules/_utils_underscore_.html#_classfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":128,"kind":64,"name":"isObject","url":"modules/_utils_underscore_.html#isobject","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":129,"kind":64,"name":"_styleFilter","url":"modules/_utils_underscore_.html#_stylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":130,"kind":64,"name":"_xclassFilter","url":"modules/_utils_underscore_.html#_xclassfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":131,"kind":64,"name":"_xstyleFilter","url":"modules/_utils_underscore_.html#_xstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":132,"kind":64,"name":"attrFilter","url":"modules/_utils_underscore_.html#attrfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":133,"kind":64,"name":"boolAttrFilter","url":"modules/_utils_underscore_.html#boolattrfilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":134,"kind":64,"name":"defaultStyleFilter","url":"modules/_utils_underscore_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":135,"kind":64,"name":"createFromPrototype","url":"modules/_utils_underscore_.html#createfromprototype","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/underscore\""},{"id":136,"kind":2097152,"name":"_","url":"modules/_utils_underscore_.html#_-5","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":137,"kind":32,"name":"escapeHTML","url":"modules/_utils_underscore_.html#_-5.escapehtml-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":138,"kind":32,"name":"defaultStyleFilter","url":"modules/_utils_underscore_.html#_-5.defaultstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":139,"kind":32,"name":"boolAttrFilter","url":"modules/_utils_underscore_.html#_-5.boolattrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":140,"kind":32,"name":"attrFilter","url":"modules/_utils_underscore_.html#_-5.attrfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":141,"kind":32,"name":"extend","url":"modules/_utils_underscore_.html#_-5.extend-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":142,"kind":32,"name":"includes","url":"modules/_utils_underscore_.html#_-5.includes-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":143,"kind":32,"name":"_classFilter","url":"modules/_utils_underscore_.html#_-5._classfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":144,"kind":32,"name":"_styleFilter","url":"modules/_utils_underscore_.html#_-5._stylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":145,"kind":32,"name":"_xstyleFilter","url":"modules/_utils_underscore_.html#_-5._xstylefilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":146,"kind":32,"name":"_xclassFilter","url":"modules/_utils_underscore_.html#_-5._xclassfilter-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":147,"kind":32,"name":"createFromPrototype","url":"modules/_utils_underscore_.html#_-5.createfromprototype-1","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"utils/underscore\"._"},{"id":148,"kind":1,"name":"\"models/compiled-component\"","url":"modules/_models_compiled_component_.html","classes":"tsd-kind-external-module"},{"id":149,"kind":256,"name":"CompiledComponent","url":"interfaces/_models_compiled_component_.compiledcomponent.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"models/compiled-component\""},{"id":150,"kind":1024,"name":"aNode","url":"interfaces/_models_compiled_component_.compiledcomponent.html#anode","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":151,"kind":2048,"name":"initData","url":"interfaces/_models_compiled_component_.compiledcomponent.html#initdata","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":152,"kind":2048,"name":"inited","url":"interfaces/_models_compiled_component_.compiledcomponent.html#inited","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":153,"kind":2048,"name":"getComponentType","url":"interfaces/_models_compiled_component_.compiledcomponent.html#getcomponenttype","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":154,"kind":1024,"name":"components","url":"interfaces/_models_compiled_component_.compiledcomponent.html#components","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/compiled-component\".CompiledComponent"},{"id":155,"kind":65536,"name":"__type","url":"interfaces/_models_compiled_component_.compiledcomponent.html#components.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/compiled-component\".CompiledComponent.components"},{"id":156,"kind":512,"name":"constructor","url":"interfaces/_models_compiled_component_.compiledcomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":157,"kind":1024,"name":"el","url":"interfaces/_models_compiled_component_.compiledcomponent.html#el","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":158,"kind":1024,"name":"nodeType","url":"interfaces/_models_compiled_component_.compiledcomponent.html#nodetype","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":159,"kind":1024,"name":"data","url":"interfaces/_models_compiled_component_.compiledcomponent.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":160,"kind":2048,"name":"fire","url":"interfaces/_models_compiled_component_.compiledcomponent.html#fire","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":161,"kind":2048,"name":"dispatch","url":"interfaces/_models_compiled_component_.compiledcomponent.html#dispatch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":162,"kind":2048,"name":"on","url":"interfaces/_models_compiled_component_.compiledcomponent.html#on","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":163,"kind":2048,"name":"un","url":"interfaces/_models_compiled_component_.compiledcomponent.html#un","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":164,"kind":2048,"name":"watch","url":"interfaces/_models_compiled_component_.compiledcomponent.html#watch","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":165,"kind":2048,"name":"ref","url":"interfaces/_models_compiled_component_.compiledcomponent.html#ref","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":166,"kind":2048,"name":"slot","url":"interfaces/_models_compiled_component_.compiledcomponent.html#slot","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":167,"kind":2048,"name":"nextTick","url":"interfaces/_models_compiled_component_.compiledcomponent.html#nexttick","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":168,"kind":2048,"name":"attach","url":"interfaces/_models_compiled_component_.compiledcomponent.html#attach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":169,"kind":2048,"name":"detach","url":"interfaces/_models_compiled_component_.compiledcomponent.html#detach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":170,"kind":2048,"name":"dispose","url":"interfaces/_models_compiled_component_.compiledcomponent.html#dispose","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited","parent":"\"models/compiled-component\".CompiledComponent"},{"id":171,"kind":1,"name":"\"models/component\"","url":"modules/_models_component_.html","classes":"tsd-kind-external-module"},{"id":172,"kind":256,"name":"Computed","url":"interfaces/_models_component_.computed.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":173,"kind":256,"name":"Filters","url":"interfaces/_models_component_.filters.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":174,"kind":128,"name":"SanSSRFiltersDeclarations","url":"classes/_models_component_.sanssrfiltersdeclarations.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":175,"kind":128,"name":"SanSSRComputedDeclarations","url":"classes/_models_component_.sanssrcomputeddeclarations.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":176,"kind":4194304,"name":"ComponentClass","url":"modules/_models_component_.html#componentclass","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":177,"kind":4194304,"name":"Components","url":"modules/_models_component_.html#components","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":178,"kind":32,"name":"COMPONENT_RESERVED_MEMBERS","url":"modules/_models_component_.html#component_reserved_members","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":179,"kind":64,"name":"isComponentLoader","url":"modules/_models_component_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":180,"kind":1,"name":"\"models/san-data\"","url":"modules/_models_san_data_.html","classes":"tsd-kind-external-module"},{"id":181,"kind":256,"name":"DataObject","url":"interfaces/_models_san_data_.dataobject.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-data\""},{"id":182,"kind":128,"name":"SanData","url":"classes/_models_san_data_.sandata.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-data\""},{"id":183,"kind":1024,"name":"data","url":"classes/_models_san_data_.sandata.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":184,"kind":1024,"name":"computed","url":"classes/_models_san_data_.sandata.html#computed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":185,"kind":512,"name":"constructor","url":"classes/_models_san_data_.sandata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":186,"kind":2048,"name":"get","url":"classes/_models_san_data_.sandata.html#get","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":187,"kind":2048,"name":"set","url":"classes/_models_san_data_.sandata.html#set","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":188,"kind":2048,"name":"removeAt","url":"classes/_models_san_data_.sandata.html#removeat","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":189,"kind":2048,"name":"parseExpr","url":"classes/_models_san_data_.sandata.html#parseexpr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-data\".SanData"},{"id":190,"kind":1,"name":"\"models/renderer\"","url":"modules/_models_renderer_.html","classes":"tsd-kind-external-module"},{"id":191,"kind":256,"name":"Renderer","url":"interfaces/_models_renderer_.renderer.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/renderer\""},{"id":192,"kind":1,"name":"\"models/source-file-type\"","url":"modules/_models_source_file_type_.html","classes":"tsd-kind-external-module"},{"id":193,"kind":4,"name":"SourceFileType","url":"enums/_models_source_file_type_.sourcefiletype.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"models/source-file-type\""},{"id":194,"kind":16,"name":"js","url":"enums/_models_source_file_type_.sourcefiletype.html#js","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/source-file-type\".SourceFileType"},{"id":195,"kind":16,"name":"ts","url":"enums/_models_source_file_type_.sourcefiletype.html#ts","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/source-file-type\".SourceFileType"},{"id":196,"kind":64,"name":"getSourceFileType","url":"modules/_models_source_file_type_.html#getsourcefiletype","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/source-file-type\""},{"id":197,"kind":64,"name":"getSourceFileTypeOrThrow","url":"modules/_models_source_file_type_.html#getsourcefiletypeorthrow","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/source-file-type\""},{"id":198,"kind":1,"name":"\"models/component-info\"","url":"modules/_models_component_info_.html","classes":"tsd-kind-external-module"},{"id":199,"kind":256,"name":"ComponentInfoOptions","url":"interfaces/_models_component_info_.componentinfooptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/component-info\""},{"id":200,"kind":1024,"name":"filters","url":"interfaces/_models_component_info_.componentinfooptions.html#filters","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":201,"kind":1024,"name":"component","url":"interfaces/_models_component_info_.componentinfooptions.html#component","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":202,"kind":1024,"name":"computed","url":"interfaces/_models_component_info_.componentinfooptions.html#computed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":203,"kind":1024,"name":"template","url":"interfaces/_models_component_info_.componentinfooptions.html#template","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":204,"kind":1024,"name":"cid","url":"interfaces/_models_component_info_.componentinfooptions.html#cid","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":205,"kind":1024,"name":"children","url":"interfaces/_models_component_info_.componentinfooptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":206,"kind":1024,"name":"componentClass","url":"interfaces/_models_component_info_.componentinfooptions.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":207,"kind":1024,"name":"childComponentClasses","url":"interfaces/_models_component_info_.componentinfooptions.html#childcomponentclasses","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/component-info\".ComponentInfoOptions"},{"id":208,"kind":128,"name":"ComponentInfo","url":"classes/_models_component_info_.componentinfo.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component-info\""},{"id":209,"kind":1024,"name":"filters","url":"classes/_models_component_info_.componentinfo.html#filters","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":210,"kind":1024,"name":"computed","url":"classes/_models_component_info_.componentinfo.html#computed","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":211,"kind":1024,"name":"template","url":"classes/_models_component_info_.componentinfo.html#template","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":212,"kind":1024,"name":"cid","url":"classes/_models_component_info_.componentinfo.html#cid","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":213,"kind":1024,"name":"componentClass","url":"classes/_models_component_info_.componentinfo.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":214,"kind":1024,"name":"children","url":"classes/_models_component_info_.componentinfo.html#children","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":215,"kind":1024,"name":"childComponentClasses","url":"classes/_models_component_info_.componentinfo.html#childcomponentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":216,"kind":1024,"name":"component","url":"classes/_models_component_info_.componentinfo.html#component","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":217,"kind":512,"name":"constructor","url":"classes/_models_component_info_.componentinfo.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":218,"kind":2048,"name":"getChildComponentClass","url":"classes/_models_component_info_.componentinfo.html#getchildcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/component-info\".ComponentInfo"},{"id":219,"kind":1,"name":"\"models/san-source-file\"","url":"modules/_models_san_source_file_.html","classes":"tsd-kind-external-module"},{"id":220,"kind":256,"name":"SanSourceFileOptions","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-source-file\""},{"id":221,"kind":1024,"name":"sourceFile","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#sourcefile","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":222,"kind":1024,"name":"componentClassIdentifier","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":223,"kind":1024,"name":"fileType","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#filetype","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":224,"kind":1024,"name":"filepath","url":"interfaces/_models_san_source_file_.sansourcefileoptions.html#filepath","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"models/san-source-file\".SanSourceFileOptions"},{"id":225,"kind":128,"name":"SanSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-source-file\""},{"id":226,"kind":1024,"name":"tsSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html#tssourcefile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":227,"kind":1024,"name":"componentClassIdentifier","url":"classes/_models_san_source_file_.sansourcefile.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":228,"kind":1024,"name":"fakeProperties","url":"classes/_models_san_source_file_.sansourcefile.html#fakeproperties","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":229,"kind":1024,"name":"componentClassDeclarations","url":"classes/_models_san_source_file_.sansourcefile.html#componentclassdeclarations","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":230,"kind":1024,"name":"componentInfos","url":"classes/_models_san_source_file_.sansourcefile.html#componentinfos","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":231,"kind":1024,"name":"fileType","url":"classes/_models_san_source_file_.sansourcefile.html#filetype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":232,"kind":1024,"name":"filepath","url":"classes/_models_san_source_file_.sansourcefile.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-source-file\".SanSourceFile"},{"id":233,"kind":512,"name":"constructor","url":"classes/_models_san_source_file_.sansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"\"models/san-source-file\".SanSourceFile"},{"id":234,"kind":2048,"name":"createFromTSSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html#createfromtssourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-source-file\".SanSourceFile"},{"id":235,"kind":2048,"name":"createFromJSFilePath","url":"classes/_models_san_source_file_.sansourcefile.html#createfromjsfilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-source-file\".SanSourceFile"},{"id":236,"kind":2048,"name":"createVirtualSourceFile","url":"classes/_models_san_source_file_.sansourcefile.html#createvirtualsourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-source-file\".SanSourceFile"},{"id":237,"kind":2048,"name":"getClassDeclarations","url":"classes/_models_san_source_file_.sansourcefile.html#getclassdeclarations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":238,"kind":2048,"name":"getFullText","url":"classes/_models_san_source_file_.sansourcefile.html#getfulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":239,"kind":2048,"name":"getFilePath","url":"classes/_models_san_source_file_.sansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":240,"kind":2048,"name":"getClass","url":"classes/_models_san_source_file_.sansourcefile.html#getclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-source-file\".SanSourceFile"},{"id":241,"kind":1,"name":"\"parsers/component-parser\"","url":"modules/_parsers_component_parser_.html","classes":"tsd-kind-external-module"},{"id":242,"kind":128,"name":"ComponentParser","url":"classes/_parsers_component_parser_.componentparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component-parser\""},{"id":243,"kind":1024,"name":"id","url":"classes/_parsers_component_parser_.componentparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":244,"kind":2048,"name":"parseComponent","url":"classes/_parsers_component_parser_.componentparser.html#parsecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":245,"kind":2048,"name":"parseChildComponentClasses","url":"classes/_parsers_component_parser_.componentparser.html#parsechildcomponentclasses","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":246,"kind":2048,"name":"visitANodeRecursively","url":"classes/_parsers_component_parser_.componentparser.html#visitanoderecursively","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":247,"kind":2048,"name":"createComponentInstance","url":"classes/_parsers_component_parser_.componentparser.html#createcomponentinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":248,"kind":2048,"name":"parseFilters","url":"classes/_parsers_component_parser_.componentparser.html#parsefilters","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":249,"kind":2048,"name":"parseComputed","url":"classes/_parsers_component_parser_.componentparser.html#parsecomputed","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":250,"kind":1,"name":"\"models/component-tree\"","url":"modules/_models_component_tree_.html","classes":"tsd-kind-external-module"},{"id":251,"kind":128,"name":"ComponentTree","url":"classes/_models_component_tree_.componenttree.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component-tree\""},{"id":252,"kind":1024,"name":"root","url":"classes/_models_component_tree_.componenttree.html#root","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":253,"kind":1024,"name":"nodes","url":"classes/_models_component_tree_.componenttree.html#nodes","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/component-tree\".ComponentTree"},{"id":254,"kind":1024,"name":"parser","url":"classes/_models_component_tree_.componenttree.html#parser","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/component-tree\".ComponentTree"},{"id":255,"kind":512,"name":"constructor","url":"classes/_models_component_tree_.componenttree.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":256,"kind":2048,"name":"addComponentClass","url":"classes/_models_component_tree_.componenttree.html#addcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":257,"kind":2048,"name":"preOrder","url":"classes/_models_component_tree_.componenttree.html#preorder","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/component-tree\".ComponentTree"},{"id":258,"kind":1,"name":"\"models/san-app\"","url":"modules/_models_san_app_.html","classes":"tsd-kind-external-module"},{"id":259,"kind":128,"name":"SanApp","url":"classes/_models_san_app_.sanapp.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-app\""},{"id":260,"kind":1024,"name":"entrySourceFile","url":"classes/_models_san_app_.sanapp.html#entrysourcefile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":261,"kind":1024,"name":"projectFiles","url":"classes/_models_san_app_.sanapp.html#projectfiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":262,"kind":1024,"name":"componentTree","url":"classes/_models_san_app_.sanapp.html#componenttree","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":263,"kind":512,"name":"constructor","url":"classes/_models_san_app_.sanapp.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":264,"kind":2048,"name":"getEntryComponentClass","url":"classes/_models_san_app_.sanapp.html#getentrycomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":265,"kind":1,"name":"\"models/compiler\"","url":"modules/_models_compiler_.html","classes":"tsd-kind-external-module"},{"id":266,"kind":256,"name":"Compiler","url":"interfaces/_models_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/compiler\""},{"id":267,"kind":2048,"name":"compile","url":"interfaces/_models_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":268,"kind":2048,"name":"compileToRenderer","url":"interfaces/_models_compiler_.compiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":269,"kind":1,"name":"\"utils/fs\"","url":"modules/_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":270,"kind":64,"name":"readStringSync","url":"modules/_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/fs\""},{"id":271,"kind":1,"name":"\"target-js/emitters/runtime\"","url":"modules/_target_js_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":272,"kind":32,"name":"files","url":"modules/_target_js_emitters_runtime_.html#files","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/emitters/runtime\""},{"id":273,"kind":64,"name":"emitRuntime","url":"modules/_target_js_emitters_runtime_.html#emitruntime","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/emitters/runtime\""},{"id":274,"kind":1,"name":"\"target-js/compilers/stringifier\"","url":"modules/_target_js_compilers_stringifier_.html","classes":"tsd-kind-external-module"},{"id":275,"kind":2097152,"name":"stringifier","url":"modules/_target_js_compilers_stringifier_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"target-js/compilers/stringifier\""},{"id":276,"kind":64,"name":"obj","url":"modules/_target_js_compilers_stringifier_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":277,"kind":64,"name":"arr","url":"modules/_target_js_compilers_stringifier_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":278,"kind":64,"name":"str","url":"modules/_target_js_compilers_stringifier_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":279,"kind":64,"name":"date","url":"modules/_target_js_compilers_stringifier_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":280,"kind":64,"name":"any","url":"modules/_target_js_compilers_stringifier_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/stringifier\".stringifier"},{"id":281,"kind":1,"name":"\"utils/anode-util\"","url":"modules/_utils_anode_util_.html","classes":"tsd-kind-external-module"},{"id":282,"kind":64,"name":"getANodePropByName","url":"modules/_utils_anode_util_.html#getanodepropbyname","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode-util\""},{"id":283,"kind":64,"name":"getANodeProps","url":"modules/_utils_anode_util_.html#getanodeprops","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode-util\""},{"id":284,"kind":1,"name":"\"utils/dom-util\"","url":"modules/_utils_dom_util_.html","classes":"tsd-kind-external-module"},{"id":285,"kind":32,"name":"autoCloseTags","url":"modules/_utils_dom_util_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/dom-util\""},{"id":286,"kind":32,"name":"booleanAttributes","url":"modules/_utils_dom_util_.html#booleanattributes","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/dom-util\""},{"id":287,"kind":1,"name":"\"target-js/compilers/anode-compiler\"","url":"modules/_target_js_compilers_anode_compiler_.html","classes":"tsd-kind-external-module"},{"id":288,"kind":128,"name":"ANodeCompiler","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/anode-compiler\""},{"id":289,"kind":1024,"name":"ssrIndex","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#ssrindex","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":290,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":291,"kind":1024,"name":"owner","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#owner","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":292,"kind":1024,"name":"root","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":293,"kind":1024,"name":"elementSourceCompiler","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#elementsourcecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":294,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":295,"kind":2048,"name":"compile","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":296,"kind":2048,"name":"compileText","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compiletext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":297,"kind":2048,"name":"compileTemplate","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compiletemplate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":298,"kind":2048,"name":"compileIf","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":299,"kind":2048,"name":"compileFor","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":300,"kind":2048,"name":"compileSlot","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileslot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":301,"kind":2048,"name":"compileElement","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":302,"kind":2048,"name":"compileComponent","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":303,"kind":2048,"name":"compileSlotRenderer","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compileslotrenderer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":304,"kind":2048,"name":"componentDataCode","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#componentdatacode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":305,"kind":2048,"name":"nextID","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#nextid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":306,"kind":1,"name":"\"target-js/compilers/element-compiler\"","url":"modules/_target_js_compilers_element_compiler_.html","classes":"tsd-kind-external-module"},{"id":307,"kind":128,"name":"ElementCompiler","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/element-compiler\""},{"id":308,"kind":1024,"name":"aNodeCompiler","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":309,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":310,"kind":1024,"name":"noTemplateOutput","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#notemplateoutput","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":311,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":312,"kind":2048,"name":"tagStart","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#tagstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":313,"kind":2048,"name":"compileProperty","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compileproperty","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":314,"kind":2048,"name":"compileBindProperties","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compilebindproperties","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":315,"kind":2048,"name":"tagEnd","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#tagend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":316,"kind":2048,"name":"inner","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#inner","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":317,"kind":1,"name":"\"target-js/compilers/renderer-compiler\"","url":"modules/_target_js_compilers_renderer_compiler_.html","classes":"tsd-kind-external-module"},{"id":318,"kind":256,"name":"Data","url":"interfaces/_target_js_compilers_renderer_compiler_.data.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":319,"kind":256,"name":"ComponentRender","url":"interfaces/_target_js_compilers_renderer_compiler_.componentrender.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":320,"kind":256,"name":"SanSSRComponent","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":321,"kind":1024,"name":"filters","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#filters","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":322,"kind":65536,"name":"__type","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#filters.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent.filters"},{"id":323,"kind":1024,"name":"computed","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#computed","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":324,"kind":65536,"name":"__type","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#computed.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent.computed"},{"id":325,"kind":1024,"name":"tagName","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#tagname","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":326,"kind":1024,"name":"data","url":"interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html#data","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".SanSSRComponent"},{"id":327,"kind":256,"name":"CompileContext","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":328,"kind":1024,"name":"instance","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#instance","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":329,"kind":1024,"name":"sourceSlots","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#sourceslots","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":330,"kind":1024,"name":"data","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#data","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":331,"kind":1024,"name":"owner","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#owner","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":332,"kind":1024,"name":"computedNames","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#computednames","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":333,"kind":1024,"name":"slotRenderers","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#slotrenderers","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"target-js/compilers/renderer-compiler\".CompileContext"},{"id":334,"kind":65536,"name":"__type","url":"interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html#slotrenderers.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".CompileContext.slotRenderers"},{"id":335,"kind":128,"name":"RendererCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":336,"kind":512,"name":"constructor","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":337,"kind":1024,"name":"noTemplateOutput","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#notemplateoutput","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":338,"kind":1024,"name":"componentTree","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#componenttree","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":339,"kind":1024,"name":"emitter","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":340,"kind":2048,"name":"compileComponentSource","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentsource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":341,"kind":2048,"name":"compileComponentRenderer","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":342,"kind":2048,"name":"compileComponentPrototypeSource","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentprototypesource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":343,"kind":2048,"name":"compileComponentRendererBody","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#compilecomponentrendererbody","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":344,"kind":2048,"name":"genComponentContextCode","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#gencomponentcontextcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":345,"kind":32,"name":"RENDERER_ARGS","url":"modules/_target_js_compilers_renderer_compiler_.html#renderer_args","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":346,"kind":4194304,"name":"ExpressionEvaluator","url":"modules/_target_js_compilers_renderer_compiler_.html#expressionevaluator","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":347,"kind":65536,"name":"__type","url":"modules/_target_js_compilers_renderer_compiler_.html#expressionevaluator.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\".ExpressionEvaluator"},{"id":348,"kind":4194304,"name":"SourceSlot","url":"modules/_target_js_compilers_renderer_compiler_.html#sourceslot","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/compilers/renderer-compiler\""},{"id":349,"kind":64,"name":"functionString","url":"modules/_target_js_compilers_renderer_compiler_.html#functionstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":350,"kind":1,"name":"\"target-js/index\"","url":"modules/_target_js_index_.html","classes":"tsd-kind-external-module"},{"id":351,"kind":128,"name":"ToJSCompiler","url":"classes/_target_js_index_.tojscompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":352,"kind":1024,"name":"project","url":"classes/_target_js_index_.tojscompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":353,"kind":512,"name":"constructor","url":"classes/_target_js_index_.tojscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":354,"kind":2048,"name":"compile","url":"classes/_target_js_index_.tojscompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":355,"kind":2048,"name":"compileToRenderer","url":"classes/_target_js_index_.tojscompiler.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/index\".ToJSCompiler"},{"id":356,"kind":32,"name":"debug","url":"modules/_target_js_index_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/index\""},{"id":357,"kind":4194304,"name":"ToJSCompileOptions","url":"modules/_target_js_index_.html#tojscompileoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":358,"kind":65536,"name":"__type","url":"modules/_target_js_index_.html#tojscompileoptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompileOptions"},{"id":359,"kind":32,"name":"noTemplateOutput","url":"modules/_target_js_index_.html#tojscompileoptions.__type.notemplateoutput","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompileOptions.__type"},{"id":360,"kind":4194304,"name":"ToJSConstructOptions","url":"modules/_target_js_index_.html#tojsconstructoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":361,"kind":65536,"name":"__type","url":"modules/_target_js_index_.html#tojsconstructoptions.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/index\".ToJSConstructOptions"},{"id":362,"kind":32,"name":"project","url":"modules/_target_js_index_.html#tojsconstructoptions.__type-1.project","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSConstructOptions.__type"},{"id":363,"kind":1,"name":"\"utils/ast-util\"","url":"modules/_utils_ast_util_.html","classes":"tsd-kind-external-module"},{"id":364,"kind":32,"name":"debug","url":"modules/_utils_ast_util_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/ast-util\""},{"id":365,"kind":64,"name":"getSanImportDeclaration","url":"modules/_utils_ast_util_.html#getsanimportdeclaration","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":366,"kind":64,"name":"getComponentClassIdentifier","url":"modules/_utils_ast_util_.html#getcomponentclassidentifier","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":367,"kind":64,"name":"isChildClassOf","url":"modules/_utils_ast_util_.html#ischildclassof","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":368,"kind":1,"name":"\"parsers/dependency-resolver\"","url":"modules/_parsers_dependency_resolver_.html","classes":"tsd-kind-external-module"},{"id":369,"kind":64,"name":"getInlineDeclarations","url":"modules/_parsers_dependency_resolver_.html#getinlinedeclarations","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":370,"kind":64,"name":"getInlineDependencies","url":"modules/_parsers_dependency_resolver_.html#getinlinedependencies","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":371,"kind":64,"name":"getDependenciesRecursively","url":"modules/_parsers_dependency_resolver_.html#getdependenciesrecursively","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":372,"kind":64,"name":"shouldInline","url":"modules/_parsers_dependency_resolver_.html#shouldinline","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":373,"kind":64,"name":"isRelativePath","url":"modules/_parsers_dependency_resolver_.html#isrelativepath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":374,"kind":64,"name":"isAbsolutePath","url":"modules/_parsers_dependency_resolver_.html#isabsolutepath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":375,"kind":64,"name":"isPath","url":"modules/_parsers_dependency_resolver_.html#ispath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":376,"kind":1,"name":"\"loaders/common-js\"","url":"modules/_loaders_common_js_.html","classes":"tsd-kind-external-module"},{"id":377,"kind":128,"name":"Module","url":"classes/_loaders_common_js_.module.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":378,"kind":1024,"name":"filepath","url":"classes/_loaders_common_js_.module.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":379,"kind":1024,"name":"content","url":"classes/_loaders_common_js_.module.html#content","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":380,"kind":1024,"name":"exports","url":"classes/_loaders_common_js_.module.html#exports","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":381,"kind":65536,"name":"__type","url":"classes/_loaders_common_js_.module.html#exports.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"loaders/common-js\".Module.exports"},{"id":382,"kind":512,"name":"constructor","url":"classes/_loaders_common_js_.module.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"loaders/common-js\".Module"},{"id":383,"kind":128,"name":"CommonJS","url":"classes/_loaders_common_js_.commonjs.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":384,"kind":1024,"name":"readFileImpl","url":"classes/_loaders_common_js_.commonjs.html#readfileimpl","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":385,"kind":65536,"name":"__type","url":"classes/_loaders_common_js_.commonjs.html#readfileimpl.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"loaders/common-js\".CommonJS.readFileImpl"},{"id":386,"kind":1024,"name":"modules","url":"classes/_loaders_common_js_.commonjs.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":387,"kind":65536,"name":"__type","url":"classes/_loaders_common_js_.commonjs.html#modules.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"loaders/common-js\".CommonJS.modules"},{"id":388,"kind":1024,"name":"cache","url":"classes/_loaders_common_js_.commonjs.html#cache","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"loaders/common-js\".CommonJS"},{"id":389,"kind":512,"name":"constructor","url":"classes/_loaders_common_js_.commonjs.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"loaders/common-js\".CommonJS"},{"id":390,"kind":2048,"name":"require","url":"classes/_loaders_common_js_.commonjs.html#require","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"loaders/common-js\".CommonJS"},{"id":391,"kind":2048,"name":"readModuleContent","url":"classes/_loaders_common_js_.commonjs.html#readmodulecontent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":392,"kind":32,"name":"debug","url":"modules/_loaders_common_js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"loaders/common-js\""},{"id":393,"kind":4194304,"name":"Modules","url":"modules/_loaders_common_js_.html#modules","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":394,"kind":65536,"name":"__type","url":"modules/_loaders_common_js_.html#modules.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"loaders/common-js\".Modules"},{"id":395,"kind":4194304,"name":"FileLoader","url":"modules/_loaders_common_js_.html#fileloader","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"loaders/common-js\""},{"id":396,"kind":65536,"name":"__type","url":"modules/_loaders_common_js_.html#fileloader.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"loaders/common-js\".FileLoader"},{"id":397,"kind":64,"name":"defaultFileLoader","url":"modules/_loaders_common_js_.html#defaultfileloader","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"loaders/common-js\""},{"id":398,"kind":1,"name":"\"transpilers/ts2js\"","url":"modules/_transpilers_ts2js_.html","classes":"tsd-kind-external-module"},{"id":399,"kind":32,"name":"debug","url":"modules/_transpilers_ts2js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"transpilers/ts2js\""},{"id":400,"kind":64,"name":"tsSourceFile2js","url":"modules/_transpilers_ts2js_.html#tssourcefile2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transpilers/ts2js\""},{"id":401,"kind":64,"name":"tsCode2js","url":"modules/_transpilers_ts2js_.html#tscode2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transpilers/ts2js\""},{"id":402,"kind":1,"name":"\"parsers/normalize-component\"","url":"modules/_parsers_normalize_component_.html","classes":"tsd-kind-external-module"},{"id":403,"kind":64,"name":"normalizeComponentClass","url":"modules/_parsers_normalize_component_.html#normalizecomponentclass","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/normalize-component\""},{"id":404,"kind":1,"name":"\"parsers/san-app-parser\"","url":"modules/_parsers_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":405,"kind":256,"name":"SanAppParser","url":"interfaces/_parsers_san_app_parser_.sanappparser.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"parsers/san-app-parser\""},{"id":406,"kind":2048,"name":"parseSanAppFromComponentClass","url":"interfaces/_parsers_san_app_parser_.sanappparser.html#parsesanappfromcomponentclass","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":407,"kind":2048,"name":"parseSanApp","url":"interfaces/_parsers_san_app_parser_.sanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":408,"kind":32,"name":"debug","url":"modules/_parsers_san_app_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/san-app-parser\""},{"id":409,"kind":1,"name":"\"parsers/ts-san-app-parser\"","url":"modules/_parsers_ts_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":410,"kind":128,"name":"TSSanAppParser","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/ts-san-app-parser\""},{"id":411,"kind":1024,"name":"project","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#project","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":412,"kind":1024,"name":"id","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":413,"kind":1024,"name":"projectFiles","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#projectfiles","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":414,"kind":1024,"name":"commonJS","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#commonjs","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":415,"kind":1024,"name":"modules","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":416,"kind":65536,"name":"__type","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#modules.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser.modules"},{"id":417,"kind":512,"name":"constructor","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":418,"kind":2048,"name":"parseSanAppFromComponentClass","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#parsesanappfromcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":419,"kind":2048,"name":"parseSanApp","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":420,"kind":2048,"name":"evaluateFile","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#evaluatefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":421,"kind":2048,"name":"parseSanSourceFile","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":422,"kind":2048,"name":"setComponentID","url":"classes/_parsers_ts_san_app_parser_.tssanappparser.html#setcomponentid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/ts-san-app-parser\".TSSanAppParser"},{"id":423,"kind":32,"name":"debug","url":"modules/_parsers_ts_san_app_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/ts-san-app-parser\""},{"id":424,"kind":1,"name":"\"parsers/tsconfig\"","url":"modules/_parsers_tsconfig_.html","classes":"tsd-kind-external-module"},{"id":425,"kind":64,"name":"getDefaultTSConfigPath","url":"modules/_parsers_tsconfig_.html#getdefaulttsconfigpath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":426,"kind":1,"name":"\"parsers/js-san-app-parser\"","url":"modules/_parsers_js_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":427,"kind":128,"name":"JSSanAppParser","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/js-san-app-parser\""},{"id":428,"kind":1024,"name":"projectFiles","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#projectfiles","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":429,"kind":1024,"name":"commonJS","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#commonjs","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":430,"kind":512,"name":"constructor","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":431,"kind":2048,"name":"parseSanAppFromComponentClass","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#parsesanappfromcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":432,"kind":2048,"name":"parseSanApp","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":433,"kind":2048,"name":"evaluateFile","url":"classes/_parsers_js_san_app_parser_.jssanappparser.html#evaluatefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/js-san-app-parser\".JSSanAppParser"},{"id":434,"kind":32,"name":"debug","url":"modules/_parsers_js_san_app_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/js-san-app-parser\""},{"id":435,"kind":1,"name":"\"loaders/target\"","url":"modules/_loaders_target_.html","classes":"tsd-kind-external-module"},{"id":436,"kind":64,"name":"loadCompilerClassByTarget","url":"modules/_loaders_target_.html#loadcompilerclassbytarget","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/target\""},{"id":437,"kind":64,"name":"resolve","url":"modules/_loaders_target_.html#resolve","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/target\""},{"id":438,"kind":1,"name":"\"models/san-project\"","url":"modules/_models_san_project_.html","classes":"tsd-kind-external-module"},{"id":439,"kind":256,"name":"SanProjectOptions","url":"interfaces/_models_san_project_.sanprojectoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/san-project\""},{"id":440,"kind":1024,"name":"tsConfigFilePath","url":"interfaces/_models_san_project_.sanprojectoptions.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/san-project\".SanProjectOptions"},{"id":441,"kind":1024,"name":"modules","url":"interfaces/_models_san_project_.sanprojectoptions.html#modules","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/san-project\".SanProjectOptions"},{"id":442,"kind":256,"name":"CompileOptions","url":"interfaces/_models_san_project_.compileoptions.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-project\""},{"id":443,"kind":128,"name":"SanProject","url":"classes/_models_san_project_.sanproject.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-project\""},{"id":444,"kind":1024,"name":"tsProject","url":"classes/_models_san_project_.sanproject.html#tsproject","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":445,"kind":1024,"name":"tsConfigFilePath","url":"classes/_models_san_project_.sanproject.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":446,"kind":1024,"name":"compilers","url":"classes/_models_san_project_.sanproject.html#compilers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":447,"kind":1024,"name":"modules","url":"classes/_models_san_project_.sanproject.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":448,"kind":512,"name":"constructor","url":"classes/_models_san_project_.sanproject.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":449,"kind":2048,"name":"compile","url":"classes/_models_san_project_.sanproject.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":450,"kind":2048,"name":"compileToSource","url":"classes/_models_san_project_.sanproject.html#compiletosource","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":451,"kind":2048,"name":"parseSanApp","url":"classes/_models_san_project_.sanproject.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":452,"kind":2048,"name":"compileToRenderer","url":"classes/_models_san_project_.sanproject.html#compiletorenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-project\".SanProject"},{"id":453,"kind":2048,"name":"getParser","url":"classes/_models_san_project_.sanproject.html#getparser","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":454,"kind":2048,"name":"getOrCreateCompilerInstance","url":"classes/_models_san_project_.sanproject.html#getorcreatecompilerinstance","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":455,"kind":2048,"name":"loadCompilerClass","url":"classes/_models_san_project_.sanproject.html#loadcompilerclass","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":456,"kind":4194304,"name":"CompilerClass","url":"modules/_models_san_project_.html#compilerclass","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/san-project\""},{"id":457,"kind":65536,"name":"__type","url":"modules/_models_san_project_.html#compilerclass.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"models/san-project\".CompilerClass"},{"id":458,"kind":512,"name":"constructor","url":"modules/_models_san_project_.html#compilerclass.__type.constructor","classes":"tsd-kind-constructor tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".CompilerClass.__type"},{"id":459,"kind":1,"name":"\"utils/buffer\"","url":"modules/_utils_buffer_.html","classes":"tsd-kind-external-module"},{"id":460,"kind":64,"name":"byteCount","url":"modules/_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/buffer\""},{"id":461,"kind":1,"name":"\"bin/ssr\"","url":"modules/_bin_ssr_.html","classes":"tsd-kind-external-module"},{"id":462,"kind":4194304,"name":"OptionValue","url":"modules/_bin_ssr_.html#optionvalue","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":463,"kind":32,"name":"target","url":"modules/_bin_ssr_.html#target","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":464,"kind":32,"name":"options","url":"modules/_bin_ssr_.html#options","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":465,"kind":32,"name":"tsConfigFilePath","url":"modules/_bin_ssr_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":466,"kind":32,"name":"outputFile","url":"modules/_bin_ssr_.html#outputfile","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":467,"kind":32,"name":"componentFile","url":"modules/_bin_ssr_.html#componentfile","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":468,"kind":32,"name":"project","url":"modules/_bin_ssr_.html#project","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":469,"kind":32,"name":"targetCode","url":"modules/_bin_ssr_.html#targetcode","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":470,"kind":1,"name":"\"utils/case\"","url":"modules/_utils_case_.html","classes":"tsd-kind-external-module"},{"id":471,"kind":32,"name":"debug","url":"modules/_utils_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":472,"kind":64,"name":"parseSanHTML","url":"modules/_utils_case_.html#parsesanhtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":473,"kind":64,"name":"assertSanHTMLEqual","url":"modules/_utils_case_.html#assertsanhtmlequal","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":474,"kind":64,"name":"compareSanHTML","url":"modules/_utils_case_.html#comparesanhtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":475,"kind":64,"name":"deepEqual","url":"modules/_utils_case_.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":476,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":477,"kind":32,"name":"defaultProject","url":"modules/_index_.html#defaultproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"index\""},{"id":478,"kind":64,"name":"compileToSource","url":"modules/_index_.html#compiletosource","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":479,"kind":64,"name":"compileToRenderer","url":"modules/_index_.html#compiletorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"index\""},{"id":480,"kind":1,"name":"\"fixtures/case\"","url":"modules/_fixtures_case_.html","classes":"tsd-kind-external-module"},{"id":481,"kind":32,"name":"debug","url":"modules/_fixtures_case_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":482,"kind":32,"name":"caseRoot","url":"modules/_fixtures_case_.html#caseroot","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":483,"kind":32,"name":"tsConfigFilePath","url":"modules/_fixtures_case_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":484,"kind":32,"name":"sanProject","url":"modules/_fixtures_case_.html#sanproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"fixtures/case\""},{"id":485,"kind":64,"name":"ls","url":"modules/_fixtures_case_.html#ls","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":486,"kind":64,"name":"readExpected","url":"modules/_fixtures_case_.html#readexpected","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":487,"kind":64,"name":"compile","url":"modules/_fixtures_case_.html#compile","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":488,"kind":64,"name":"compileCaseToRenderer","url":"modules/_fixtures_case_.html#compilecasetorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":489,"kind":64,"name":"readCaseData","url":"modules/_fixtures_case_.html#readcasedata","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":490,"kind":64,"name":"getRenderArguments","url":"modules/_fixtures_case_.html#getrenderarguments","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""},{"id":491,"kind":64,"name":"renderOnthefly","url":"modules/_fixtures_case_.html#renderonthefly","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"fixtures/case\""}]}; \ No newline at end of file diff --git a/docs/classes/_loaders_common_js_.commonjs.html b/docs/classes/_loaders_common_js_.commonjs.html index ae3ae542..98dbedf6 100644 --- a/docs/classes/_loaders_common_js_.commonjs.html +++ b/docs/classes/_loaders_common_js_.commonjs.html @@ -117,7 +117,7 @@

constructor

  • Parameters

    @@ -142,7 +142,7 @@

    cache

    cache: Map<any, any> = new Map()
    @@ -152,7 +152,7 @@

    Private modules

    modules: object
    @@ -170,7 +170,7 @@

    Private readFileImpl<
    readFileImpl: function
    @@ -214,7 +214,7 @@

    Private readModuleCon
  • Parameters

    @@ -243,7 +243,7 @@

    require

  • Parameters

    diff --git a/docs/classes/_loaders_common_js_.module.html b/docs/classes/_loaders_common_js_.module.html index bca4cf76..b0d3ad4c 100644 --- a/docs/classes/_loaders_common_js_.module.html +++ b/docs/classes/_loaders_common_js_.module.html @@ -110,7 +110,7 @@

    constructor

  • Parameters

    @@ -135,7 +135,7 @@

    content

    content: string
    @@ -145,7 +145,7 @@

    exports

    exports: object
    @@ -160,7 +160,7 @@

    filepath

    filepath: string
    diff --git a/docs/classes/_models_component_info_.componentinfo.html b/docs/classes/_models_component_info_.componentinfo.html index 93c37854..c6dedca1 100644 --- a/docs/classes/_models_component_info_.componentinfo.html +++ b/docs/classes/_models_component_info_.componentinfo.html @@ -113,6 +113,12 @@

    Properties

  • template
  • +
    +

    Methods

    + +

    @@ -128,7 +134,7 @@

    constructor

  • Parameters

    @@ -137,7 +143,7 @@

    Parameters

    __namedParameters: object
  • diff --git a/docs/classes/_models_component_tree_.componenttree.html b/docs/classes/_models_component_tree_.componenttree.html index 963d165f..ff668a90 100644 --- a/docs/classes/_models_component_tree_.componenttree.html +++ b/docs/classes/_models_component_tree_.componenttree.html @@ -125,7 +125,7 @@

    constructor

  • Parameters

    @@ -147,7 +147,7 @@

    Private nodes

    nodes: Map<ComponentConstructor<__type, __type>, ComponentInfo> = new Map<ComponentConstructor<{}, {}>, ComponentInfo>()
    @@ -157,7 +157,7 @@

    Private parser

    parser: ComponentParser = new ComponentParser()
    @@ -167,7 +167,7 @@

    root

    root: ComponentInfo
    @@ -178,13 +178,13 @@

    Methods

    addComponentClass

    -

    Returns ComponentInfo

    +

    Returns ComponentInfo + | + undefined +

  • @@ -207,7 +210,7 @@

    preOrder

  • Parameters

    diff --git a/docs/classes/_models_san_app_.sanapp.html b/docs/classes/_models_san_app_.sanapp.html index 891b17d8..0f32c179 100644 --- a/docs/classes/_models_san_app_.sanapp.html +++ b/docs/classes/_models_san_app_.sanapp.html @@ -116,7 +116,7 @@

    constructor

  • Parameters

    @@ -144,7 +144,7 @@

    componentTree

    componentTree: ComponentTree
    @@ -154,7 +154,7 @@

    entrySourceFile

    entrySourceFile: SanSourceFile
    @@ -164,7 +164,7 @@

    projectFiles

    projectFiles: Map<string, SanSourceFile>
    @@ -181,7 +181,7 @@

    getEntryComponentClass

  • Returns ComponentConstructor<__type, __type>

    diff --git a/docs/classes/_models_san_data_.sandata.html b/docs/classes/_models_san_data_.sandata.html index 73d4594c..401f2d61 100644 --- a/docs/classes/_models_san_data_.sandata.html +++ b/docs/classes/_models_san_data_.sandata.html @@ -129,7 +129,7 @@

    constructor

  • Parameters

    @@ -154,7 +154,7 @@

    computed

    computed: Computed
    @@ -164,7 +164,7 @@

    data

    data: DataObject
    @@ -181,7 +181,7 @@

    get

  • Parameters

    @@ -204,7 +204,7 @@

    parseExpr

  • Parameters

    @@ -227,7 +227,7 @@

    removeAt

  • Parameters

    @@ -253,7 +253,7 @@

    set

  • Parameters

    diff --git a/docs/classes/_models_san_project_.sanproject.html b/docs/classes/_models_san_project_.sanproject.html index 4c747450..09b4598a 100644 --- a/docs/classes/_models_san_project_.sanproject.html +++ b/docs/classes/_models_san_project_.sanproject.html @@ -131,7 +131,7 @@

    constructor

  • Parameters

    @@ -166,7 +166,7 @@

    Private compilers

    compilers: Map<CompilerClass, Compiler> = new Map()
    @@ -176,7 +176,7 @@

    Private modules

    modules: Modules
    @@ -186,7 +186,7 @@

    Optional tsConfigFil
    tsConfigFilePath: string | null
    @@ -196,7 +196,7 @@

    Optional tsProject

    tsProject: Project
    @@ -213,7 +213,7 @@

    compile

  • @@ -249,7 +249,7 @@

    compileToRenderer

  • @@ -284,7 +284,7 @@

    compileToSource

  • Parameters

    @@ -313,7 +313,7 @@

    Private getOrCreateCo
  • Parameters

    @@ -336,7 +336,7 @@

    Private getParser

  • Returns TSSanAppParser @@ -356,7 +356,7 @@

    Private loadCompilerC
  • Parameters

    @@ -379,7 +379,7 @@

    parseSanApp

  • Parameters

    diff --git a/docs/classes/_models_san_source_file_.sansourcefile.html b/docs/classes/_models_san_source_file_.sansourcefile.html index 65a0154f..5ee93aca 100644 --- a/docs/classes/_models_san_source_file_.sansourcefile.html +++ b/docs/classes/_models_san_source_file_.sansourcefile.html @@ -133,7 +133,7 @@

    Private constructor

  • Parameters

    @@ -169,7 +169,7 @@

    componentClassDeclarations

    componentClassDeclarations: Map<number, ClassDeclaration> = new Map()
    @@ -179,7 +179,7 @@

    Optional componentClasscomponentClassIdentifier: undefined | string @@ -189,7 +189,7 @@

    componentInfos

    componentInfos: Map<number, ComponentInfo> = new Map()
    @@ -199,7 +199,7 @@

    fakeProperties

    fakeProperties: PropertyDeclaration[] = []
    @@ -209,7 +209,7 @@

    fileType

    fileType: SourceFileType
    @@ -219,7 +219,7 @@

    Private filepath

    filepath: string
    @@ -229,7 +229,7 @@

    Optional tsSourceFil
    tsSourceFile: SourceFile
    @@ -246,7 +246,7 @@

    getClass

  • Parameters

    @@ -272,7 +272,7 @@

    getClassDeclarations

  • Returns ClassDeclaration[]

    @@ -289,7 +289,7 @@

    getFilePath

  • Returns string

    @@ -306,7 +306,7 @@

    getFullText

  • Returns string

    @@ -323,7 +323,7 @@

    Static createFromJSFile

    Parameters

    @@ -346,7 +346,7 @@

    Static createFromTSSource

    Parameters

    @@ -372,7 +372,7 @@

    Static createVirtualSo
  • Returns SanSourceFile

    diff --git a/docs/classes/_parsers_component_parser_.componentparser.html b/docs/classes/_parsers_component_parser_.componentparser.html index 99907937..b460158b 100644 --- a/docs/classes/_parsers_component_parser_.componentparser.html +++ b/docs/classes/_parsers_component_parser_.componentparser.html @@ -116,7 +116,7 @@

    Private id

    id: number = 1
    @@ -133,7 +133,7 @@

    Private createComponent

    Parameters

    @@ -156,7 +156,7 @@

    Private parseChildCom
  • Parameters

    @@ -176,13 +176,13 @@

    Returns

    parseComponent

    -

    Returns ComponentInfo

    +

    Returns ComponentInfo + | + undefined +

  • @@ -205,7 +208,7 @@

    Private parseComputed

  • Parameters

    @@ -228,7 +231,7 @@

    Private parseFilters

  • Parameters

    @@ -251,7 +254,7 @@

    Private visitANodeRecursiv
  • Parameters

    diff --git a/docs/classes/_parsers_js_san_app_parser_.jssanappparser.html b/docs/classes/_parsers_js_san_app_parser_.jssanappparser.html index ad7ef5cb..ef5b782e 100644 --- a/docs/classes/_parsers_js_san_app_parser_.jssanappparser.html +++ b/docs/classes/_parsers_js_san_app_parser_.jssanappparser.html @@ -123,7 +123,7 @@

    constructor

  • Returns JSSanAppParser

    @@ -139,7 +139,7 @@

    Private commonJS

    commonJS: CommonJS
    @@ -149,7 +149,7 @@

    Private projectFiles

    projectFiles: Map<string, SanSourceFile> = new Map()
    @@ -166,7 +166,7 @@

    Private evaluateFile

  • Parameters

    @@ -190,7 +190,7 @@

    parseSanApp

    Parameters

    @@ -214,7 +214,7 @@

    parseSanAppFromComponentClass

    Parameters

    diff --git a/docs/classes/_parsers_ts_san_app_parser_.tssanappparser.html b/docs/classes/_parsers_ts_san_app_parser_.tssanappparser.html index 42a79cc5..17f2c4f7 100644 --- a/docs/classes/_parsers_ts_san_app_parser_.tssanappparser.html +++ b/docs/classes/_parsers_ts_san_app_parser_.tssanappparser.html @@ -128,7 +128,7 @@

    constructor

  • Parameters

    @@ -150,7 +150,7 @@

    Private commonJS

    commonJS: CommonJS
    @@ -160,7 +160,7 @@

    Private id

    id: number = 0
    @@ -170,7 +170,7 @@

    Private modules

    modules: object
    @@ -185,7 +185,7 @@

    project

    project: Project
    @@ -195,7 +195,7 @@

    Private projectFiles

    projectFiles: Map<string, SanSourceFile> = new Map()
    @@ -212,7 +212,7 @@

    Private evaluateFile

  • Parameters

    @@ -238,7 +238,7 @@

    parseSanApp

  • Parameters

    @@ -265,7 +265,7 @@

    parseSanAppFromComponentClass

    Parameters

    @@ -288,7 +288,7 @@

    Private parseSanSourc
  • Parameters

    @@ -311,7 +311,7 @@

    Private setComponentID

    Parameters

    diff --git a/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html b/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html index 1ebea3cc..a4eb47eb 100644 --- a/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html +++ b/docs/classes/_target_js_compilers_anode_compiler_.anodecompiler.html @@ -97,10 +97,10 @@

    Constructors

    Properties

    @@ -129,22 +129,22 @@

    Constructors

    constructor

    + +
    + +

    clear

    +
      +
    • clear(): void
    • +
    +
    @@ -165,7 +165,7 @@

    compile

  • Parameters

    @@ -202,7 +202,7 @@

    compileToRenderer

  • Parameters

    diff --git a/docs/classes/_utils_emitter_.emitter.html b/docs/classes/_utils_emitter_.emitter.html index 011f1371..8538631a 100644 --- a/docs/classes/_utils_emitter_.emitter.html +++ b/docs/classes/_utils_emitter_.emitter.html @@ -105,6 +105,7 @@

    Methods

    + +
    + +

    clear

    +
      +
    • clear(): void
    • +
    +
    @@ -101,7 +101,7 @@

    ts

    ts: = ".ts"
    diff --git a/docs/interfaces/_models_compiled_component_.compiledcomponent.html b/docs/interfaces/_models_compiled_component_.compiledcomponent.html index 84dc0f40..c8768973 100644 --- a/docs/interfaces/_models_compiled_component_.compiledcomponent.html +++ b/docs/interfaces/_models_compiled_component_.compiledcomponent.html @@ -145,7 +145,7 @@

    constructor

    Parameters

    @@ -167,7 +167,7 @@

    aNode

    aNode: ANode
    @@ -177,7 +177,7 @@

    components

    components: object
    @@ -196,7 +196,7 @@

    data

    @@ -207,7 +207,7 @@

    Optional el

    @@ -218,7 +218,7 @@

    nodeType

    @@ -236,7 +236,7 @@

    attach

    Parameters

    @@ -260,7 +260,7 @@

    detach

    Returns void

    @@ -278,7 +278,7 @@

    dispatch

    Parameters

    @@ -305,7 +305,7 @@

    dispose

    Returns void

    @@ -323,7 +323,7 @@

    fire

    Parameters

    @@ -349,7 +349,7 @@

    Optional getComponent

    Parameters

    @@ -372,7 +372,7 @@

    Optional initData

  • Returns T

    @@ -389,7 +389,7 @@

    Optional inited

  • Returns void

    @@ -407,7 +407,7 @@

    nextTick

    Parameters

    @@ -443,7 +443,7 @@

    on

    Parameters

    @@ -470,7 +470,7 @@

    ref

    Type parameters

    @@ -500,7 +500,7 @@

    slot

    Type parameters

    @@ -530,7 +530,7 @@

    un

    Parameters

    @@ -557,7 +557,7 @@

    watch

    Parameters

    diff --git a/docs/interfaces/_models_compiler_.compiler.html b/docs/interfaces/_models_compiler_.compiler.html index a3f761e2..7003844a 100644 --- a/docs/interfaces/_models_compiler_.compiler.html +++ b/docs/interfaces/_models_compiler_.compiler.html @@ -109,7 +109,7 @@

    compile

  • Parameters

    @@ -135,7 +135,7 @@

    Optional compileToRendere
  • Parameters

    diff --git a/docs/interfaces/_models_component_info_.componentinfooptions.html b/docs/interfaces/_models_component_info_.componentinfooptions.html index ba158237..bb4dd716 100644 --- a/docs/interfaces/_models_component_info_.componentinfooptions.html +++ b/docs/interfaces/_models_component_info_.componentinfooptions.html @@ -105,7 +105,7 @@

    childComponentClasses

    childComponentClasses: Components
    @@ -115,7 +115,7 @@

    Optional children

    children: ComponentInfo[]
    @@ -125,7 +125,7 @@

    cid

    cid: number
    @@ -135,7 +135,7 @@

    component

    component: CompiledComponent<__type>
    @@ -145,7 +145,7 @@

    componentClass

    componentClass: ComponentClass
    @@ -155,7 +155,7 @@

    computed

    computed: Computed
    @@ -165,7 +165,7 @@

    filters

    filters: Filters
    @@ -175,7 +175,7 @@

    Optional template

    template: undefined | string
    diff --git a/docs/interfaces/_models_renderer_.renderer.html b/docs/interfaces/_models_renderer_.renderer.html index 3e2471ee..f569f278 100644 --- a/docs/interfaces/_models_renderer_.renderer.html +++ b/docs/interfaces/_models_renderer_.renderer.html @@ -86,7 +86,7 @@

    Callable

  • Parameters

    diff --git a/docs/interfaces/_models_san_project_.sanprojectoptions.html b/docs/interfaces/_models_san_project_.sanprojectoptions.html index 7b550705..1f775ab9 100644 --- a/docs/interfaces/_models_san_project_.sanprojectoptions.html +++ b/docs/interfaces/_models_san_project_.sanprojectoptions.html @@ -99,7 +99,7 @@

    Optional modules

    modules: Modules
    @@ -109,7 +109,7 @@

    Optional tsConfigFil
    tsConfigFilePath: string | null
    diff --git a/docs/interfaces/_models_san_source_file_.sansourcefileoptions.html b/docs/interfaces/_models_san_source_file_.sansourcefileoptions.html index c59e7644..82ac8ce7 100644 --- a/docs/interfaces/_models_san_source_file_.sansourcefileoptions.html +++ b/docs/interfaces/_models_san_source_file_.sansourcefileoptions.html @@ -101,7 +101,7 @@

    Optional componentClasscomponentClassIdentifier: undefined | string @@ -111,7 +111,7 @@

    fileType

    fileType: SourceFileType
    @@ -121,7 +121,7 @@

    filepath

    filepath: string
    @@ -131,7 +131,7 @@

    Optional sourceFile

    sourceFile: SourceFile
    diff --git a/docs/interfaces/_parsers_san_app_parser_.sanappparser.html b/docs/interfaces/_parsers_san_app_parser_.sanappparser.html index 0c70b95f..253b6c39 100644 --- a/docs/interfaces/_parsers_san_app_parser_.sanappparser.html +++ b/docs/interfaces/_parsers_san_app_parser_.sanappparser.html @@ -110,7 +110,7 @@

    parseSanApp

  • Parameters

    @@ -133,7 +133,7 @@

    parseSanAppFromComponentClass

  • Parameters

    diff --git a/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html b/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html index 64dc5ca6..1d8dd760 100644 --- a/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html +++ b/docs/interfaces/_target_js_compilers_renderer_compiler_.compilecontext.html @@ -103,7 +103,7 @@

    computedNames

    computedNames: string[]
    @@ -113,7 +113,7 @@

    data

    data: any
    @@ -123,7 +123,7 @@

    instance

    instance: SanSSRComponent
    @@ -133,7 +133,7 @@

    owner

    @@ -143,7 +143,7 @@

    slotRenderers

    slotRenderers: object
    @@ -161,7 +161,7 @@

    sourceSlots

    sourceSlots: SourceSlot[]
    diff --git a/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html b/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html index 86c18eaa..970cbe7d 100644 --- a/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html +++ b/docs/interfaces/_target_js_compilers_renderer_compiler_.componentrender.html @@ -86,7 +86,7 @@

    Callable

  • Parameters

    diff --git a/docs/interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html b/docs/interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html index bab395c9..4c68ec58 100644 --- a/docs/interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html +++ b/docs/interfaces/_target_js_compilers_renderer_compiler_.sanssrcomponent.html @@ -101,7 +101,7 @@

    computed

    computed: object
    @@ -142,7 +142,7 @@

    data

    data: SanData
    @@ -152,7 +152,7 @@

    filters

    filters: object
    @@ -191,7 +191,7 @@

    tagName

    tagName: string
    diff --git a/docs/modules/_bin_ssr_.html b/docs/modules/_bin_ssr_.html index 7532104a..164d02fa 100644 --- a/docs/modules/_bin_ssr_.html +++ b/docs/modules/_bin_ssr_.html @@ -99,7 +99,7 @@

    OptionValue

    OptionValue: string | undefined
    @@ -112,7 +112,7 @@

    Const componentFile

    componentFile: string = resolve(yargs.argv._[0])
    @@ -122,7 +122,7 @@

    Const options

    options: any = JSON.parse(yargs.argv.targetOptions as string)
    @@ -132,7 +132,7 @@

    Const outputFile

    outputFile: undefined | string = yargs.argv.output as OptionValue
    @@ -142,7 +142,7 @@

    Const project

    project: SanProject = new SanProject({ tsConfigFilePath })
    @@ -152,7 +152,7 @@

    Const target

    target: undefined | string = yargs.argv.target as OptionValue
    @@ -162,7 +162,7 @@

    Const targetCode

    targetCode: string = project.compile(componentFile, target, options)
    @@ -172,7 +172,7 @@

    Const tsConfigFile
    tsConfigFilePath: undefined | string = yargs.argv.tsconfig as OptionValue
    diff --git a/docs/modules/_fixtures_case_.html b/docs/modules/_fixtures_case_.html index 92eee92a..8770175b 100644 --- a/docs/modules/_fixtures_case_.html +++ b/docs/modules/_fixtures_case_.html @@ -102,7 +102,7 @@

    Const caseRoot

    caseRoot: string = resolve(__dirname, '../../test/cases')
    @@ -112,7 +112,7 @@

    Const debug

    debug: Debugger = debugFactory('case')
    @@ -122,7 +122,7 @@

    Const sanProject

    sanProject: SanProject = new SanProject({ tsConfigFilePath })
    @@ -132,7 +132,7 @@

    Const tsConfigFile
    tsConfigFilePath: string = resolve(__dirname, '../../test/tsconfig.json')
    @@ -149,7 +149,7 @@

    compile

  • Parameters

    @@ -175,7 +175,7 @@

    compileCaseToRenderer

  • Parameters

    @@ -198,7 +198,7 @@

    getRenderArguments

  • Parameters

    @@ -221,7 +221,7 @@

    ls

  • Returns string[]

    @@ -238,7 +238,7 @@

    readCaseData

  • Parameters

    @@ -261,7 +261,7 @@

    readExpected

  • Parameters

    @@ -284,7 +284,7 @@

    renderOnthefly

  • Parameters

    diff --git a/docs/modules/_index_.html b/docs/modules/_index_.html index 241e0a3a..463e614b 100644 --- a/docs/modules/_index_.html +++ b/docs/modules/_index_.html @@ -94,7 +94,7 @@

    Let defaultProject

    defaultProject: SanProject
    @@ -111,7 +111,7 @@

    compileToRenderer

  • Parameters

    @@ -137,7 +137,7 @@

    compileToSource

  • Parameters

    diff --git a/docs/modules/_loaders_common_js_.html b/docs/modules/_loaders_common_js_.html index 81bf8ecf..1f754800 100644 --- a/docs/modules/_loaders_common_js_.html +++ b/docs/modules/_loaders_common_js_.html @@ -107,7 +107,7 @@

    FileLoader

    FileLoader: function
    @@ -141,7 +141,7 @@

    Modules

    Modules: object
    @@ -162,7 +162,7 @@

    Const debug

    debug: Debugger = debugFactory('san-ssr:common-js')
    @@ -179,7 +179,7 @@

    Const defaultFileLoader
  • Parameters

    diff --git a/docs/modules/_loaders_target_.html b/docs/modules/_loaders_target_.html index 0d442de4..902574f5 100644 --- a/docs/modules/_loaders_target_.html +++ b/docs/modules/_loaders_target_.html @@ -92,7 +92,7 @@

    loadCompilerClassByTarget

  • Parameters

    @@ -115,7 +115,7 @@

    resolve

  • Parameters

    diff --git a/docs/modules/_models_component_.html b/docs/modules/_models_component_.html index c35dccc2..db927886 100644 --- a/docs/modules/_models_component_.html +++ b/docs/modules/_models_component_.html @@ -114,17 +114,17 @@

    ComponentClass

    ComponentClass: ComponentConstructor<__type, __type>

    Components

    -
    Components: Map<string | ANode, ComponentClass | object>
    +
    Components: Map<string | ANode, ComponentClass>
    @@ -137,7 +137,7 @@

    Const COMPONENT_RESERVED_COMPONENT_RESERVED_MEMBERS: Set<string> = new Set('aNode,computed,filters,components,' +'initData,template,attached,created,' +'detached,disposed,compiled'.split(','))

  • @@ -154,7 +154,7 @@

    isComponentLoader

  • Parameters

    diff --git a/docs/modules/_models_san_project_.html b/docs/modules/_models_san_project_.html index 19a028f4..dcb4f6f2 100644 --- a/docs/modules/_models_san_project_.html +++ b/docs/modules/_models_san_project_.html @@ -100,7 +100,7 @@

    CompilerClass

    CompilerClass: object
    @@ -115,7 +115,7 @@
    constructor: function
  • Parameters

    diff --git a/docs/modules/_models_source_file_type_.html b/docs/modules/_models_source_file_type_.html index 6d9aa85f..77e97103 100644 --- a/docs/modules/_models_source_file_type_.html +++ b/docs/modules/_models_source_file_type_.html @@ -98,7 +98,7 @@

    getSourceFileType

  • Parameters

    @@ -124,7 +124,7 @@

    getSourceFileTypeOrThrow

  • Parameters

    diff --git a/docs/modules/_parsers_dependency_resolver_.html b/docs/modules/_parsers_dependency_resolver_.html index 322d96e7..ea39853e 100644 --- a/docs/modules/_parsers_dependency_resolver_.html +++ b/docs/modules/_parsers_dependency_resolver_.html @@ -97,7 +97,7 @@

    getDependenciesRecursively

  • Parameters

    @@ -123,7 +123,7 @@

    getInlineDeclarations

  • Parameters

    @@ -146,7 +146,7 @@

    getInlineDependencies

  • Parameters

    @@ -169,7 +169,7 @@

    isAbsolutePath

  • Parameters

    @@ -192,7 +192,7 @@

    isPath

  • Parameters

    @@ -215,7 +215,7 @@

    isRelativePath

  • Parameters

    @@ -238,7 +238,7 @@

    shouldInline

  • Parameters

    diff --git a/docs/modules/_parsers_js_san_app_parser_.html b/docs/modules/_parsers_js_san_app_parser_.html index dd6b7240..1a206a5b 100644 --- a/docs/modules/_parsers_js_san_app_parser_.html +++ b/docs/modules/_parsers_js_san_app_parser_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory('js-component-parser')
    diff --git a/docs/modules/_parsers_normalize_component_.html b/docs/modules/_parsers_normalize_component_.html index 6fb36592..a0a54c9f 100644 --- a/docs/modules/_parsers_normalize_component_.html +++ b/docs/modules/_parsers_normalize_component_.html @@ -91,7 +91,7 @@

    normalizeComponentClass

  • Parameters

    diff --git a/docs/modules/_parsers_san_app_parser_.html b/docs/modules/_parsers_san_app_parser_.html index 72f33d4a..17e18855 100644 --- a/docs/modules/_parsers_san_app_parser_.html +++ b/docs/modules/_parsers_san_app_parser_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory('component-parser')
    diff --git a/docs/modules/_parsers_ts_san_app_parser_.html b/docs/modules/_parsers_ts_san_app_parser_.html index a08168b0..126aeb69 100644 --- a/docs/modules/_parsers_ts_san_app_parser_.html +++ b/docs/modules/_parsers_ts_san_app_parser_.html @@ -93,7 +93,7 @@

    Const debug

    debug: Debugger = debugFactory('ts-component-parser')
    diff --git a/docs/modules/_parsers_tsconfig_.html b/docs/modules/_parsers_tsconfig_.html index c9eb2fc3..4c719abf 100644 --- a/docs/modules/_parsers_tsconfig_.html +++ b/docs/modules/_parsers_tsconfig_.html @@ -91,7 +91,7 @@

    getDefaultTSConfigPath

  • Parameters

    diff --git a/docs/modules/_target_js_compilers_expr_compiler_.html b/docs/modules/_target_js_compilers_expr_compiler_.html index b7de596a..d4655480 100644 --- a/docs/modules/_target_js_compilers_expr_compiler_.html +++ b/docs/modules/_target_js_compilers_expr_compiler_.html @@ -108,7 +108,7 @@

    array

  • Parameters

    @@ -131,7 +131,7 @@

    binary

  • Parameters

    @@ -154,7 +154,7 @@

    callExpr

  • Parameters

    @@ -177,7 +177,7 @@

    dataAccess

  • Parameters

    @@ -200,7 +200,7 @@

    dispatch

  • Parameters

    @@ -223,7 +223,7 @@

    expr

  • Parameters

    @@ -246,7 +246,7 @@

    interp

  • Parameters

    @@ -269,7 +269,7 @@

    object

  • Parameters

    @@ -292,7 +292,7 @@

    stringLiteralize

  • Parameters

    @@ -315,7 +315,7 @@

    tertiary

  • Parameters

    @@ -338,7 +338,7 @@

    text

  • Parameters

    @@ -361,7 +361,7 @@

    unary

  • Parameters

    @@ -383,7 +383,7 @@

    Const binaryOp

    binaryOp: object
    @@ -392,7 +392,7 @@

    121

    121: string = "<="
    @@ -402,7 +402,7 @@

    122

    122: string = "=="
    @@ -412,7 +412,7 @@

    123

    123: string = ">="
    @@ -422,7 +422,7 @@

    155

    155: string = "!=="
    @@ -432,7 +432,7 @@

    183

    183: string = "==="
    @@ -442,7 +442,7 @@

    248

    248: string = "||"
    @@ -452,7 +452,7 @@

    42

    42: string = "*"
    @@ -462,7 +462,7 @@

    43

    43: string = "+"
    @@ -472,7 +472,7 @@

    45

    45: string = "-"
    @@ -482,7 +482,7 @@

    47

    47: string = "/"
    @@ -492,7 +492,7 @@

    60

    60: string = "<"
    @@ -502,7 +502,7 @@

    62

    62: string = ">"
    @@ -512,7 +512,7 @@

    76

    76: string = "&&"
    @@ -522,7 +522,7 @@

    94

    94: string = "!="
    diff --git a/docs/modules/_target_js_compilers_renderer_compiler_.html b/docs/modules/_target_js_compilers_renderer_compiler_.html index c9689452..f383cf54 100644 --- a/docs/modules/_target_js_compilers_renderer_compiler_.html +++ b/docs/modules/_target_js_compilers_renderer_compiler_.html @@ -115,7 +115,7 @@

    ExpressionEvaluator

    ExpressionEvaluator: function
    @@ -146,7 +146,7 @@

    SourceSlot

    SourceSlot: any
    @@ -159,7 +159,7 @@

    Const RENDERER_ARGS

    RENDERER_ARGS: string[] = ['data = {}', 'noDataOutput', 'sanssrRuntime', 'parentCtx', 'tagName', 'sourceSlots']
    @@ -176,7 +176,7 @@

    functionString

  • Parameters

    diff --git a/docs/modules/_target_js_compilers_stringifier_.html b/docs/modules/_target_js_compilers_stringifier_.html index 551f739c..d40b179f 100644 --- a/docs/modules/_target_js_compilers_stringifier_.html +++ b/docs/modules/_target_js_compilers_stringifier_.html @@ -87,7 +87,7 @@

    Const stringifier

    stringifier: object
    @@ -100,7 +100,7 @@

    any

  • Parameters

    @@ -123,7 +123,7 @@

    arr

  • Parameters

    @@ -146,7 +146,7 @@

    date

  • Parameters

    @@ -169,7 +169,7 @@

    obj

  • Parameters

    @@ -192,7 +192,7 @@

    str

  • Parameters

    diff --git a/docs/modules/_target_js_emitters_runtime_.html b/docs/modules/_target_js_emitters_runtime_.html index 5cb869b6..f5480ea8 100644 --- a/docs/modules/_target_js_emitters_runtime_.html +++ b/docs/modules/_target_js_emitters_runtime_.html @@ -93,7 +93,7 @@

    Const files

    files: string[] = [resolve(__dirname, '../../../dist/utils/underscore.js'),resolve(__dirname, '../../../dist/models/san-data.js')]
  • @@ -110,7 +110,7 @@

    emitRuntime

  • Parameters

    diff --git a/docs/modules/_target_js_index_.html b/docs/modules/_target_js_index_.html index 8aa3bf07..6511970c 100644 --- a/docs/modules/_target_js_index_.html +++ b/docs/modules/_target_js_index_.html @@ -100,7 +100,7 @@

    ToJSCompileOptions

    ToJSCompileOptions: object
    @@ -118,7 +118,7 @@

    ToJSConstructOptions

    ToJSConstructOptions: object
    @@ -139,7 +139,7 @@

    Const debug

    debug: Debugger = debugFactory('target-js')
    diff --git a/docs/modules/_transpilers_ts2js_.html b/docs/modules/_transpilers_ts2js_.html index 3646f6f7..b4fc0fac 100644 --- a/docs/modules/_transpilers_ts2js_.html +++ b/docs/modules/_transpilers_ts2js_.html @@ -94,7 +94,7 @@

    Const debug

    debug: Debugger = debugFactory('san-ssr:ts2js')
    @@ -111,7 +111,7 @@

    tsCode2js

  • Parameters

    @@ -137,7 +137,7 @@

    tsSourceFile2js

  • Parameters

    diff --git a/docs/modules/_utils_anode_util_.html b/docs/modules/_utils_anode_util_.html index 45904264..85cc5a45 100644 --- a/docs/modules/_utils_anode_util_.html +++ b/docs/modules/_utils_anode_util_.html @@ -92,7 +92,7 @@

    getANodePropByName

  • @@ -126,7 +126,7 @@

    getANodeProps

  • Parameters

    diff --git a/docs/modules/_utils_ast_util_.html b/docs/modules/_utils_ast_util_.html index 919a5932..b1ecac92 100644 --- a/docs/modules/_utils_ast_util_.html +++ b/docs/modules/_utils_ast_util_.html @@ -95,7 +95,7 @@

    Const debug

    debug: Debugger = debugFactory('ast-util')
    @@ -112,7 +112,7 @@

    getComponentClassIdentifier

  • Parameters

    @@ -138,7 +138,7 @@

    getSanImportDeclaration

  • Parameters

    @@ -164,7 +164,7 @@

    isChildClassOf

  • Parameters

    diff --git a/docs/modules/_utils_buffer_.html b/docs/modules/_utils_buffer_.html index 78bf7597..7cea54ac 100644 --- a/docs/modules/_utils_buffer_.html +++ b/docs/modules/_utils_buffer_.html @@ -91,7 +91,7 @@

    byteCount

  • Parameters

    diff --git a/docs/modules/_utils_case_.html b/docs/modules/_utils_case_.html index c2d55775..2911db0b 100644 --- a/docs/modules/_utils_case_.html +++ b/docs/modules/_utils_case_.html @@ -96,7 +96,7 @@

    Const debug

    debug: Debugger = debugFactory('case')
    @@ -113,7 +113,7 @@

    assertSanHTMLEqual

  • Parameters

    @@ -139,7 +139,7 @@

    compareSanHTML

  • @@ -176,7 +176,7 @@

    deepEqual

  • Parameters

    @@ -202,7 +202,7 @@

    parseSanHTML

  • Parameters

    diff --git a/docs/modules/_utils_dom_util_.html b/docs/modules/_utils_dom_util_.html index b558d4ea..45743d46 100644 --- a/docs/modules/_utils_dom_util_.html +++ b/docs/modules/_utils_dom_util_.html @@ -88,7 +88,7 @@

    Const autoCloseTags

    autoCloseTags: Set<string> = new Set('area,base,br,col,embed,hr,img,input,keygen,param,source,track,wbr'.split(',')) @@ -98,7 +98,7 @@

    Const booleanAttributes

    booleanAttributes: Set<string> = new Set(('allowpaymentrequest,async,autofocus,autoplay,' +'checked,controls,default,defer,disabled,formnovalidate,' +'hidden,ismap,itemscope,loop,multiple,muted,nomodule,novalidate,' +'open,readonly,required,reversed,selected,typemustmatch').split(','))
    diff --git a/docs/modules/_utils_fs_.html b/docs/modules/_utils_fs_.html index a88dafba..eb488ddb 100644 --- a/docs/modules/_utils_fs_.html +++ b/docs/modules/_utils_fs_.html @@ -91,7 +91,7 @@

    readStringSync

  • Parameters

    diff --git a/docs/modules/_utils_lang_.html b/docs/modules/_utils_lang_.html index dc3bfe5e..6e59bc06 100644 --- a/docs/modules/_utils_lang_.html +++ b/docs/modules/_utils_lang_.html @@ -92,7 +92,7 @@

    getMember

  • Type parameters

    @@ -127,7 +127,7 @@

    isValidIdentifier

  • Parameters

    diff --git a/docs/modules/_utils_type_guards_.html b/docs/modules/_utils_type_guards_.html index 9e1e966b..c85075ef 100644 --- a/docs/modules/_utils_type_guards_.html +++ b/docs/modules/_utils_type_guards_.html @@ -108,7 +108,7 @@

    isAForNode

  • Parameters

    @@ -131,7 +131,7 @@

    isAIfNode

  • Parameters

    @@ -154,7 +154,7 @@

    isASlotNode

  • Parameters

    @@ -177,7 +177,7 @@

    isATemplateNode

  • Parameters

    @@ -200,7 +200,7 @@

    isATextNode

  • Parameters

    @@ -223,7 +223,7 @@

    isExprAccessorNode

  • Parameters

    @@ -246,7 +246,7 @@

    isExprArrayNode

  • Parameters

    @@ -269,7 +269,7 @@

    isExprBinaryNode

  • Parameters

    @@ -292,7 +292,7 @@

    isExprBoolNode

  • Parameters

    @@ -315,7 +315,7 @@

    isExprCallNode

  • Parameters

    @@ -338,7 +338,7 @@

    isExprInterpNode

  • Parameters

    @@ -361,7 +361,7 @@

    isExprNullNode

  • Parameters

    @@ -384,7 +384,7 @@

    isExprNumberNode

  • Parameters

    @@ -407,7 +407,7 @@

    isExprObjectNode

  • Parameters

    @@ -430,7 +430,7 @@

    isExprStringNode

  • Parameters

    @@ -453,7 +453,7 @@

    isExprTertiaryNode

  • Parameters

    @@ -476,7 +476,7 @@

    isExprTextNode

  • Parameters

    @@ -499,7 +499,7 @@

    isExprUnaryNode

  • Parameters

    diff --git a/docs/modules/_utils_underscore_.html b/docs/modules/_utils_underscore_.html index 46f40236..8b221425 100644 --- a/docs/modules/_utils_underscore_.html +++ b/docs/modules/_utils_underscore_.html @@ -110,7 +110,7 @@

    _classFilter

  • Parameters

    @@ -133,7 +133,7 @@

    _styleFilter

  • Parameters

    @@ -159,7 +159,7 @@

    _xclassFilter

  • Parameters

    @@ -185,7 +185,7 @@

    _xstyleFilter

  • Parameters

    @@ -214,7 +214,7 @@

    attrFilter

  • Parameters

    @@ -243,7 +243,7 @@

    boolAttrFilter

  • Parameters

    @@ -269,7 +269,7 @@

    createFromPrototype

  • Parameters

    @@ -292,7 +292,7 @@

    defaultStyleFilter

  • Parameters

    @@ -318,7 +318,7 @@

    escapeHTML

  • Parameters

    @@ -341,7 +341,7 @@

    extend

  • Parameters

    @@ -367,7 +367,7 @@

    includes

  • Type parameters

    @@ -399,7 +399,7 @@

    isObject

  • Parameters

    @@ -421,7 +421,7 @@

    Const BASE_PROPS

    BASE_PROPS: object
    @@ -430,7 +430,7 @@

    class

    class: number = 1
    @@ -440,7 +440,7 @@

    id

    id: number = 1
    @@ -450,7 +450,7 @@

    style

    style: number = 1
    @@ -461,7 +461,7 @@

    Const HTML_ENTITY

    HTML_ENTITY: object
    @@ -470,7 +470,7 @@

    "

    ": string = "&quot;"
    @@ -480,7 +480,7 @@

    &

    &: string = "&amp;"
    @@ -490,7 +490,7 @@

    '

    ': string = "&#39;"
    @@ -500,7 +500,7 @@

    <

    <: string = "&lt;"
    @@ -510,7 +510,7 @@

    >

    >: string = "&gt;"
    @@ -521,7 +521,7 @@

    Const _

    _: object
    @@ -530,7 +530,7 @@

    _classFilter

    _classFilter: _classFilter
    @@ -540,7 +540,7 @@

    _styleFilter

    _styleFilter: _styleFilter
    @@ -550,7 +550,7 @@

    _xclassFilter

    _xclassFilter: _xclassFilter
    @@ -560,7 +560,7 @@

    _xstyleFilter

    _xstyleFilter: _xstyleFilter
    @@ -570,7 +570,7 @@

    attrFilter

    attrFilter: attrFilter
    @@ -580,7 +580,7 @@

    boolAttrFilter

    boolAttrFilter: boolAttrFilter
    @@ -590,7 +590,7 @@

    createFromPrototype

    createFromPrototype: createFromPrototype
    @@ -600,7 +600,7 @@

    defaultStyleFilter

    defaultStyleFilter: defaultStyleFilter
    @@ -610,7 +610,7 @@

    escapeHTML

    escapeHTML: escapeHTML
    @@ -620,7 +620,7 @@

    extend

    extend: extend
    @@ -630,7 +630,7 @@

    includes

    includes: includes
    diff --git a/package-lock.json b/package-lock.json index 9d697c3f..bed75474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "1.10.1", + "version": "1.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a4ebb5f9..4aabe7d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "san-ssr", - "version": "1.10.1", + "version": "1.10.2", "description": "San server-side-render framework and utils", "main": "dist/index.js", "types": "dist/index.d.ts",