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 @@