From 4876d56cb75818db9aca1a7b56ccd9603662a67e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 14 Nov 2019 11:48:31 +0000 Subject: [PATCH] chore(release): 1.3.4 [skip ci] ## [1.3.4](https://github.com/searchfe/san-ssr/compare/v1.3.3...v1.3.4) (2019-11-14) ### Bug Fixes * format compilerOptions for ts2php, fixes [#19](https://github.com/searchfe/san-ssr/issues/19) ([cb2329d](https://github.com/searchfe/san-ssr/commit/cb2329da1c0dc091f57cbef53300a55bc851c34e)) * remove when noDataOutput is true, fixes [#21](https://github.com/searchfe/san-ssr/issues/21) ([c05ef7d](https://github.com/searchfe/san-ssr/commit/c05ef7db664a62781c74228e7f0bf4c0117b69ea)) --- CHANGELOG.md | 8 + docs/assets/js/search.js | 2 +- .../classes/_loaders_common_js_.commonjs.html | 12 +- docs/classes/_loaders_common_js_.module.html | 8 +- .../classes/_models_component_.component.html | 358 -------- .../_models_component_.sancomponent.html | 776 ++++++++++++++++ ...omponent_.sanssrcomputeddeclarations.html} | 117 +-- ..._component_.sanssrfiltersdeclarations.html | 216 +++++ docs/classes/_models_san_app_.sanapp.html | 28 +- .../_models_san_project_.sanproject.html | 18 +- ..._models_san_sourcefile_.sansourcefile.html | 30 +- ...nt_class_finder_.componentclassfinder.html | 41 +- ..._parsers_san_app_parser_.sanappparser.html | 20 +- ...mpilers_anode_compiler_.anodecompiler.html | 34 +- ...ers_element_compiler_.elementcompiler.html | 10 +- ...s_renderer_compiler_.renderercompiler.html | 34 +- ...target_js_emitters_emitter_.jsemitter.html | 30 +- .../_target_js_index_.tojscompiler.html | 10 +- ...js_source_buffer_.compilesourcebuffer.html | 16 +- ...mpilers_anode_compiler_.anodecompiler.html | 30 +- ...ers_element_compiler_.elementcompiler.html | 10 +- ...s_renderer_compiler_.renderercompiler.html | 18 +- ...hp_compilers_stringifier_.stringifier.html | 14 +- ...rget_php_emitters_emitter_.phpemitter.html | 78 +- .../_target_php_index_.tophpcompiler.html | 22 +- docs/classes/_utils_emitter_.emitter.html | 36 +- docs/classes/_utils_timing_.measure.html | 6 +- ...dels_source_file_type_.sourcefiletype.html | 4 +- docs/enums/_models_target_.target.html | 4 +- .../enums/_target_php_index_.emitcontent.html | 10 +- docs/interfaces/_models_anode_.anode.html | 28 +- docs/interfaces/_models_anode_.anodeprop.html | 8 +- .../_models_compiler_.compiler.html | 2 +- .../_models_component_.components.html | 198 ++++ .../_models_component_.sandata.html | 842 ++++++++++++++++++ .../_models_expression_.expression.html | 26 +- docs/modules/_bin_debug_.html | 16 +- docs/modules/_bin_ssr_.html | 16 +- docs/modules/_loaders_case_.html | 12 +- docs/modules/_loaders_common_js_.html | 10 +- docs/modules/_loaders_exec_.html | 4 +- docs/modules/_models_component_.html | 33 +- docs/modules/_models_san_project_.html | 2 +- docs/modules/_models_source_file_type_.html | 4 +- .../_parsers_dependency_resolver_.html | 12 +- .../_parsers_normalize_component_.html | 2 +- docs/modules/_parsers_san_app_parser_.html | 2 +- docs/modules/_parsers_tsconfig_.html | 4 +- .../_target_js_compilers_expr_compiler_.html | 50 +- ...arget_js_compilers_renderer_compiler_.html | 8 +- .../_target_js_compilers_stringifier_.html | 12 +- docs/modules/_target_js_compilers_ts2js_.html | 6 +- .../modules/_target_js_emitters_runtime_.html | 2 +- docs/modules/_target_js_index_.html | 4 +- docs/modules/_target_js_utils_fs_.html | 2 +- .../_target_php_compilers_expr_compiler_.html | 50 +- .../_target_php_compilers_ts2php_.html | 6 +- .../_target_php_emitters_runtime_.html | 4 +- docs/modules/_target_php_index_.html | 4 +- .../_target_php_transformers_index_.html | 4 +- ...nsformers_refactor_computed_property_.html | 2 +- ...ansformers_refactor_filters_property_.html | 2 +- ...sformers_refactor_member_initializer_.html | 4 +- ..._php_transformers_replace_san_module_.html | 2 +- docs/modules/_target_php_utils_fs_.html | 2 +- docs/modules/_target_php_utils_lang_.html | 4 +- docs/modules/_utils_anode_.html | 6 +- docs/modules/_utils_ast_util_.html | 10 +- docs/modules/_utils_buffer_.html | 2 +- docs/modules/_utils_case_.html | 24 +- docs/modules/_utils_element_.html | 2 +- docs/modules/_utils_timing_.html | 4 +- 72 files changed, 2549 insertions(+), 888 deletions(-) delete mode 100644 docs/classes/_models_component_.component.html create mode 100644 docs/classes/_models_component_.sancomponent.html rename docs/classes/{_models_component_.data.html => _models_component_.sanssrcomputeddeclarations.html} (68%) create mode 100644 docs/classes/_models_component_.sanssrfiltersdeclarations.html create mode 100644 docs/interfaces/_models_component_.components.html create mode 100644 docs/interfaces/_models_component_.sandata.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c117713..59929c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.3.4](https://github.com/searchfe/san-ssr/compare/v1.3.3...v1.3.4) (2019-11-14) + + +### Bug Fixes + +* format compilerOptions for ts2php, fixes [#19](https://github.com/searchfe/san-ssr/issues/19) ([cb2329d](https://github.com/searchfe/san-ssr/commit/cb2329da1c0dc091f57cbef53300a55bc851c34e)) +* remove when noDataOutput is true, fixes [#21](https://github.com/searchfe/san-ssr/issues/21) ([c05ef7d](https://github.com/searchfe/san-ssr/commit/c05ef7db664a62781c74228e7f0bf4c0117b69ea)) + ## [1.3.3](https://github.com/searchfe/san-ssr/compare/v1.3.2...v1.3.3) (2019-11-13) diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 24e18f8c..d9842486 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/timing\"","url":"modules/_utils_timing_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":128,"name":"Measure","url":"classes/_utils_timing_.measure.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/timing\""},{"id":2,"kind":1024,"name":"startTime","url":"classes/_utils_timing_.measure.html#starttime","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"\"utils/timing\".Measure"},{"id":3,"kind":512,"name":"constructor","url":"classes/_utils_timing_.measure.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"\"utils/timing\".Measure"},{"id":4,"kind":2048,"name":"duration","url":"classes/_utils_timing_.measure.html#duration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"utils/timing\".Measure"},{"id":5,"kind":64,"name":"startMeasure","url":"modules/_utils_timing_.html#startmeasure","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":6,"kind":64,"name":"measure","url":"modules/_utils_timing_.html#measure-1","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":7,"kind":1,"name":"\"utils/emitter\"","url":"modules/_utils_emitter_.html","classes":"tsd-kind-external-module"},{"id":8,"kind":128,"name":"Emitter","url":"classes/_utils_emitter_.emitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"utils/emitter\""},{"id":9,"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":10,"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":11,"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":12,"kind":512,"name":"constructor","url":"classes/_utils_emitter_.emitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":13,"kind":2048,"name":"write","url":"classes/_utils_emitter_.emitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":14,"kind":2048,"name":"fullText","url":"classes/_utils_emitter_.emitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":15,"kind":2048,"name":"indent","url":"classes/_utils_emitter_.emitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":16,"kind":2048,"name":"unindent","url":"classes/_utils_emitter_.emitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":17,"kind":2048,"name":"writeNewLine","url":"classes/_utils_emitter_.emitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":18,"kind":2048,"name":"nextLine","url":"classes/_utils_emitter_.emitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":19,"kind":2048,"name":"feedLine","url":"classes/_utils_emitter_.emitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":20,"kind":2048,"name":"writeLine","url":"classes/_utils_emitter_.emitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":21,"kind":2048,"name":"writeLines","url":"classes/_utils_emitter_.emitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":22,"kind":2048,"name":"carriageReturn","url":"classes/_utils_emitter_.emitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":23,"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":24,"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":25,"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":26,"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":27,"kind":1,"name":"\"target-js/emitters/emitter\"","url":"modules/_target_js_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":28,"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":29,"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":30,"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":31,"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":32,"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":33,"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":34,"kind":2048,"name":"fullText","url":"classes/_target_js_emitters_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":35,"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":36,"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":37,"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":38,"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":39,"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":40,"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":41,"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":42,"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":43,"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":44,"kind":1,"name":"\"parsers/tsconfig\"","url":"modules/_parsers_tsconfig_.html","classes":"tsd-kind-external-module"},{"id":45,"kind":64,"name":"getDefaultConfigPath","url":"modules/_parsers_tsconfig_.html#getdefaultconfigpath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":46,"kind":64,"name":"getDefaultConfig","url":"modules/_parsers_tsconfig_.html#getdefaultconfig","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":47,"kind":1,"name":"\"models/source-file-type\"","url":"modules/_models_source_file_type_.html","classes":"tsd-kind-external-module"},{"id":48,"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":49,"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":50,"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":51,"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":52,"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":53,"kind":1,"name":"\"models/expression\"","url":"modules/_models_expression_.html","classes":"tsd-kind-external-module"},{"id":54,"kind":256,"name":"Expression","url":"interfaces/_models_expression_.expression.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/expression\""},{"id":55,"kind":1024,"name":"original","url":"interfaces/_models_expression_.expression.html#original","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":56,"kind":1024,"name":"name","url":"interfaces/_models_expression_.expression.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":57,"kind":1024,"name":"args","url":"interfaces/_models_expression_.expression.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":58,"kind":1024,"name":"parenthesized","url":"interfaces/_models_expression_.expression.html#parenthesized","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":59,"kind":1024,"name":"paths","url":"interfaces/_models_expression_.expression.html#paths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":60,"kind":1024,"name":"spread","url":"interfaces/_models_expression_.expression.html#spread","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":61,"kind":1024,"name":"expr","url":"interfaces/_models_expression_.expression.html#expr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":62,"kind":1024,"name":"items","url":"interfaces/_models_expression_.expression.html#items","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":63,"kind":1024,"name":"value","url":"interfaces/_models_expression_.expression.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":64,"kind":1024,"name":"literal","url":"interfaces/_models_expression_.expression.html#literal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":65,"kind":1024,"name":"segs","url":"interfaces/_models_expression_.expression.html#segs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":66,"kind":1024,"name":"type","url":"interfaces/_models_expression_.expression.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":67,"kind":1024,"name":"operator","url":"interfaces/_models_expression_.expression.html#operator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":68,"kind":1,"name":"\"models/anode\"","url":"modules/_models_anode_.html","classes":"tsd-kind-external-module"},{"id":69,"kind":256,"name":"ANode","url":"interfaces/_models_anode_.anode.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/anode\""},{"id":70,"kind":1024,"name":"hotspot","url":"interfaces/_models_anode_.anode.html#hotspot","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":71,"kind":1024,"name":"events","url":"interfaces/_models_anode_.anode.html#events","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":72,"kind":1024,"name":"directives","url":"interfaces/_models_anode_.anode.html#directives","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":73,"kind":65536,"name":"__type","url":"interfaces/_models_anode_.anode.html#directives.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/anode\".ANode.directives"},{"id":74,"kind":32,"name":"bind","url":"interfaces/_models_anode_.anode.html#directives.__type.bind","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":75,"kind":32,"name":"elif","url":"interfaces/_models_anode_.anode.html#directives.__type.elif","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":76,"kind":32,"name":"html","url":"interfaces/_models_anode_.anode.html#directives.__type.html","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":77,"kind":32,"name":"item","url":"interfaces/_models_anode_.anode.html#directives.__type.item","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":78,"kind":32,"name":"index","url":"interfaces/_models_anode_.anode.html#directives.__type.index","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":79,"kind":1024,"name":"tagName","url":"interfaces/_models_anode_.anode.html#tagname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":80,"kind":1024,"name":"props","url":"interfaces/_models_anode_.anode.html#props","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":81,"kind":1024,"name":"children","url":"interfaces/_models_anode_.anode.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":82,"kind":1024,"name":"name","url":"interfaces/_models_anode_.anode.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":83,"kind":1024,"name":"value","url":"interfaces/_models_anode_.anode.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":84,"kind":1024,"name":"expr","url":"interfaces/_models_anode_.anode.html#expr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":85,"kind":1024,"name":"textExpr","url":"interfaces/_models_anode_.anode.html#textexpr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":86,"kind":1024,"name":"ifRinsed","url":"interfaces/_models_anode_.anode.html#ifrinsed","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":87,"kind":1024,"name":"elif","url":"interfaces/_models_anode_.anode.html#elif-1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":88,"kind":1024,"name":"elses","url":"interfaces/_models_anode_.anode.html#elses","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":89,"kind":1024,"name":"vars","url":"interfaces/_models_anode_.anode.html#vars","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":90,"kind":256,"name":"ANodeProp","url":"interfaces/_models_anode_.anodeprop.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/anode\""},{"id":91,"kind":1024,"name":"name","url":"interfaces/_models_anode_.anodeprop.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":92,"kind":1024,"name":"expr","url":"interfaces/_models_anode_.anodeprop.html#expr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":93,"kind":1024,"name":"x","url":"interfaces/_models_anode_.anodeprop.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":94,"kind":1024,"name":"raw","url":"interfaces/_models_anode_.anodeprop.html#raw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":95,"kind":1,"name":"\"models/component\"","url":"modules/_models_component_.html","classes":"tsd-kind-external-module"},{"id":96,"kind":128,"name":"Component","url":"classes/_models_component_.component.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":97,"kind":1024,"name":"template","url":"classes/_models_component_.component.html#template-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"models/component\".Component"},{"id":98,"kind":1024,"name":"template","url":"classes/_models_component_.component.html#template","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".Component"},{"id":99,"kind":1024,"name":"components","url":"classes/_models_component_.component.html#components-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"models/component\".Component"},{"id":100,"kind":65536,"name":"__type","url":"classes/_models_component_.component.html#components-1.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/component\".Component.components"},{"id":101,"kind":1024,"name":"components","url":"classes/_models_component_.component.html#components","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".Component"},{"id":102,"kind":65536,"name":"__type","url":"classes/_models_component_.component.html#components.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/component\".Component.components"},{"id":103,"kind":1024,"name":"aNode","url":"classes/_models_component_.component.html#anode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".Component"},{"id":104,"kind":1024,"name":"data","url":"classes/_models_component_.component.html#data","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".Component"},{"id":105,"kind":1024,"name":"getComponentType","url":"classes/_models_component_.component.html#getcomponenttype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".Component"},{"id":106,"kind":65536,"name":"__type","url":"classes/_models_component_.component.html#getcomponenttype.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/component\".Component.getComponentType"},{"id":107,"kind":1024,"name":"sanssrCid","url":"classes/_models_component_.component.html#sanssrcid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"models/component\".Component"},{"id":108,"kind":128,"name":"Data","url":"classes/_models_component_.data.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/component\""},{"id":109,"kind":2048,"name":"get","url":"classes/_models_component_.data.html#get","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"models/component\".Data"},{"id":110,"kind":2048,"name":"set","url":"classes/_models_component_.data.html#set","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"models/component\".Data"},{"id":111,"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":112,"kind":64,"name":"isComponentLoader","url":"modules/_models_component_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":113,"kind":64,"name":"isComponentClass","url":"modules/_models_component_.html#iscomponentclass","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":114,"kind":1,"name":"\"models/san-sourcefile\"","url":"modules/_models_san_sourcefile_.html","classes":"tsd-kind-external-module"},{"id":115,"kind":128,"name":"SanSourceFile","url":"classes/_models_san_sourcefile_.sansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-sourcefile\""},{"id":116,"kind":1024,"name":"tsSourceFile","url":"classes/_models_san_sourcefile_.sansourcefile.html#tssourcefile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":117,"kind":1024,"name":"componentClassIdentifier","url":"classes/_models_san_sourcefile_.sansourcefile.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":118,"kind":1024,"name":"fakeProperties","url":"classes/_models_san_sourcefile_.sansourcefile.html#fakeproperties","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":119,"kind":1024,"name":"componentClassDeclarations","url":"classes/_models_san_sourcefile_.sansourcefile.html#componentclassdeclarations","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":120,"kind":1024,"name":"componentClasses","url":"classes/_models_san_sourcefile_.sansourcefile.html#componentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":121,"kind":1024,"name":"fileType","url":"classes/_models_san_sourcefile_.sansourcefile.html#filetype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":122,"kind":1024,"name":"filepath","url":"classes/_models_san_sourcefile_.sansourcefile.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":123,"kind":512,"name":"constructor","url":"classes/_models_san_sourcefile_.sansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":124,"kind":2048,"name":"createFromTSSourceFile","url":"classes/_models_san_sourcefile_.sansourcefile.html#createfromtssourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":125,"kind":2048,"name":"createFromJSFilePath","url":"classes/_models_san_sourcefile_.sansourcefile.html#createfromjsfilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":126,"kind":2048,"name":"getClassDeclarations","url":"classes/_models_san_sourcefile_.sansourcefile.html#getclassdeclarations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":127,"kind":2048,"name":"getFullText","url":"classes/_models_san_sourcefile_.sansourcefile.html#getfulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":128,"kind":2048,"name":"getFilePath","url":"classes/_models_san_sourcefile_.sansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":129,"kind":2048,"name":"getClass","url":"classes/_models_san_sourcefile_.sansourcefile.html#getclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":130,"kind":1,"name":"\"models/san-app\"","url":"modules/_models_san_app_.html","classes":"tsd-kind-external-module"},{"id":131,"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":132,"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":133,"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":134,"kind":1024,"name":"componentClasses","url":"classes/_models_san_app_.sanapp.html#componentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":135,"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":136,"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":137,"kind":2048,"name":"getEntryComponentClassOrThrow","url":"classes/_models_san_app_.sanapp.html#getentrycomponentclassorthrow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":138,"kind":2048,"name":"validateComponentClass","url":"classes/_models_san_app_.sanapp.html#validatecomponentclass","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-app\".SanApp"},{"id":139,"kind":1,"name":"\"parsers/dependency-resolver\"","url":"modules/_parsers_dependency_resolver_.html","classes":"tsd-kind-external-module"},{"id":140,"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":141,"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":142,"kind":64,"name":"getInlineDependencyLiterals","url":"modules/_parsers_dependency_resolver_.html#getinlinedependencyliterals","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":143,"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":144,"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":145,"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":146,"kind":1,"name":"\"target-php/utils/lang\"","url":"modules/_target_php_utils_lang_.html","classes":"tsd-kind-external-module"},{"id":147,"kind":32,"name":"reservedNames","url":"modules/_target_php_utils_lang_.html#reservednames","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/utils/lang\""},{"id":148,"kind":64,"name":"isReserved","url":"modules/_target_php_utils_lang_.html#isreserved","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/utils/lang\""},{"id":149,"kind":1,"name":"\"target-php/compilers/ts2php\"","url":"modules/_target_php_compilers_ts2php_.html","classes":"tsd-kind-external-module"},{"id":150,"kind":256,"name":"Modules","url":"interfaces/_target_php_compilers_ts2php_.modules.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-php/compilers/ts2php\""},{"id":151,"kind":32,"name":"debug","url":"modules/_target_php_compilers_ts2php_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\""},{"id":152,"kind":4194304,"name":"ModuleInfo","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\""},{"id":153,"kind":65536,"name":"__type","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo"},{"id":154,"kind":32,"name":"name","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo.__type"},{"id":155,"kind":32,"name":"required","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type.required","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo.__type"},{"id":156,"kind":32,"name":"namespace","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type.namespace","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo.__type"},{"id":157,"kind":64,"name":"generatePHPCode","url":"modules/_target_php_compilers_ts2php_.html#generatephpcode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/compilers/ts2php\""},{"id":158,"kind":1,"name":"\"target-php/transformers/refactor-member-initializer\"","url":"modules/_target_php_transformers_refactor_member_initializer_.html","classes":"tsd-kind-external-module"},{"id":159,"kind":64,"name":"refactorMemberInitializer","url":"modules/_target_php_transformers_refactor_member_initializer_.html#refactormemberinitializer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/refactor-member-initializer\""},{"id":160,"kind":64,"name":"isConstant","url":"modules/_target_php_transformers_refactor_member_initializer_.html#isconstant","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/transformers/refactor-member-initializer\""},{"id":161,"kind":1,"name":"\"target-php/transformers/refactor-filters-property\"","url":"modules/_target_php_transformers_refactor_filters_property_.html","classes":"tsd-kind-external-module"},{"id":162,"kind":64,"name":"refactorFiltersProperty","url":"modules/_target_php_transformers_refactor_filters_property_.html#refactorfiltersproperty","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/refactor-filters-property\""},{"id":163,"kind":1,"name":"\"target-php/transformers/refactor-computed-property\"","url":"modules/_target_php_transformers_refactor_computed_property_.html","classes":"tsd-kind-external-module"},{"id":164,"kind":64,"name":"refactorComputedProperty","url":"modules/_target_php_transformers_refactor_computed_property_.html#refactorcomputedproperty","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/refactor-computed-property\""},{"id":165,"kind":1,"name":"\"target-php/transformers/replace-san-module\"","url":"modules/_target_php_transformers_replace_san_module_.html","classes":"tsd-kind-external-module"},{"id":166,"kind":64,"name":"replaceSanModule","url":"modules/_target_php_transformers_replace_san_module_.html#replacesanmodule","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/replace-san-module\""},{"id":167,"kind":1,"name":"\"target-php/transformers/index\"","url":"modules/_target_php_transformers_index_.html","classes":"tsd-kind-external-module"},{"id":168,"kind":32,"name":"uselessComponentProps","url":"modules/_target_php_transformers_index_.html#uselesscomponentprops","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/transformers/index\""},{"id":169,"kind":64,"name":"transformAstToPHP","url":"modules/_target_php_transformers_index_.html#transformasttophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/index\""},{"id":170,"kind":1,"name":"\"target-php/compilers/expr-compiler\"","url":"modules/_target_php_compilers_expr_compiler_.html","classes":"tsd-kind-external-module"},{"id":171,"kind":2097152,"name":"compileExprSource","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"target-php/compilers/expr-compiler\""},{"id":172,"kind":64,"name":"stringLiteralize","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":173,"kind":64,"name":"dataAccess","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":174,"kind":64,"name":"callExpr","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":175,"kind":64,"name":"interp","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":176,"kind":64,"name":"text","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.text","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":177,"kind":64,"name":"array","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.array","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":178,"kind":64,"name":"object","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.object","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":179,"kind":2097152,"name":"binaryOp","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":180,"kind":32,"name":"43","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":181,"kind":32,"name":"45","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":182,"kind":32,"name":"42","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":183,"kind":32,"name":"47","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":184,"kind":32,"name":"60","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":185,"kind":32,"name":"62","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":186,"kind":32,"name":"76","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":187,"kind":32,"name":"94","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":188,"kind":32,"name":"121","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":189,"kind":32,"name":"122","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":190,"kind":32,"name":"123","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":191,"kind":32,"name":"155","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":192,"kind":32,"name":"183","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":193,"kind":32,"name":"248","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":194,"kind":64,"name":"expr","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":195,"kind":64,"name":"_expr","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":196,"kind":1,"name":"\"target-php/compilers/stringifier\"","url":"modules/_target_php_compilers_stringifier_.html","classes":"tsd-kind-external-module"},{"id":197,"kind":128,"name":"Stringifier","url":"classes/_target_php_compilers_stringifier_.stringifier.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/stringifier\""},{"id":198,"kind":1024,"name":"nsPrefix","url":"classes/_target_php_compilers_stringifier_.stringifier.html#nsprefix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":199,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_stringifier_.stringifier.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":200,"kind":2048,"name":"obj","url":"classes/_target_php_compilers_stringifier_.stringifier.html#obj","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":201,"kind":2048,"name":"arr","url":"classes/_target_php_compilers_stringifier_.stringifier.html#arr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":202,"kind":2048,"name":"str","url":"classes/_target_php_compilers_stringifier_.stringifier.html#str","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":203,"kind":2048,"name":"date","url":"classes/_target_php_compilers_stringifier_.stringifier.html#date","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":204,"kind":2048,"name":"any","url":"classes/_target_php_compilers_stringifier_.stringifier.html#any","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":205,"kind":1,"name":"\"target-php/emitters/emitter\"","url":"modules/_target_php_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":206,"kind":128,"name":"PHPEmitter","url":"classes/_target_php_emitters_emitter_.phpemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/emitters/emitter\""},{"id":207,"kind":1024,"name":"buffer","url":"classes/_target_php_emitters_emitter_.phpemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":208,"kind":512,"name":"constructor","url":"classes/_target_php_emitters_emitter_.phpemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":209,"kind":2048,"name":"write","url":"classes/_target_php_emitters_emitter_.phpemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":210,"kind":2048,"name":"beginNamespace","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":211,"kind":2048,"name":"endNamespace","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":212,"kind":2048,"name":"bufferHTMLLiteral","url":"classes/_target_php_emitters_emitter_.phpemitter.html#bufferhtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":213,"kind":2048,"name":"writeHTML","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writehtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":214,"kind":2048,"name":"writeDataComment","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":215,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_target_php_emitters_emitter_.phpemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":216,"kind":2048,"name":"writeSwitch","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":217,"kind":2048,"name":"writeCase","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":218,"kind":2048,"name":"writeBreak","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":219,"kind":2048,"name":"writeDefault","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":220,"kind":2048,"name":"writeFunction","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":221,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":222,"kind":2048,"name":"writeFunctionCall","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":223,"kind":2048,"name":"writeIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":224,"kind":2048,"name":"beginIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":225,"kind":2048,"name":"beginElseIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":226,"kind":2048,"name":"beginElse","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":227,"kind":2048,"name":"endIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":228,"kind":2048,"name":"writeForeach","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":229,"kind":2048,"name":"beginForeach","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":230,"kind":2048,"name":"endForeach","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":231,"kind":2048,"name":"writeContinue","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":232,"kind":2048,"name":"writeBlock","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":233,"kind":2048,"name":"beginBlock","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":234,"kind":2048,"name":"endBlock","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":235,"kind":1024,"name":"code","url":"classes/_target_php_emitters_emitter_.phpemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":236,"kind":2048,"name":"fullText","url":"classes/_target_php_emitters_emitter_.phpemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":237,"kind":2048,"name":"indent","url":"classes/_target_php_emitters_emitter_.phpemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":238,"kind":2048,"name":"unindent","url":"classes/_target_php_emitters_emitter_.phpemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":239,"kind":2048,"name":"writeNewLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":240,"kind":2048,"name":"nextLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":241,"kind":2048,"name":"feedLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":242,"kind":2048,"name":"writeLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":243,"kind":2048,"name":"writeLines","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":244,"kind":2048,"name":"carriageReturn","url":"classes/_target_php_emitters_emitter_.phpemitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":245,"kind":2048,"name":"defaultWrite","url":"classes/_target_php_emitters_emitter_.phpemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":246,"kind":1,"name":"\"target-php/compilers/anode-compiler\"","url":"modules/_target_php_compilers_anode_compiler_.html","classes":"tsd-kind-external-module"},{"id":247,"kind":128,"name":"ANodeCompiler","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/anode-compiler\""},{"id":248,"kind":1024,"name":"id","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":249,"kind":1024,"name":"elementCompiler","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#elementcompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":250,"kind":1024,"name":"stringifier","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#stringifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":251,"kind":1024,"name":"component","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":252,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":253,"kind":2048,"name":"compile","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":254,"kind":2048,"name":"compileText","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compiletext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":255,"kind":2048,"name":"compileTemplate","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compiletemplate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":256,"kind":2048,"name":"compileIf","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compileif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":257,"kind":2048,"name":"compileFor","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compilefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":258,"kind":2048,"name":"compileSlot","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compileslot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":259,"kind":2048,"name":"compileElement","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compileelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":260,"kind":2048,"name":"compileComponent","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":261,"kind":2048,"name":"compileComponentLoader","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compilecomponentloader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":262,"kind":2048,"name":"nextID","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#nextid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":263,"kind":1,"name":"\"target-php/compilers/element-compiler\"","url":"modules/_target_php_compilers_element_compiler_.html","classes":"tsd-kind-external-module"},{"id":264,"kind":128,"name":"ElementCompiler","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/element-compiler\""},{"id":265,"kind":1024,"name":"compileANode","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#compileanode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":266,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":267,"kind":2048,"name":"tagStart","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#tagstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":268,"kind":2048,"name":"tagEnd","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#tagend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":269,"kind":2048,"name":"inner","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#inner","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":270,"kind":1,"name":"\"target-php/compilers/renderer-compiler\"","url":"modules/_target_php_compilers_renderer_compiler_.html","classes":"tsd-kind-external-module"},{"id":271,"kind":128,"name":"RendererCompiler","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/renderer-compiler\""},{"id":272,"kind":1024,"name":"namespacePrefix","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#namespaceprefix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":273,"kind":1024,"name":"stringifier","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#stringifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":274,"kind":1024,"name":"aNodeCompiler","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":275,"kind":1024,"name":"elementCompiler","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#elementcompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":276,"kind":1024,"name":"emitter","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":277,"kind":1024,"name":"component","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":278,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":279,"kind":2048,"name":"compile","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":280,"kind":2048,"name":"genComponentContextCode","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#gencomponentcontextcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":281,"kind":1,"name":"\"target-php/utils/fs\"","url":"modules/_target_php_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":282,"kind":64,"name":"readPHPSource","url":"modules/_target_php_utils_fs_.html#readphpsource","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/utils/fs\""},{"id":283,"kind":1,"name":"\"target-php/emitters/runtime\"","url":"modules/_target_php_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":284,"kind":32,"name":"runtimeFiles","url":"modules/_target_php_emitters_runtime_.html#runtimefiles","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/emitters/runtime\""},{"id":285,"kind":64,"name":"emitRuntime","url":"modules/_target_php_emitters_runtime_.html#emitruntime","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/emitters/runtime\""},{"id":286,"kind":1,"name":"\"target-php/index\"","url":"modules/_target_php_index_.html","classes":"tsd-kind-external-module"},{"id":287,"kind":4,"name":"EmitContent","url":"enums/_target_php_index_.emitcontent.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"target-php/index\""},{"id":288,"kind":16,"name":"renderer","url":"enums/_target_php_index_.emitcontent.html#renderer","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":289,"kind":16,"name":"component","url":"enums/_target_php_index_.emitcontent.html#component","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":290,"kind":16,"name":"rendererAndComponent","url":"enums/_target_php_index_.emitcontent.html#rendererandcomponent","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":291,"kind":16,"name":"runtime","url":"enums/_target_php_index_.emitcontent.html#runtime","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":292,"kind":16,"name":"all","url":"enums/_target_php_index_.emitcontent.html#all","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":293,"kind":128,"name":"ToPHPCompiler","url":"classes/_target_php_index_.tophpcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/index\""},{"id":294,"kind":1024,"name":"root","url":"classes/_target_php_index_.tophpcompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":295,"kind":1024,"name":"tsConfigFilePath","url":"classes/_target_php_index_.tophpcompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":296,"kind":1024,"name":"ts2phpModules","url":"classes/_target_php_index_.tophpcompiler.html#ts2phpmodules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":297,"kind":1024,"name":"project","url":"classes/_target_php_index_.tophpcompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":298,"kind":512,"name":"constructor","url":"classes/_target_php_index_.tophpcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":299,"kind":2048,"name":"compile","url":"classes/_target_php_index_.tophpcompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":300,"kind":2048,"name":"compileRenderer","url":"classes/_target_php_index_.tophpcompiler.html#compilerenderer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":301,"kind":2048,"name":"formatCompilerOptions","url":"classes/_target_php_index_.tophpcompiler.html#formatcompileroptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":302,"kind":2048,"name":"compileComponent","url":"classes/_target_php_index_.tophpcompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":303,"kind":2048,"name":"compileComponents","url":"classes/_target_php_index_.tophpcompiler.html#compilecomponents","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":304,"kind":2048,"name":"ns","url":"classes/_target_php_index_.tophpcompiler.html#ns","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":305,"kind":32,"name":"debug","url":"modules/_target_php_index_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/index\""},{"id":306,"kind":4194304,"name":"ToPHPCompilerOptions","url":"modules/_target_php_index_.html#tophpcompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-php/index\""},{"id":307,"kind":65536,"name":"__type","url":"modules/_target_php_index_.html#tophpcompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-php/index\".ToPHPCompilerOptions"},{"id":308,"kind":32,"name":"tsConfigFilePath","url":"modules/_target_php_index_.html#tophpcompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/index\".ToPHPCompilerOptions.__type"},{"id":309,"kind":32,"name":"project","url":"modules/_target_php_index_.html#tophpcompileroptions.__type.project","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/index\".ToPHPCompilerOptions.__type"},{"id":310,"kind":1,"name":"\"utils/element\"","url":"modules/_utils_element_.html","classes":"tsd-kind-external-module"},{"id":311,"kind":32,"name":"autoCloseTags","url":"modules/_utils_element_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/element\""},{"id":312,"kind":1,"name":"\"utils/anode\"","url":"modules/_utils_anode_.html","classes":"tsd-kind-external-module"},{"id":313,"kind":64,"name":"getANodePropByName","url":"modules/_utils_anode_.html#getanodepropbyname","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode\""},{"id":314,"kind":64,"name":"getANodeProps","url":"modules/_utils_anode_.html#getanodeprops","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode\""},{"id":315,"kind":64,"name":"postProp","url":"modules/_utils_anode_.html#postprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/anode\""},{"id":316,"kind":1,"name":"\"models/compiler\"","url":"modules/_models_compiler_.html","classes":"tsd-kind-external-module"},{"id":317,"kind":256,"name":"Compiler","url":"interfaces/_models_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/compiler\""},{"id":318,"kind":2048,"name":"compile","url":"interfaces/_models_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":319,"kind":1,"name":"\"models/target\"","url":"modules/_models_target_.html","classes":"tsd-kind-external-module"},{"id":320,"kind":4,"name":"Target","url":"enums/_models_target_.target.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"models/target\""},{"id":321,"kind":16,"name":"php","url":"enums/_models_target_.target.html#php","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/target\".Target"},{"id":322,"kind":16,"name":"js","url":"enums/_models_target_.target.html#js","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/target\".Target"},{"id":323,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":324,"kind":1,"name":"\"target-js/utils/fs\"","url":"modules/_target_js_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":325,"kind":64,"name":"readStringSync","url":"modules/_target_js_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/utils/fs\""},{"id":326,"kind":1,"name":"\"target-js/emitters/runtime\"","url":"modules/_target_js_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":327,"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":328,"kind":1,"name":"\"target-js/compilers/expr-compiler\"","url":"modules/_target_js_compilers_expr_compiler_.html","classes":"tsd-kind-external-module"},{"id":329,"kind":2097152,"name":"compileExprSource","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":330,"kind":64,"name":"stringLiteralize","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":331,"kind":64,"name":"dataAccess","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":332,"kind":64,"name":"callExpr","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":333,"kind":64,"name":"interp","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":334,"kind":64,"name":"text","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.text","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":335,"kind":64,"name":"array","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.array","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":336,"kind":64,"name":"object","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.object","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":337,"kind":2097152,"name":"binaryOp","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":338,"kind":32,"name":"43","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":339,"kind":32,"name":"45","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":340,"kind":32,"name":"42","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":341,"kind":32,"name":"47","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":342,"kind":32,"name":"60","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":343,"kind":32,"name":"62","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":344,"kind":32,"name":"76","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":345,"kind":32,"name":"94","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":346,"kind":32,"name":"121","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":347,"kind":32,"name":"122","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":348,"kind":32,"name":"123","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":349,"kind":32,"name":"155","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":350,"kind":32,"name":"183","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":351,"kind":32,"name":"248","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":352,"kind":64,"name":"expr","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":353,"kind":64,"name":"_expr","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":354,"kind":1,"name":"\"target-js/source-buffer\"","url":"modules/_target_js_source_buffer_.html","classes":"tsd-kind-external-module"},{"id":355,"kind":128,"name":"CompileSourceBuffer","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/source-buffer\""},{"id":356,"kind":1024,"name":"segs","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#segs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":357,"kind":512,"name":"constructor","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":358,"kind":2048,"name":"addRaw","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#addraw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":359,"kind":2048,"name":"joinRaw","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joinraw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":360,"kind":2048,"name":"joinString","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joinstring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":361,"kind":2048,"name":"joinDataStringify","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joindatastringify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":362,"kind":2048,"name":"joinExpr","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joinexpr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":363,"kind":2048,"name":"toCode","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#tocode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":364,"kind":1,"name":"\"target-js/compilers/stringifier\"","url":"modules/_target_js_compilers_stringifier_.html","classes":"tsd-kind-external-module"},{"id":365,"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":366,"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":367,"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":368,"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":369,"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":370,"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":371,"kind":1,"name":"\"target-js/compilers/element-compiler\"","url":"modules/_target_js_compilers_element_compiler_.html","classes":"tsd-kind-external-module"},{"id":372,"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":373,"kind":1024,"name":"compileAnode","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compileanode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":374,"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":375,"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":376,"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":377,"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":378,"kind":1,"name":"\"target-js/compilers/anode-compiler\"","url":"modules/_target_js_compilers_anode_compiler_.html","classes":"tsd-kind-external-module"},{"id":379,"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":380,"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":381,"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":382,"kind":1024,"name":"component","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":383,"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":384,"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":385,"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":386,"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":387,"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":388,"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":389,"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":390,"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":391,"kind":2048,"name":"compileComponent","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":392,"kind":2048,"name":"compileComponentLoader","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponentloader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":393,"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":394,"kind":1,"name":"\"target-js/compilers/renderer-compiler\"","url":"modules/_target_js_compilers_renderer_compiler_.html","classes":"tsd-kind-external-module"},{"id":395,"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":396,"kind":1024,"name":"aNodeCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":397,"kind":1024,"name":"elementSourceCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#elementsourcecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":398,"kind":1024,"name":"component","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":399,"kind":1024,"name":"funcName","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#funcname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":400,"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":401,"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":402,"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":403,"kind":2048,"name":"genComponentProtoCode","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#gencomponentprotocode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":404,"kind":32,"name":"rDataAccess","url":"modules/_target_js_compilers_renderer_compiler_.html#rdataaccess","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":405,"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":406,"kind":1,"name":"\"target-js/index\"","url":"modules/_target_js_index_.html","classes":"tsd-kind-external-module"},{"id":407,"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":408,"kind":1024,"name":"root","url":"classes/_target_js_index_.tojscompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":409,"kind":1024,"name":"tsConfigFilePath","url":"classes/_target_js_index_.tojscompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":410,"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":411,"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":412,"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":413,"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":414,"kind":4194304,"name":"ToJSCompilerOptions","url":"modules/_target_js_index_.html#tojscompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":415,"kind":65536,"name":"__type","url":"modules/_target_js_index_.html#tojscompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompilerOptions"},{"id":416,"kind":32,"name":"tsConfigFilePath","url":"modules/_target_js_index_.html#tojscompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompilerOptions.__type"},{"id":417,"kind":32,"name":"project","url":"modules/_target_js_index_.html#tojscompileroptions.__type.project","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompilerOptions.__type"},{"id":418,"kind":1,"name":"\"utils/ast-util\"","url":"modules/_utils_ast_util_.html","classes":"tsd-kind-external-module"},{"id":419,"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":420,"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":421,"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":422,"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":423,"kind":64,"name":"movePropertyInitiatorToPrototype","url":"modules/_utils_ast_util_.html#movepropertyinitiatortoprototype","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":424,"kind":1,"name":"\"parsers/component-class-finder\"","url":"modules/_parsers_component_class_finder_.html","classes":"tsd-kind-external-module"},{"id":425,"kind":128,"name":"ComponentClassFinder","url":"classes/_parsers_component_class_finder_.componentclassfinder.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component-class-finder\""},{"id":426,"kind":1024,"name":"root","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":427,"kind":1024,"name":"children","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#children","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":428,"kind":512,"name":"constructor","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":429,"kind":2048,"name":"find","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#find","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":430,"kind":2048,"name":"findRecursively","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#findrecursively","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":431,"kind":2048,"name":"getChildComponentClasses","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#getchildcomponentclasses","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":432,"kind":2048,"name":"isComponentLoader","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#iscomponentloader","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":433,"kind":1,"name":"\"loaders/common-js\"","url":"modules/_loaders_common_js_.html","classes":"tsd-kind-external-module"},{"id":434,"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":435,"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":436,"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":437,"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":438,"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":439,"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":440,"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":441,"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":442,"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":443,"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":444,"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":445,"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":446,"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":447,"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":448,"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":449,"kind":65536,"name":"__type","url":"modules/_loaders_common_js_.html#modules.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"loaders/common-js\".Modules"},{"id":450,"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":451,"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":452,"kind":64,"name":"getModuleSpecifier","url":"modules/_loaders_common_js_.html#getmodulespecifier","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":453,"kind":1,"name":"\"target-js/compilers/ts2js\"","url":"modules/_target_js_compilers_ts2js_.html","classes":"tsd-kind-external-module"},{"id":454,"kind":32,"name":"debug","url":"modules/_target_js_compilers_ts2js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/ts2js\""},{"id":455,"kind":64,"name":"tsSourceFile2js","url":"modules/_target_js_compilers_ts2js_.html#tssourcefile2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/ts2js\""},{"id":456,"kind":64,"name":"tsCode2js","url":"modules/_target_js_compilers_ts2js_.html#tscode2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/ts2js\""},{"id":457,"kind":1,"name":"\"parsers/normalize-component\"","url":"modules/_parsers_normalize_component_.html","classes":"tsd-kind-external-module"},{"id":458,"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":459,"kind":1,"name":"\"parsers/san-app-parser\"","url":"modules/_parsers_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":460,"kind":128,"name":"SanAppParser","url":"classes/_parsers_san_app_parser_.sanappparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/san-app-parser\""},{"id":461,"kind":1024,"name":"root","url":"classes/_parsers_san_app_parser_.sanappparser.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":462,"kind":1024,"name":"id","url":"classes/_parsers_san_app_parser_.sanappparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":463,"kind":1024,"name":"project","url":"classes/_parsers_san_app_parser_.sanappparser.html#project","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":464,"kind":512,"name":"constructor","url":"classes/_parsers_san_app_parser_.sanappparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":465,"kind":2048,"name":"createUsingTsconfig","url":"classes/_parsers_san_app_parser_.sanappparser.html#createusingtsconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":466,"kind":2048,"name":"createUsingDefaultTypeScriptConfig","url":"classes/_parsers_san_app_parser_.sanappparser.html#createusingdefaulttypescriptconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":467,"kind":2048,"name":"parseSanApp","url":"classes/_parsers_san_app_parser_.sanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":468,"kind":2048,"name":"evaluateFile","url":"classes/_parsers_san_app_parser_.sanappparser.html#evaluatefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":469,"kind":2048,"name":"parseSanSourceFile","url":"classes/_parsers_san_app_parser_.sanappparser.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":470,"kind":2048,"name":"setComponentID","url":"classes/_parsers_san_app_parser_.sanappparser.html#setcomponentid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":471,"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":472,"kind":1,"name":"\"models/san-project\"","url":"modules/_models_san_project_.html","classes":"tsd-kind-external-module"},{"id":473,"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":474,"kind":1024,"name":"root","url":"classes/_models_san_project_.sanproject.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":475,"kind":1024,"name":"tsConfigFilePath","url":"classes/_models_san_project_.sanproject.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":476,"kind":1024,"name":"project","url":"classes/_models_san_project_.sanproject.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":477,"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":478,"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":479,"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":480,"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":481,"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":482,"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":483,"kind":4194304,"name":"SanProjectOptions","url":"modules/_models_san_project_.html#sanprojectoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/san-project\""},{"id":484,"kind":65536,"name":"__type","url":"modules/_models_san_project_.html#sanprojectoptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions"},{"id":485,"kind":32,"name":"tsConfigFilePath","url":"modules/_models_san_project_.html#sanprojectoptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions.__type"},{"id":486,"kind":32,"name":"root","url":"modules/_models_san_project_.html#sanprojectoptions.__type.root","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions.__type"},{"id":487,"kind":32,"name":"modules","url":"modules/_models_san_project_.html#sanprojectoptions.__type.modules","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions.__type"},{"id":488,"kind":1,"name":"\"utils/case\"","url":"modules/_utils_case_.html","classes":"tsd-kind-external-module"},{"id":489,"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":490,"kind":32,"name":"caseRoot","url":"modules/_utils_case_.html#caseroot","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":491,"kind":32,"name":"tsConfigFilePath","url":"modules/_utils_case_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":492,"kind":32,"name":"cases","url":"modules/_utils_case_.html#cases","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":493,"kind":32,"name":"sanProject","url":"modules/_utils_case_.html#sanproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":494,"kind":64,"name":"supportJSSSR","url":"modules/_utils_case_.html#supportjsssr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":495,"kind":64,"name":"supportE2E","url":"modules/_utils_case_.html#supporte2e","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":496,"kind":64,"name":"compileToJS","url":"modules/_utils_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":497,"kind":64,"name":"compileToPHP","url":"modules/_utils_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":498,"kind":64,"name":"compileAllToJS","url":"modules/_utils_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":499,"kind":64,"name":"compileAllToPHP","url":"modules/_utils_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":500,"kind":64,"name":"parseHtml","url":"modules/_utils_case_.html#parsehtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":501,"kind":1,"name":"\"loaders/exec\"","url":"modules/_loaders_exec_.html","classes":"tsd-kind-external-module"},{"id":502,"kind":64,"name":"exec","url":"modules/_loaders_exec_.html#exec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":503,"kind":64,"name":"execSync","url":"modules/_loaders_exec_.html#execsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":504,"kind":1,"name":"\"loaders/case\"","url":"modules/_loaders_case_.html","classes":"tsd-kind-external-module"},{"id":505,"kind":64,"name":"renderByJS","url":"modules/_loaders_case_.html#renderbyjs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":506,"kind":64,"name":"renderByPHP","url":"modules/_loaders_case_.html#renderbyphp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":507,"kind":64,"name":"compileAllToJS","url":"modules/_loaders_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":508,"kind":64,"name":"compileAllToPHP","url":"modules/_loaders_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":509,"kind":64,"name":"compileToJS","url":"modules/_loaders_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":510,"kind":64,"name":"compileToPHP","url":"modules/_loaders_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":511,"kind":1,"name":"\"bin/debug\"","url":"modules/_bin_debug_.html","classes":"tsd-kind-external-module"},{"id":512,"kind":32,"name":"caseName","url":"modules/_bin_debug_.html#casename","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":513,"kind":32,"name":"htmlPath","url":"modules/_bin_debug_.html#htmlpath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":514,"kind":32,"name":"expected","url":"modules/_bin_debug_.html#expected","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":515,"kind":32,"name":"expectedData","url":"modules/_bin_debug_.html#expecteddata","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":516,"kind":65536,"name":"__type","url":"modules/_bin_debug_.html#expecteddata.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"bin/debug\".expectedData"},{"id":517,"kind":32,"name":"expectedHtml","url":"modules/_bin_debug_.html#expectedhtml","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":518,"kind":65536,"name":"__type","url":"modules/_bin_debug_.html#expectedhtml.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"bin/debug\".expectedHtml"},{"id":519,"kind":64,"name":"check","url":"modules/_bin_debug_.html#check","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":520,"kind":64,"name":"test","url":"modules/_bin_debug_.html#test","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":521,"kind":64,"name":"deepEqual","url":"modules/_bin_debug_.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":522,"kind":1,"name":"\"utils/buffer\"","url":"modules/_utils_buffer_.html","classes":"tsd-kind-external-module"},{"id":523,"kind":64,"name":"byteCount","url":"modules/_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/buffer\""},{"id":524,"kind":1,"name":"\"bin/ssr\"","url":"modules/_bin_ssr_.html","classes":"tsd-kind-external-module"},{"id":525,"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":526,"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":527,"kind":32,"name":"nsPrefix","url":"modules/_bin_ssr_.html#nsprefix","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":528,"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":529,"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":530,"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":531,"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":532,"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\""}]}; \ 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/timing\"","url":"modules/_utils_timing_.html","classes":"tsd-kind-external-module"},{"id":1,"kind":128,"name":"Measure","url":"classes/_utils_timing_.measure.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/timing\""},{"id":2,"kind":1024,"name":"startTime","url":"classes/_utils_timing_.measure.html#starttime","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private tsd-is-not-exported","parent":"\"utils/timing\".Measure"},{"id":3,"kind":512,"name":"constructor","url":"classes/_utils_timing_.measure.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"\"utils/timing\".Measure"},{"id":4,"kind":2048,"name":"duration","url":"classes/_utils_timing_.measure.html#duration","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"utils/timing\".Measure"},{"id":5,"kind":64,"name":"startMeasure","url":"modules/_utils_timing_.html#startmeasure","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":6,"kind":64,"name":"measure","url":"modules/_utils_timing_.html#measure-1","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":7,"kind":1,"name":"\"utils/emitter\"","url":"modules/_utils_emitter_.html","classes":"tsd-kind-external-module"},{"id":8,"kind":128,"name":"Emitter","url":"classes/_utils_emitter_.emitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"utils/emitter\""},{"id":9,"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":10,"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":11,"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":12,"kind":512,"name":"constructor","url":"classes/_utils_emitter_.emitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":13,"kind":2048,"name":"write","url":"classes/_utils_emitter_.emitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":14,"kind":2048,"name":"fullText","url":"classes/_utils_emitter_.emitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":15,"kind":2048,"name":"indent","url":"classes/_utils_emitter_.emitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":16,"kind":2048,"name":"unindent","url":"classes/_utils_emitter_.emitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":17,"kind":2048,"name":"writeNewLine","url":"classes/_utils_emitter_.emitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":18,"kind":2048,"name":"nextLine","url":"classes/_utils_emitter_.emitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":19,"kind":2048,"name":"feedLine","url":"classes/_utils_emitter_.emitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":20,"kind":2048,"name":"writeLine","url":"classes/_utils_emitter_.emitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":21,"kind":2048,"name":"writeLines","url":"classes/_utils_emitter_.emitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":22,"kind":2048,"name":"carriageReturn","url":"classes/_utils_emitter_.emitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"utils/emitter\".Emitter"},{"id":23,"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":24,"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":25,"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":26,"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":27,"kind":1,"name":"\"target-js/emitters/emitter\"","url":"modules/_target_js_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":28,"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":29,"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":30,"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":31,"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":32,"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":33,"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":34,"kind":2048,"name":"fullText","url":"classes/_target_js_emitters_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-js/emitters/emitter\".JSEmitter"},{"id":35,"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":36,"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":37,"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":38,"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":39,"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":40,"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":41,"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":42,"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":43,"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":44,"kind":1,"name":"\"parsers/tsconfig\"","url":"modules/_parsers_tsconfig_.html","classes":"tsd-kind-external-module"},{"id":45,"kind":64,"name":"getDefaultConfigPath","url":"modules/_parsers_tsconfig_.html#getdefaultconfigpath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":46,"kind":64,"name":"getDefaultConfig","url":"modules/_parsers_tsconfig_.html#getdefaultconfig","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":47,"kind":1,"name":"\"models/source-file-type\"","url":"modules/_models_source_file_type_.html","classes":"tsd-kind-external-module"},{"id":48,"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":49,"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":50,"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":51,"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":52,"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":53,"kind":1,"name":"\"models/expression\"","url":"modules/_models_expression_.html","classes":"tsd-kind-external-module"},{"id":54,"kind":256,"name":"Expression","url":"interfaces/_models_expression_.expression.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/expression\""},{"id":55,"kind":1024,"name":"original","url":"interfaces/_models_expression_.expression.html#original","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":56,"kind":1024,"name":"name","url":"interfaces/_models_expression_.expression.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":57,"kind":1024,"name":"args","url":"interfaces/_models_expression_.expression.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":58,"kind":1024,"name":"parenthesized","url":"interfaces/_models_expression_.expression.html#parenthesized","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":59,"kind":1024,"name":"paths","url":"interfaces/_models_expression_.expression.html#paths","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":60,"kind":1024,"name":"spread","url":"interfaces/_models_expression_.expression.html#spread","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":61,"kind":1024,"name":"expr","url":"interfaces/_models_expression_.expression.html#expr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":62,"kind":1024,"name":"items","url":"interfaces/_models_expression_.expression.html#items","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":63,"kind":1024,"name":"value","url":"interfaces/_models_expression_.expression.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":64,"kind":1024,"name":"literal","url":"interfaces/_models_expression_.expression.html#literal","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":65,"kind":1024,"name":"segs","url":"interfaces/_models_expression_.expression.html#segs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":66,"kind":1024,"name":"type","url":"interfaces/_models_expression_.expression.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":67,"kind":1024,"name":"operator","url":"interfaces/_models_expression_.expression.html#operator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/expression\".Expression"},{"id":68,"kind":1,"name":"\"models/anode\"","url":"modules/_models_anode_.html","classes":"tsd-kind-external-module"},{"id":69,"kind":256,"name":"ANode","url":"interfaces/_models_anode_.anode.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/anode\""},{"id":70,"kind":1024,"name":"hotspot","url":"interfaces/_models_anode_.anode.html#hotspot","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":71,"kind":1024,"name":"events","url":"interfaces/_models_anode_.anode.html#events","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":72,"kind":1024,"name":"directives","url":"interfaces/_models_anode_.anode.html#directives","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":73,"kind":65536,"name":"__type","url":"interfaces/_models_anode_.anode.html#directives.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/anode\".ANode.directives"},{"id":74,"kind":32,"name":"bind","url":"interfaces/_models_anode_.anode.html#directives.__type.bind","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":75,"kind":32,"name":"elif","url":"interfaces/_models_anode_.anode.html#directives.__type.elif","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":76,"kind":32,"name":"html","url":"interfaces/_models_anode_.anode.html#directives.__type.html","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":77,"kind":32,"name":"item","url":"interfaces/_models_anode_.anode.html#directives.__type.item","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":78,"kind":32,"name":"index","url":"interfaces/_models_anode_.anode.html#directives.__type.index","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/anode\".ANode.directives.__type"},{"id":79,"kind":1024,"name":"tagName","url":"interfaces/_models_anode_.anode.html#tagname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":80,"kind":1024,"name":"props","url":"interfaces/_models_anode_.anode.html#props","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":81,"kind":1024,"name":"children","url":"interfaces/_models_anode_.anode.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":82,"kind":1024,"name":"name","url":"interfaces/_models_anode_.anode.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":83,"kind":1024,"name":"value","url":"interfaces/_models_anode_.anode.html#value","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":84,"kind":1024,"name":"expr","url":"interfaces/_models_anode_.anode.html#expr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":85,"kind":1024,"name":"textExpr","url":"interfaces/_models_anode_.anode.html#textexpr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":86,"kind":1024,"name":"ifRinsed","url":"interfaces/_models_anode_.anode.html#ifrinsed","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":87,"kind":1024,"name":"elif","url":"interfaces/_models_anode_.anode.html#elif-1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":88,"kind":1024,"name":"elses","url":"interfaces/_models_anode_.anode.html#elses","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":89,"kind":1024,"name":"vars","url":"interfaces/_models_anode_.anode.html#vars","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANode"},{"id":90,"kind":256,"name":"ANodeProp","url":"interfaces/_models_anode_.anodeprop.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/anode\""},{"id":91,"kind":1024,"name":"name","url":"interfaces/_models_anode_.anodeprop.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":92,"kind":1024,"name":"expr","url":"interfaces/_models_anode_.anodeprop.html#expr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":93,"kind":1024,"name":"x","url":"interfaces/_models_anode_.anodeprop.html#x","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":94,"kind":1024,"name":"raw","url":"interfaces/_models_anode_.anodeprop.html#raw","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"\"models/anode\".ANodeProp"},{"id":95,"kind":1,"name":"\"models/component\"","url":"modules/_models_component_.html","classes":"tsd-kind-external-module"},{"id":96,"kind":128,"name":"SanComponent","url":"classes/_models_component_.sancomponent.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"models/component\""},{"id":97,"kind":1024,"name":"components","url":"classes/_models_component_.sancomponent.html#components-1","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"models/component\".SanComponent"},{"id":98,"kind":1024,"name":"sanssrCid","url":"classes/_models_component_.sancomponent.html#sanssrcid","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"models/component\".SanComponent"},{"id":99,"kind":1024,"name":"placeholder","url":"classes/_models_component_.sancomponent.html#placeholder","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"\"models/component\".SanComponent"},{"id":100,"kind":1024,"name":"data","url":"classes/_models_component_.sancomponent.html#data","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"\"models/component\".SanComponent"},{"id":101,"kind":1024,"name":"components","url":"classes/_models_component_.sancomponent.html#components","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".SanComponent"},{"id":102,"kind":1024,"name":"aNode","url":"classes/_models_component_.sancomponent.html#anode","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".SanComponent"},{"id":103,"kind":1024,"name":"getComponentType","url":"classes/_models_component_.sancomponent.html#getcomponenttype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/component\".SanComponent"},{"id":104,"kind":65536,"name":"__type","url":"classes/_models_component_.sancomponent.html#getcomponenttype.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/component\".SanComponent.getComponentType"},{"id":105,"kind":512,"name":"constructor","url":"classes/_models_component_.sancomponent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":106,"kind":1024,"name":"el","url":"classes/_models_component_.sancomponent.html#el","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":107,"kind":1024,"name":"nodeType","url":"classes/_models_component_.sancomponent.html#nodetype","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":108,"kind":2048,"name":"fire","url":"classes/_models_component_.sancomponent.html#fire","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":109,"kind":2048,"name":"dispatch","url":"classes/_models_component_.sancomponent.html#dispatch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":110,"kind":2048,"name":"on","url":"classes/_models_component_.sancomponent.html#on","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":111,"kind":2048,"name":"un","url":"classes/_models_component_.sancomponent.html#un","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":112,"kind":2048,"name":"watch","url":"classes/_models_component_.sancomponent.html#watch","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":113,"kind":2048,"name":"ref","url":"classes/_models_component_.sancomponent.html#ref","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":114,"kind":2048,"name":"slot","url":"classes/_models_component_.sancomponent.html#slot","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":115,"kind":2048,"name":"nextTick","url":"classes/_models_component_.sancomponent.html#nexttick","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":116,"kind":2048,"name":"attach","url":"classes/_models_component_.sancomponent.html#attach","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":117,"kind":2048,"name":"detach","url":"classes/_models_component_.sancomponent.html#detach","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":118,"kind":2048,"name":"dispose","url":"classes/_models_component_.sancomponent.html#dispose","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"models/component\".SanComponent"},{"id":119,"kind":256,"name":"Components","url":"interfaces/_models_component_.components.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/component\""},{"id":120,"kind":256,"name":"SanData","url":"interfaces/_models_component_.sandata.html","classes":"tsd-kind-interface tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"models/component\""},{"id":121,"kind":2048,"name":"get","url":"interfaces/_models_component_.sandata.html#get","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":122,"kind":2048,"name":"set","url":"interfaces/_models_component_.sandata.html#set","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-overwrite tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":123,"kind":512,"name":"constructor","url":"interfaces/_models_component_.sandata.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":124,"kind":1024,"name":"parent","url":"interfaces/_models_component_.sandata.html#parent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":125,"kind":1024,"name":"raw","url":"interfaces/_models_component_.sandata.html#raw","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":126,"kind":1024,"name":"listeners","url":"interfaces/_models_component_.sandata.html#listeners","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":127,"kind":2048,"name":"listen","url":"interfaces/_models_component_.sandata.html#listen","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":128,"kind":2048,"name":"unlisten","url":"interfaces/_models_component_.sandata.html#unlisten","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":129,"kind":1024,"name":"typeChecker","url":"interfaces/_models_component_.sandata.html#typechecker","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":130,"kind":65536,"name":"__type","url":"interfaces/_models_component_.sandata.html#typechecker.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property tsd-is-not-exported","parent":"\"models/component\".SanData.typeChecker"},{"id":131,"kind":2048,"name":"setTypeChecker","url":"interfaces/_models_component_.sandata.html#settypechecker","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":132,"kind":2048,"name":"fire","url":"interfaces/_models_component_.sandata.html#fire","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":133,"kind":2048,"name":"merge","url":"interfaces/_models_component_.sandata.html#merge","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":134,"kind":2048,"name":"apply","url":"interfaces/_models_component_.sandata.html#apply","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":135,"kind":2048,"name":"splice","url":"interfaces/_models_component_.sandata.html#splice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":136,"kind":2048,"name":"push","url":"interfaces/_models_component_.sandata.html#push","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":137,"kind":2048,"name":"pop","url":"interfaces/_models_component_.sandata.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":138,"kind":2048,"name":"shift","url":"interfaces/_models_component_.sandata.html#shift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":139,"kind":2048,"name":"unshift","url":"interfaces/_models_component_.sandata.html#unshift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":140,"kind":2048,"name":"removeAt","url":"interfaces/_models_component_.sandata.html#removeat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":141,"kind":2048,"name":"remove","url":"interfaces/_models_component_.sandata.html#remove","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"\"models/component\".SanData"},{"id":142,"kind":128,"name":"SanSSRFiltersDeclarations","url":"classes/_models_component_.sanssrfiltersdeclarations.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":143,"kind":128,"name":"SanSSRComputedDeclarations","url":"classes/_models_component_.sanssrcomputeddeclarations.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":144,"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":145,"kind":64,"name":"isComponentLoader","url":"modules/_models_component_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":146,"kind":64,"name":"isComponentClass","url":"modules/_models_component_.html#iscomponentclass","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"models/component\""},{"id":147,"kind":1,"name":"\"models/san-sourcefile\"","url":"modules/_models_san_sourcefile_.html","classes":"tsd-kind-external-module"},{"id":148,"kind":128,"name":"SanSourceFile","url":"classes/_models_san_sourcefile_.sansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"models/san-sourcefile\""},{"id":149,"kind":1024,"name":"tsSourceFile","url":"classes/_models_san_sourcefile_.sansourcefile.html#tssourcefile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":150,"kind":1024,"name":"componentClassIdentifier","url":"classes/_models_san_sourcefile_.sansourcefile.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":151,"kind":1024,"name":"fakeProperties","url":"classes/_models_san_sourcefile_.sansourcefile.html#fakeproperties","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":152,"kind":1024,"name":"componentClassDeclarations","url":"classes/_models_san_sourcefile_.sansourcefile.html#componentclassdeclarations","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":153,"kind":1024,"name":"componentClasses","url":"classes/_models_san_sourcefile_.sansourcefile.html#componentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":154,"kind":1024,"name":"fileType","url":"classes/_models_san_sourcefile_.sansourcefile.html#filetype","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":155,"kind":1024,"name":"filepath","url":"classes/_models_san_sourcefile_.sansourcefile.html#filepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":156,"kind":512,"name":"constructor","url":"classes/_models_san_sourcefile_.sansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-private","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":157,"kind":2048,"name":"createFromTSSourceFile","url":"classes/_models_san_sourcefile_.sansourcefile.html#createfromtssourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":158,"kind":2048,"name":"createFromJSFilePath","url":"classes/_models_san_sourcefile_.sansourcefile.html#createfromjsfilepath","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":159,"kind":2048,"name":"getClassDeclarations","url":"classes/_models_san_sourcefile_.sansourcefile.html#getclassdeclarations","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":160,"kind":2048,"name":"getFullText","url":"classes/_models_san_sourcefile_.sansourcefile.html#getfulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":161,"kind":2048,"name":"getFilePath","url":"classes/_models_san_sourcefile_.sansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":162,"kind":2048,"name":"getClass","url":"classes/_models_san_sourcefile_.sansourcefile.html#getclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-sourcefile\".SanSourceFile"},{"id":163,"kind":1,"name":"\"models/san-app\"","url":"modules/_models_san_app_.html","classes":"tsd-kind-external-module"},{"id":164,"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":165,"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":166,"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":167,"kind":1024,"name":"componentClasses","url":"classes/_models_san_app_.sanapp.html#componentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":168,"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":169,"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":170,"kind":2048,"name":"getEntryComponentClassOrThrow","url":"classes/_models_san_app_.sanapp.html#getentrycomponentclassorthrow","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"models/san-app\".SanApp"},{"id":171,"kind":2048,"name":"validateComponentClass","url":"classes/_models_san_app_.sanapp.html#validatecomponentclass","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"models/san-app\".SanApp"},{"id":172,"kind":1,"name":"\"parsers/dependency-resolver\"","url":"modules/_parsers_dependency_resolver_.html","classes":"tsd-kind-external-module"},{"id":173,"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":174,"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":175,"kind":64,"name":"getInlineDependencyLiterals","url":"modules/_parsers_dependency_resolver_.html#getinlinedependencyliterals","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/dependency-resolver\""},{"id":176,"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":177,"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":178,"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":179,"kind":1,"name":"\"target-php/utils/lang\"","url":"modules/_target_php_utils_lang_.html","classes":"tsd-kind-external-module"},{"id":180,"kind":32,"name":"reservedNames","url":"modules/_target_php_utils_lang_.html#reservednames","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/utils/lang\""},{"id":181,"kind":64,"name":"isReserved","url":"modules/_target_php_utils_lang_.html#isreserved","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/utils/lang\""},{"id":182,"kind":1,"name":"\"target-php/compilers/ts2php\"","url":"modules/_target_php_compilers_ts2php_.html","classes":"tsd-kind-external-module"},{"id":183,"kind":256,"name":"Modules","url":"interfaces/_target_php_compilers_ts2php_.modules.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"target-php/compilers/ts2php\""},{"id":184,"kind":32,"name":"debug","url":"modules/_target_php_compilers_ts2php_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\""},{"id":185,"kind":4194304,"name":"ModuleInfo","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\""},{"id":186,"kind":65536,"name":"__type","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo"},{"id":187,"kind":32,"name":"name","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo.__type"},{"id":188,"kind":32,"name":"required","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type.required","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo.__type"},{"id":189,"kind":32,"name":"namespace","url":"modules/_target_php_compilers_ts2php_.html#moduleinfo.__type.namespace","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/compilers/ts2php\".ModuleInfo.__type"},{"id":190,"kind":64,"name":"generatePHPCode","url":"modules/_target_php_compilers_ts2php_.html#generatephpcode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/compilers/ts2php\""},{"id":191,"kind":1,"name":"\"target-php/transformers/refactor-member-initializer\"","url":"modules/_target_php_transformers_refactor_member_initializer_.html","classes":"tsd-kind-external-module"},{"id":192,"kind":64,"name":"refactorMemberInitializer","url":"modules/_target_php_transformers_refactor_member_initializer_.html#refactormemberinitializer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/refactor-member-initializer\""},{"id":193,"kind":64,"name":"isConstant","url":"modules/_target_php_transformers_refactor_member_initializer_.html#isconstant","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/transformers/refactor-member-initializer\""},{"id":194,"kind":1,"name":"\"target-php/transformers/refactor-filters-property\"","url":"modules/_target_php_transformers_refactor_filters_property_.html","classes":"tsd-kind-external-module"},{"id":195,"kind":64,"name":"refactorFiltersProperty","url":"modules/_target_php_transformers_refactor_filters_property_.html#refactorfiltersproperty","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/refactor-filters-property\""},{"id":196,"kind":1,"name":"\"target-php/transformers/refactor-computed-property\"","url":"modules/_target_php_transformers_refactor_computed_property_.html","classes":"tsd-kind-external-module"},{"id":197,"kind":64,"name":"refactorComputedProperty","url":"modules/_target_php_transformers_refactor_computed_property_.html#refactorcomputedproperty","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/refactor-computed-property\""},{"id":198,"kind":1,"name":"\"target-php/transformers/replace-san-module\"","url":"modules/_target_php_transformers_replace_san_module_.html","classes":"tsd-kind-external-module"},{"id":199,"kind":64,"name":"replaceSanModule","url":"modules/_target_php_transformers_replace_san_module_.html#replacesanmodule","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/replace-san-module\""},{"id":200,"kind":1,"name":"\"target-php/transformers/index\"","url":"modules/_target_php_transformers_index_.html","classes":"tsd-kind-external-module"},{"id":201,"kind":32,"name":"uselessComponentProps","url":"modules/_target_php_transformers_index_.html#uselesscomponentprops","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/transformers/index\""},{"id":202,"kind":64,"name":"transformAstToPHP","url":"modules/_target_php_transformers_index_.html#transformasttophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/transformers/index\""},{"id":203,"kind":1,"name":"\"target-php/compilers/expr-compiler\"","url":"modules/_target_php_compilers_expr_compiler_.html","classes":"tsd-kind-external-module"},{"id":204,"kind":2097152,"name":"compileExprSource","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"target-php/compilers/expr-compiler\""},{"id":205,"kind":64,"name":"stringLiteralize","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":206,"kind":64,"name":"dataAccess","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":207,"kind":64,"name":"callExpr","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":208,"kind":64,"name":"interp","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":209,"kind":64,"name":"text","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.text","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":210,"kind":64,"name":"array","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.array","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":211,"kind":64,"name":"object","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.object","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":212,"kind":2097152,"name":"binaryOp","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":213,"kind":32,"name":"43","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":214,"kind":32,"name":"45","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":215,"kind":32,"name":"42","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":216,"kind":32,"name":"47","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":217,"kind":32,"name":"60","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":218,"kind":32,"name":"62","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":219,"kind":32,"name":"76","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":220,"kind":32,"name":"94","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":221,"kind":32,"name":"121","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":222,"kind":32,"name":"122","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":223,"kind":32,"name":"123","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":224,"kind":32,"name":"155","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":225,"kind":32,"name":"183","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":226,"kind":32,"name":"248","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":227,"kind":64,"name":"expr","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":228,"kind":64,"name":"_expr","url":"modules/_target_php_compilers_expr_compiler_.html#compileexprsource._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-php/compilers/expr-compiler\".compileExprSource"},{"id":229,"kind":1,"name":"\"target-php/compilers/stringifier\"","url":"modules/_target_php_compilers_stringifier_.html","classes":"tsd-kind-external-module"},{"id":230,"kind":128,"name":"Stringifier","url":"classes/_target_php_compilers_stringifier_.stringifier.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/stringifier\""},{"id":231,"kind":1024,"name":"nsPrefix","url":"classes/_target_php_compilers_stringifier_.stringifier.html#nsprefix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":232,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_stringifier_.stringifier.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":233,"kind":2048,"name":"obj","url":"classes/_target_php_compilers_stringifier_.stringifier.html#obj","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":234,"kind":2048,"name":"arr","url":"classes/_target_php_compilers_stringifier_.stringifier.html#arr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":235,"kind":2048,"name":"str","url":"classes/_target_php_compilers_stringifier_.stringifier.html#str","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":236,"kind":2048,"name":"date","url":"classes/_target_php_compilers_stringifier_.stringifier.html#date","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":237,"kind":2048,"name":"any","url":"classes/_target_php_compilers_stringifier_.stringifier.html#any","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/stringifier\".Stringifier"},{"id":238,"kind":1,"name":"\"target-php/emitters/emitter\"","url":"modules/_target_php_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":239,"kind":128,"name":"PHPEmitter","url":"classes/_target_php_emitters_emitter_.phpemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/emitters/emitter\""},{"id":240,"kind":1024,"name":"buffer","url":"classes/_target_php_emitters_emitter_.phpemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":241,"kind":512,"name":"constructor","url":"classes/_target_php_emitters_emitter_.phpemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":242,"kind":2048,"name":"write","url":"classes/_target_php_emitters_emitter_.phpemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":243,"kind":2048,"name":"beginNamespace","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":244,"kind":2048,"name":"endNamespace","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":245,"kind":2048,"name":"bufferHTMLLiteral","url":"classes/_target_php_emitters_emitter_.phpemitter.html#bufferhtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":246,"kind":2048,"name":"writeHTML","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writehtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":247,"kind":2048,"name":"writeDataComment","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":248,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_target_php_emitters_emitter_.phpemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":249,"kind":2048,"name":"writeSwitch","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":250,"kind":2048,"name":"writeCase","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":251,"kind":2048,"name":"writeBreak","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":252,"kind":2048,"name":"writeDefault","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":253,"kind":2048,"name":"writeFunction","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":254,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":255,"kind":2048,"name":"writeFunctionCall","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":256,"kind":2048,"name":"writeIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":257,"kind":2048,"name":"beginIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":258,"kind":2048,"name":"beginElseIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":259,"kind":2048,"name":"beginElse","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":260,"kind":2048,"name":"endIf","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":261,"kind":2048,"name":"writeForeach","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":262,"kind":2048,"name":"beginForeach","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":263,"kind":2048,"name":"endForeach","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":264,"kind":2048,"name":"writeContinue","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":265,"kind":2048,"name":"writeBlock","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":266,"kind":2048,"name":"beginBlock","url":"classes/_target_php_emitters_emitter_.phpemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":267,"kind":2048,"name":"endBlock","url":"classes/_target_php_emitters_emitter_.phpemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":268,"kind":1024,"name":"code","url":"classes/_target_php_emitters_emitter_.phpemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":269,"kind":2048,"name":"fullText","url":"classes/_target_php_emitters_emitter_.phpemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":270,"kind":2048,"name":"indent","url":"classes/_target_php_emitters_emitter_.phpemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":271,"kind":2048,"name":"unindent","url":"classes/_target_php_emitters_emitter_.phpemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":272,"kind":2048,"name":"writeNewLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":273,"kind":2048,"name":"nextLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":274,"kind":2048,"name":"feedLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":275,"kind":2048,"name":"writeLine","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":276,"kind":2048,"name":"writeLines","url":"classes/_target_php_emitters_emitter_.phpemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":277,"kind":2048,"name":"carriageReturn","url":"classes/_target_php_emitters_emitter_.phpemitter.html#carriagereturn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":278,"kind":2048,"name":"defaultWrite","url":"classes/_target_php_emitters_emitter_.phpemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"target-php/emitters/emitter\".PHPEmitter"},{"id":279,"kind":1,"name":"\"target-php/compilers/anode-compiler\"","url":"modules/_target_php_compilers_anode_compiler_.html","classes":"tsd-kind-external-module"},{"id":280,"kind":128,"name":"ANodeCompiler","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/anode-compiler\""},{"id":281,"kind":1024,"name":"id","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":282,"kind":1024,"name":"elementCompiler","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#elementcompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":283,"kind":1024,"name":"stringifier","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#stringifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":284,"kind":1024,"name":"component","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":285,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":286,"kind":2048,"name":"compile","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":287,"kind":2048,"name":"compileText","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compiletext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":288,"kind":2048,"name":"compileTemplate","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compiletemplate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":289,"kind":2048,"name":"compileIf","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compileif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":290,"kind":2048,"name":"compileFor","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compilefor","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":291,"kind":2048,"name":"compileSlot","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compileslot","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":292,"kind":2048,"name":"compileElement","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compileelement","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":293,"kind":2048,"name":"compileComponent","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":294,"kind":2048,"name":"compileComponentLoader","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#compilecomponentloader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":295,"kind":2048,"name":"nextID","url":"classes/_target_php_compilers_anode_compiler_.anodecompiler.html#nextid","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/anode-compiler\".ANodeCompiler"},{"id":296,"kind":1,"name":"\"target-php/compilers/element-compiler\"","url":"modules/_target_php_compilers_element_compiler_.html","classes":"tsd-kind-external-module"},{"id":297,"kind":128,"name":"ElementCompiler","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/element-compiler\""},{"id":298,"kind":1024,"name":"compileANode","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#compileanode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":299,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":300,"kind":2048,"name":"tagStart","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#tagstart","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":301,"kind":2048,"name":"tagEnd","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#tagend","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":302,"kind":2048,"name":"inner","url":"classes/_target_php_compilers_element_compiler_.elementcompiler.html#inner","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/element-compiler\".ElementCompiler"},{"id":303,"kind":1,"name":"\"target-php/compilers/renderer-compiler\"","url":"modules/_target_php_compilers_renderer_compiler_.html","classes":"tsd-kind-external-module"},{"id":304,"kind":128,"name":"RendererCompiler","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/compilers/renderer-compiler\""},{"id":305,"kind":1024,"name":"namespacePrefix","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#namespaceprefix","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":306,"kind":1024,"name":"stringifier","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#stringifier","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":307,"kind":1024,"name":"aNodeCompiler","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":308,"kind":1024,"name":"elementCompiler","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#elementcompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":309,"kind":1024,"name":"emitter","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#emitter","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":310,"kind":1024,"name":"component","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":311,"kind":512,"name":"constructor","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":312,"kind":2048,"name":"compile","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":313,"kind":2048,"name":"genComponentContextCode","url":"classes/_target_php_compilers_renderer_compiler_.renderercompiler.html#gencomponentcontextcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/compilers/renderer-compiler\".RendererCompiler"},{"id":314,"kind":1,"name":"\"target-php/utils/fs\"","url":"modules/_target_php_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":315,"kind":64,"name":"readPHPSource","url":"modules/_target_php_utils_fs_.html#readphpsource","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/utils/fs\""},{"id":316,"kind":1,"name":"\"target-php/emitters/runtime\"","url":"modules/_target_php_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":317,"kind":32,"name":"runtimeFiles","url":"modules/_target_php_emitters_runtime_.html#runtimefiles","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/emitters/runtime\""},{"id":318,"kind":64,"name":"emitRuntime","url":"modules/_target_php_emitters_runtime_.html#emitruntime","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-php/emitters/runtime\""},{"id":319,"kind":1,"name":"\"target-php/index\"","url":"modules/_target_php_index_.html","classes":"tsd-kind-external-module"},{"id":320,"kind":4,"name":"EmitContent","url":"enums/_target_php_index_.emitcontent.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"target-php/index\""},{"id":321,"kind":16,"name":"renderer","url":"enums/_target_php_index_.emitcontent.html#renderer","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":322,"kind":16,"name":"component","url":"enums/_target_php_index_.emitcontent.html#component","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":323,"kind":16,"name":"rendererAndComponent","url":"enums/_target_php_index_.emitcontent.html#rendererandcomponent","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":324,"kind":16,"name":"runtime","url":"enums/_target_php_index_.emitcontent.html#runtime","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":325,"kind":16,"name":"all","url":"enums/_target_php_index_.emitcontent.html#all","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"target-php/index\".EmitContent"},{"id":326,"kind":128,"name":"ToPHPCompiler","url":"classes/_target_php_index_.tophpcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-php/index\""},{"id":327,"kind":1024,"name":"root","url":"classes/_target_php_index_.tophpcompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":328,"kind":1024,"name":"tsConfigFilePath","url":"classes/_target_php_index_.tophpcompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":329,"kind":1024,"name":"ts2phpModules","url":"classes/_target_php_index_.tophpcompiler.html#ts2phpmodules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":330,"kind":1024,"name":"project","url":"classes/_target_php_index_.tophpcompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":331,"kind":512,"name":"constructor","url":"classes/_target_php_index_.tophpcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":332,"kind":2048,"name":"compile","url":"classes/_target_php_index_.tophpcompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":333,"kind":2048,"name":"compileRenderer","url":"classes/_target_php_index_.tophpcompiler.html#compilerenderer","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":334,"kind":2048,"name":"formatCompilerOptions","url":"classes/_target_php_index_.tophpcompiler.html#formatcompileroptions","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":335,"kind":2048,"name":"compileComponent","url":"classes/_target_php_index_.tophpcompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":336,"kind":2048,"name":"compileComponents","url":"classes/_target_php_index_.tophpcompiler.html#compilecomponents","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-php/index\".ToPHPCompiler"},{"id":337,"kind":2048,"name":"ns","url":"classes/_target_php_index_.tophpcompiler.html#ns","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-php/index\".ToPHPCompiler"},{"id":338,"kind":32,"name":"debug","url":"modules/_target_php_index_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-php/index\""},{"id":339,"kind":4194304,"name":"ToPHPCompilerOptions","url":"modules/_target_php_index_.html#tophpcompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-php/index\""},{"id":340,"kind":65536,"name":"__type","url":"modules/_target_php_index_.html#tophpcompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-php/index\".ToPHPCompilerOptions"},{"id":341,"kind":32,"name":"tsConfigFilePath","url":"modules/_target_php_index_.html#tophpcompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/index\".ToPHPCompilerOptions.__type"},{"id":342,"kind":32,"name":"project","url":"modules/_target_php_index_.html#tophpcompileroptions.__type.project","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-php/index\".ToPHPCompilerOptions.__type"},{"id":343,"kind":1,"name":"\"utils/element\"","url":"modules/_utils_element_.html","classes":"tsd-kind-external-module"},{"id":344,"kind":32,"name":"autoCloseTags","url":"modules/_utils_element_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/element\""},{"id":345,"kind":1,"name":"\"utils/anode\"","url":"modules/_utils_anode_.html","classes":"tsd-kind-external-module"},{"id":346,"kind":64,"name":"getANodePropByName","url":"modules/_utils_anode_.html#getanodepropbyname","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode\""},{"id":347,"kind":64,"name":"getANodeProps","url":"modules/_utils_anode_.html#getanodeprops","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/anode\""},{"id":348,"kind":64,"name":"postProp","url":"modules/_utils_anode_.html#postprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/anode\""},{"id":349,"kind":1,"name":"\"models/compiler\"","url":"modules/_models_compiler_.html","classes":"tsd-kind-external-module"},{"id":350,"kind":256,"name":"Compiler","url":"interfaces/_models_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"models/compiler\""},{"id":351,"kind":2048,"name":"compile","url":"interfaces/_models_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"models/compiler\".Compiler"},{"id":352,"kind":1,"name":"\"models/target\"","url":"modules/_models_target_.html","classes":"tsd-kind-external-module"},{"id":353,"kind":4,"name":"Target","url":"enums/_models_target_.target.html","classes":"tsd-kind-enum tsd-parent-kind-external-module","parent":"\"models/target\""},{"id":354,"kind":16,"name":"php","url":"enums/_models_target_.target.html#php","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/target\".Target"},{"id":355,"kind":16,"name":"js","url":"enums/_models_target_.target.html#js","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"\"models/target\".Target"},{"id":356,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":357,"kind":1,"name":"\"target-js/utils/fs\"","url":"modules/_target_js_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":358,"kind":64,"name":"readStringSync","url":"modules/_target_js_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/utils/fs\""},{"id":359,"kind":1,"name":"\"target-js/emitters/runtime\"","url":"modules/_target_js_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":360,"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":361,"kind":1,"name":"\"target-js/compilers/expr-compiler\"","url":"modules/_target_js_compilers_expr_compiler_.html","classes":"tsd-kind-external-module"},{"id":362,"kind":2097152,"name":"compileExprSource","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"target-js/compilers/expr-compiler\""},{"id":363,"kind":64,"name":"stringLiteralize","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":364,"kind":64,"name":"dataAccess","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":365,"kind":64,"name":"callExpr","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":366,"kind":64,"name":"interp","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":367,"kind":64,"name":"text","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.text","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":368,"kind":64,"name":"array","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.array","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":369,"kind":64,"name":"object","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.object","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":370,"kind":2097152,"name":"binaryOp","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":371,"kind":32,"name":"43","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":372,"kind":32,"name":"45","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":373,"kind":32,"name":"42","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":374,"kind":32,"name":"47","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":375,"kind":32,"name":"60","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":376,"kind":32,"name":"62","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":377,"kind":32,"name":"76","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":378,"kind":32,"name":"94","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":379,"kind":32,"name":"121","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":380,"kind":32,"name":"122","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":381,"kind":32,"name":"123","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":382,"kind":32,"name":"155","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":383,"kind":32,"name":"183","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":384,"kind":32,"name":"248","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource.binaryOp"},{"id":385,"kind":64,"name":"expr","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":386,"kind":64,"name":"_expr","url":"modules/_target_js_compilers_expr_compiler_.html#compileexprsource._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"target-js/compilers/expr-compiler\".compileExprSource"},{"id":387,"kind":1,"name":"\"target-js/source-buffer\"","url":"modules/_target_js_source_buffer_.html","classes":"tsd-kind-external-module"},{"id":388,"kind":128,"name":"CompileSourceBuffer","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"target-js/source-buffer\""},{"id":389,"kind":1024,"name":"segs","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#segs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":390,"kind":512,"name":"constructor","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":391,"kind":2048,"name":"addRaw","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#addraw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":392,"kind":2048,"name":"joinRaw","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joinraw","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":393,"kind":2048,"name":"joinString","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joinstring","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":394,"kind":2048,"name":"joinDataStringify","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joindatastringify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":395,"kind":2048,"name":"joinExpr","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#joinexpr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":396,"kind":2048,"name":"toCode","url":"classes/_target_js_source_buffer_.compilesourcebuffer.html#tocode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/source-buffer\".CompileSourceBuffer"},{"id":397,"kind":1,"name":"\"target-js/compilers/stringifier\"","url":"modules/_target_js_compilers_stringifier_.html","classes":"tsd-kind-external-module"},{"id":398,"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":399,"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":400,"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":401,"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":402,"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":403,"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":404,"kind":1,"name":"\"target-js/compilers/element-compiler\"","url":"modules/_target_js_compilers_element_compiler_.html","classes":"tsd-kind-external-module"},{"id":405,"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":406,"kind":1024,"name":"compileAnode","url":"classes/_target_js_compilers_element_compiler_.elementcompiler.html#compileanode","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/element-compiler\".ElementCompiler"},{"id":407,"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":408,"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":409,"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":410,"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":411,"kind":1,"name":"\"target-js/compilers/anode-compiler\"","url":"modules/_target_js_compilers_anode_compiler_.html","classes":"tsd-kind-external-module"},{"id":412,"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":413,"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":414,"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":415,"kind":1024,"name":"component","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":416,"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":417,"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":418,"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":419,"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":420,"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":421,"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":422,"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":423,"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":424,"kind":2048,"name":"compileComponent","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":425,"kind":2048,"name":"compileComponentLoader","url":"classes/_target_js_compilers_anode_compiler_.anodecompiler.html#compilecomponentloader","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"target-js/compilers/anode-compiler\".ANodeCompiler"},{"id":426,"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":427,"kind":1,"name":"\"target-js/compilers/renderer-compiler\"","url":"modules/_target_js_compilers_renderer_compiler_.html","classes":"tsd-kind-external-module"},{"id":428,"kind":128,"name":"RendererCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-has-type-parameter","parent":"\"target-js/compilers/renderer-compiler\""},{"id":429,"kind":1024,"name":"aNodeCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#anodecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":430,"kind":1024,"name":"elementSourceCompiler","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#elementsourcecompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":431,"kind":1024,"name":"component","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#component","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":432,"kind":1024,"name":"funcName","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#funcname","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":433,"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":434,"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":435,"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":436,"kind":2048,"name":"genComponentProtoCode","url":"classes/_target_js_compilers_renderer_compiler_.renderercompiler.html#gencomponentprotocode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"target-js/compilers/renderer-compiler\".RendererCompiler"},{"id":437,"kind":32,"name":"rDataAccess","url":"modules/_target_js_compilers_renderer_compiler_.html#rdataaccess","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/renderer-compiler\""},{"id":438,"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":439,"kind":1,"name":"\"target-js/index\"","url":"modules/_target_js_index_.html","classes":"tsd-kind-external-module"},{"id":440,"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":441,"kind":1024,"name":"root","url":"classes/_target_js_index_.tojscompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":442,"kind":1024,"name":"tsConfigFilePath","url":"classes/_target_js_index_.tojscompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"target-js/index\".ToJSCompiler"},{"id":443,"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":444,"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":445,"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":446,"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":447,"kind":4194304,"name":"ToJSCompilerOptions","url":"modules/_target_js_index_.html#tojscompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"target-js/index\""},{"id":448,"kind":65536,"name":"__type","url":"modules/_target_js_index_.html#tojscompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompilerOptions"},{"id":449,"kind":32,"name":"tsConfigFilePath","url":"modules/_target_js_index_.html#tojscompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompilerOptions.__type"},{"id":450,"kind":32,"name":"project","url":"modules/_target_js_index_.html#tojscompileroptions.__type.project","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"target-js/index\".ToJSCompilerOptions.__type"},{"id":451,"kind":1,"name":"\"utils/ast-util\"","url":"modules/_utils_ast_util_.html","classes":"tsd-kind-external-module"},{"id":452,"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":453,"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":454,"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":455,"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":456,"kind":64,"name":"movePropertyInitiatorToPrototype","url":"modules/_utils_ast_util_.html#movepropertyinitiatortoprototype","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":457,"kind":1,"name":"\"parsers/component-class-finder\"","url":"modules/_parsers_component_class_finder_.html","classes":"tsd-kind-external-module"},{"id":458,"kind":128,"name":"ComponentClassFinder","url":"classes/_parsers_component_class_finder_.componentclassfinder.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component-class-finder\""},{"id":459,"kind":1024,"name":"root","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":460,"kind":1024,"name":"children","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#children","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":461,"kind":512,"name":"constructor","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":462,"kind":2048,"name":"find","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#find","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":463,"kind":2048,"name":"findRecursively","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#findrecursively","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":464,"kind":2048,"name":"getChildComponentClasses","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#getchildcomponentclasses","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":465,"kind":2048,"name":"isComponentLoader","url":"classes/_parsers_component_class_finder_.componentclassfinder.html#iscomponentloader","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-class-finder\".ComponentClassFinder"},{"id":466,"kind":1,"name":"\"loaders/common-js\"","url":"modules/_loaders_common_js_.html","classes":"tsd-kind-external-module"},{"id":467,"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":468,"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":469,"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":470,"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":471,"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":472,"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":473,"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":474,"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":475,"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":476,"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":477,"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":478,"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":479,"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":480,"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":481,"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":482,"kind":65536,"name":"__type","url":"modules/_loaders_common_js_.html#modules.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"loaders/common-js\".Modules"},{"id":483,"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":484,"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":485,"kind":64,"name":"getModuleSpecifier","url":"modules/_loaders_common_js_.html#getmodulespecifier","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/common-js\""},{"id":486,"kind":1,"name":"\"target-js/compilers/ts2js\"","url":"modules/_target_js_compilers_ts2js_.html","classes":"tsd-kind-external-module"},{"id":487,"kind":32,"name":"debug","url":"modules/_target_js_compilers_ts2js_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"target-js/compilers/ts2js\""},{"id":488,"kind":64,"name":"tsSourceFile2js","url":"modules/_target_js_compilers_ts2js_.html#tssourcefile2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/ts2js\""},{"id":489,"kind":64,"name":"tsCode2js","url":"modules/_target_js_compilers_ts2js_.html#tscode2js","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"target-js/compilers/ts2js\""},{"id":490,"kind":1,"name":"\"parsers/normalize-component\"","url":"modules/_parsers_normalize_component_.html","classes":"tsd-kind-external-module"},{"id":491,"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":492,"kind":1,"name":"\"parsers/san-app-parser\"","url":"modules/_parsers_san_app_parser_.html","classes":"tsd-kind-external-module"},{"id":493,"kind":128,"name":"SanAppParser","url":"classes/_parsers_san_app_parser_.sanappparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/san-app-parser\""},{"id":494,"kind":1024,"name":"root","url":"classes/_parsers_san_app_parser_.sanappparser.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":495,"kind":1024,"name":"id","url":"classes/_parsers_san_app_parser_.sanappparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":496,"kind":1024,"name":"project","url":"classes/_parsers_san_app_parser_.sanappparser.html#project","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":497,"kind":512,"name":"constructor","url":"classes/_parsers_san_app_parser_.sanappparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":498,"kind":2048,"name":"createUsingTsconfig","url":"classes/_parsers_san_app_parser_.sanappparser.html#createusingtsconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":499,"kind":2048,"name":"createUsingDefaultTypeScriptConfig","url":"classes/_parsers_san_app_parser_.sanappparser.html#createusingdefaulttypescriptconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":500,"kind":2048,"name":"parseSanApp","url":"classes/_parsers_san_app_parser_.sanappparser.html#parsesanapp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":501,"kind":2048,"name":"evaluateFile","url":"classes/_parsers_san_app_parser_.sanappparser.html#evaluatefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":502,"kind":2048,"name":"parseSanSourceFile","url":"classes/_parsers_san_app_parser_.sanappparser.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":503,"kind":2048,"name":"setComponentID","url":"classes/_parsers_san_app_parser_.sanappparser.html#setcomponentid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-app-parser\".SanAppParser"},{"id":504,"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":505,"kind":1,"name":"\"models/san-project\"","url":"modules/_models_san_project_.html","classes":"tsd-kind-external-module"},{"id":506,"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":507,"kind":1024,"name":"root","url":"classes/_models_san_project_.sanproject.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":508,"kind":1024,"name":"tsConfigFilePath","url":"classes/_models_san_project_.sanproject.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":509,"kind":1024,"name":"project","url":"classes/_models_san_project_.sanproject.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"models/san-project\".SanProject"},{"id":510,"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":511,"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":512,"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":513,"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":514,"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":515,"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":516,"kind":4194304,"name":"SanProjectOptions","url":"modules/_models_san_project_.html#sanprojectoptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"models/san-project\""},{"id":517,"kind":65536,"name":"__type","url":"modules/_models_san_project_.html#sanprojectoptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions"},{"id":518,"kind":32,"name":"tsConfigFilePath","url":"modules/_models_san_project_.html#sanprojectoptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions.__type"},{"id":519,"kind":32,"name":"root","url":"modules/_models_san_project_.html#sanprojectoptions.__type.root","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions.__type"},{"id":520,"kind":32,"name":"modules","url":"modules/_models_san_project_.html#sanprojectoptions.__type.modules","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"models/san-project\".SanProjectOptions.__type"},{"id":521,"kind":1,"name":"\"utils/case\"","url":"modules/_utils_case_.html","classes":"tsd-kind-external-module"},{"id":522,"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":523,"kind":32,"name":"caseRoot","url":"modules/_utils_case_.html#caseroot","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":524,"kind":32,"name":"tsConfigFilePath","url":"modules/_utils_case_.html#tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":525,"kind":32,"name":"cases","url":"modules/_utils_case_.html#cases","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":526,"kind":32,"name":"sanProject","url":"modules/_utils_case_.html#sanproject","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":527,"kind":64,"name":"supportJSSSR","url":"modules/_utils_case_.html#supportjsssr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":528,"kind":64,"name":"supportE2E","url":"modules/_utils_case_.html#supporte2e","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":529,"kind":64,"name":"compileToJS","url":"modules/_utils_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":530,"kind":64,"name":"compileToPHP","url":"modules/_utils_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":531,"kind":64,"name":"compileAllToJS","url":"modules/_utils_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":532,"kind":64,"name":"compileAllToPHP","url":"modules/_utils_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":533,"kind":64,"name":"parseHtml","url":"modules/_utils_case_.html#parsehtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":534,"kind":1,"name":"\"loaders/exec\"","url":"modules/_loaders_exec_.html","classes":"tsd-kind-external-module"},{"id":535,"kind":64,"name":"exec","url":"modules/_loaders_exec_.html#exec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":536,"kind":64,"name":"execSync","url":"modules/_loaders_exec_.html#execsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":537,"kind":1,"name":"\"loaders/case\"","url":"modules/_loaders_case_.html","classes":"tsd-kind-external-module"},{"id":538,"kind":64,"name":"renderByJS","url":"modules/_loaders_case_.html#renderbyjs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":539,"kind":64,"name":"renderByPHP","url":"modules/_loaders_case_.html#renderbyphp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":540,"kind":64,"name":"compileAllToJS","url":"modules/_loaders_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":541,"kind":64,"name":"compileAllToPHP","url":"modules/_loaders_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":542,"kind":64,"name":"compileToJS","url":"modules/_loaders_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":543,"kind":64,"name":"compileToPHP","url":"modules/_loaders_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":544,"kind":1,"name":"\"bin/debug\"","url":"modules/_bin_debug_.html","classes":"tsd-kind-external-module"},{"id":545,"kind":32,"name":"caseName","url":"modules/_bin_debug_.html#casename","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":546,"kind":32,"name":"htmlPath","url":"modules/_bin_debug_.html#htmlpath","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":547,"kind":32,"name":"expected","url":"modules/_bin_debug_.html#expected","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":548,"kind":32,"name":"expectedData","url":"modules/_bin_debug_.html#expecteddata","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":549,"kind":65536,"name":"__type","url":"modules/_bin_debug_.html#expecteddata.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"bin/debug\".expectedData"},{"id":550,"kind":32,"name":"expectedHtml","url":"modules/_bin_debug_.html#expectedhtml","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":551,"kind":65536,"name":"__type","url":"modules/_bin_debug_.html#expectedhtml.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"bin/debug\".expectedHtml"},{"id":552,"kind":64,"name":"check","url":"modules/_bin_debug_.html#check","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":553,"kind":64,"name":"test","url":"modules/_bin_debug_.html#test","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":554,"kind":64,"name":"deepEqual","url":"modules/_bin_debug_.html#deepequal","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/debug\""},{"id":555,"kind":1,"name":"\"utils/buffer\"","url":"modules/_utils_buffer_.html","classes":"tsd-kind-external-module"},{"id":556,"kind":64,"name":"byteCount","url":"modules/_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/buffer\""},{"id":557,"kind":1,"name":"\"bin/ssr\"","url":"modules/_bin_ssr_.html","classes":"tsd-kind-external-module"},{"id":558,"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":559,"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":560,"kind":32,"name":"nsPrefix","url":"modules/_bin_ssr_.html#nsprefix","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":561,"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":562,"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":563,"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":564,"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":565,"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\""}]}; \ 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 5c2be4fd..d60389cc 100644 --- a/docs/classes/_loaders_common_js_.commonjs.html +++ b/docs/classes/_loaders_common_js_.commonjs.html @@ -117,7 +117,7 @@

constructor

  • Parameters

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

    cache

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

    Private modules

    modules: any
    @@ -162,7 +162,7 @@

    Private readFileImpl<
    readFileImpl: any
    @@ -179,7 +179,7 @@

    Private readModuleCon
  • Parameters

    @@ -205,7 +205,7 @@

    require

  • Parameters

    diff --git a/docs/classes/_loaders_common_js_.module.html b/docs/classes/_loaders_common_js_.module.html index 65de971c..47fe2d42 100644 --- a/docs/classes/_loaders_common_js_.module.html +++ b/docs/classes/_loaders_common_js_.module.html @@ -110,7 +110,7 @@

    constructor

  • Parameters

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

    content

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

    exports

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

    filepath

    filepath: string
    diff --git a/docs/classes/_models_component_.component.html b/docs/classes/_models_component_.component.html deleted file mode 100644 index 683e0435..00000000 --- a/docs/classes/_models_component_.component.html +++ /dev/null @@ -1,358 +0,0 @@ - - - - - - Component | san-ssr - - - - - -
    -
    -
    -
    - -
    -
    - Options -
    -
    - All -
      -
    • Public
    • -
    • Public/Protected
    • -
    • All
    • -
    -
    - - - - - - -
    -
    - Menu -
    -
    -
    -
    -
    -
    - -

    Class Component

    -
    -
    -
    -
    -
    -
    -
    -
    -
    -

    Compiled Component Class

    -
    -
    -
    -
    -

    Hierarchy

    -
      -
    • - Component -
    • -
    -
    -
    -

    Index

    -
    -
    -
    -

    Properties

    - -
    -
    -
    -
    -
    -

    Properties

    -
    - -

    aNode

    -
    aNode: ANode
    - -
    -
    - -

    Optional components

    -
    components: object
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    data

    -
    data: Data
    - -
    -
    - -

    Optional getComponentType

    -
    getComponentType: function
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    Optional template

    -
    template: string
    - -
    -
    - -

    Static Optional components

    -
    components: object
    - -
    -

    Type declaration

    - -
    -
    -
    - -

    Static sanssrCid

    -
    sanssrCid: number
    - -
    -
    - -

    Static Optional template

    -
    template: string
    - -
    -
    -
    - -
    -
    -
    -
    -

    Legend

    -
    -
      -
    • Module
    • -
    • Object literal
    • -
    • Variable
    • -
    • Function
    • -
    • Function with type parameter
    • -
    • Index signature
    • -
    • Type alias
    • -
    • Type alias with type parameter
    • -
    -
      -
    • Enumeration
    • -
    • Enumeration member
    • -
    • Property
    • -
    • Method
    • -
    -
      -
    • Interface
    • -
    • Interface with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Index signature
    • -
    -
      -
    • Class
    • -
    • Class with type parameter
    • -
    • Constructor
    • -
    • Property
    • -
    • Method
    • -
    • Accessor
    • -
    • Index signature
    • -
    -
      -
    • Inherited constructor
    • -
    • Inherited property
    • -
    • Inherited method
    • -
    • Inherited accessor
    • -
    -
      -
    • Protected property
    • -
    • Protected method
    • -
    • Protected accessor
    • -
    -
      -
    • Private property
    • -
    • Private method
    • -
    • Private accessor
    • -
    -
      -
    • Static property
    • -
    • Static method
    • -
    -
    -
    -
    -
    -

    Generated using TypeDoc

    -
    -
    - - - - \ No newline at end of file diff --git a/docs/classes/_models_component_.sancomponent.html b/docs/classes/_models_component_.sancomponent.html new file mode 100644 index 00000000..bd4fe03b --- /dev/null +++ b/docs/classes/_models_component_.sancomponent.html @@ -0,0 +1,776 @@ + + + + + + SanComponent | san-ssr + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Class SanComponent<T>

    +
    +
    +
    +
    +
    +
    +
    +

    Type parameters

    +
      +
    • +

      T

      +
    • +
    +
    +
    +

    Hierarchy

    +
      +
    • + SanComponent +
        +
      • + SanComponent +
      • +
      +
    • +
    +
    +
    +

    Index

    +
    +
    +
    +

    Constructors

    + +
    +
    +

    Properties

    + +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    + +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional option: object
        +
          +
        • +
          Optional data?: Partial<T>
          +
        • +
        +
      • +
      +

      Returns SanComponent

      +
    • +
    +
    +
    +
    +

    Properties

    +
    + +

    aNode

    +
    aNode: ANode
    + +
    +
    + +

    Optional components

    +
    components: Components
    + +
    +
    + +

    data

    +
    data: SanData
    + +
    +
    + +

    Optional el

    +
    el: Element
    + +
    +
    + +

    Optional getComponentType

    +
    getComponentType: function
    + +
    +

    Type declaration

    + +
    +
    +
    + +

    nodeType

    +
    nodeType: NodeType
    + +
    +
    + +

    Static Optional components

    +
    components: Components
    + +
    +
    + +

    Static Optional placeholder

    +
    placeholder: SanComponent
    + +
    +
    + +

    Static Optional sanssrCid

    +
    sanssrCid: number
    + +
    +
    +
    +

    Methods

    +
    + +

    attach

    +
      +
    • attach(container: Element): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        container: Element
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    detach

    +
      +
    • detach(): void
    • +
    +
      +
    • + +

      Returns void

      +
    • +
    +
    +
    + +

    dispatch

    +
      +
    • dispatch(eventName: string, eventData: any): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        eventName: string
        +
      • +
      • +
        eventData: any
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    dispose

    +
      +
    • dispose(): void
    • +
    +
      +
    • + +

      Returns void

      +
    • +
    +
    +
    + +

    fire

    +
      +
    • fire(eventName: string, eventData: any): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        eventName: string
        +
      • +
      • +
        eventData: any
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    nextTick

    +
      +
    • nextTick(doNextTick: function): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        doNextTick: function
        +
          +
        • +
            +
          • (): any
          • +
          +
            +
          • +

            Returns any

            +
          • +
          +
        • +
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    on

    +
      +
    • on(eventName: string, listener: SanEventListener<__type, __type>): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        eventName: string
        +
      • +
      • +
        listener: SanEventListener<__type, __type>
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    ref

    +
      +
    • ref<T>(refName: string): T
    • +
    +
      +
    • + +

      Type parameters

      +
        +
      • +

        T: SanComponent<__type> | Element

        +
      • +
      +

      Parameters

      +
        +
      • +
        refName: string
        +
      • +
      +

      Returns T

      +
    • +
    +
    +
    + +

    slot

    +
      +
    • slot<T>(name?: string): Array<T & SanSlot>
    • +
    +
      +
    • + +

      Type parameters

      +
        +
      • +

        T: SanComponent<__type>

        +
      • +
      +

      Parameters

      +
        +
      • +
        Optional name: string
        +
      • +
      +

      Returns Array<T & SanSlot>

      +
    • +
    +
    +
    + +

    un

    +
      +
    • un(eventName: string, listener?: SanEventListener<__type, __type>): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        eventName: string
        +
      • +
      • +
        Optional listener: SanEventListener<__type, __type>
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    watch

    +
      +
    • watch(propName: string, watcher: function): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        propName: string
        +
      • +
      • +
        watcher: function
        +
          +
        • +
            +
          • (newValue: any): any
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              newValue: any
              +
            • +
            +

            Returns any

            +
          • +
          +
        • +
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Module
    • +
    • Object literal
    • +
    • Variable
    • +
    • Function
    • +
    • Function with type parameter
    • +
    • Index signature
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Enumeration
    • +
    • Enumeration member
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    • Interface with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Index signature
    • +
    +
      +
    • Class
    • +
    • Class with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Accessor
    • +
    • Index signature
    • +
    +
      +
    • Inherited constructor
    • +
    • Inherited property
    • +
    • Inherited method
    • +
    • Inherited accessor
    • +
    +
      +
    • Protected property
    • +
    • Protected method
    • +
    • Protected accessor
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    • Private accessor
    • +
    +
      +
    • Static property
    • +
    • Static method
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + + \ No newline at end of file diff --git a/docs/classes/_models_component_.data.html b/docs/classes/_models_component_.sanssrcomputeddeclarations.html similarity index 68% rename from docs/classes/_models_component_.data.html rename to docs/classes/_models_component_.sanssrcomputeddeclarations.html index 2b0156ef..ebcf5cf9 100644 --- a/docs/classes/_models_component_.data.html +++ b/docs/classes/_models_component_.sanssrcomputeddeclarations.html @@ -3,7 +3,7 @@ - Data | san-ssr + SanSSRComputedDeclarations | san-ssr @@ -59,10 +59,10 @@ "models/component"
  • - Data + SanSSRComputedDeclarations
  • -

    Class Data

    +

    Class SanSSRComputedDeclarations

    @@ -73,75 +73,31 @@

    Class Data

    Hierarchy

    -
    -

    Index

    -
    -
    -
    -

    Methods

    - -
    -
    -
    -
    -
    -

    Methods

    -
    - -

    get

    -
      -
    • get(path?: string): any
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        Optional path: string
        -
      • -
      -

      Returns any

      -
    • -
    -
    -
    - -

    set

    -
      -
    • set(path: string, value: any): any
    • -
    -
      -
    • - -

      Parameters

      -
        -
      • -
        path: string
        -
      • -
      • -
        value: any
        -
      • -
      -

      Returns any

      -
    • -
    -
    +

    Returns any

    +
  • + + + @@ -76,6 +76,14 @@

    Class RendererCompiler

    +
    +

    Type parameters

    + +

    Hierarchy

    Private component

    -
    component: Component
    +
    component: SanComponent
    @@ -168,7 +176,7 @@

    Private elementSource
    elementSourceCompiler: any
    @@ -178,7 +186,7 @@

    Private funcName

    funcName: string
    @@ -195,7 +203,7 @@

    compileComponentSource

  • @@ -222,7 +230,7 @@

    Private genComponentC
  • @@ -250,7 +258,7 @@

    Private genComponentP
  • @@ -285,7 +293,7 @@

    Returns string

    @@ -181,7 +181,7 @@

    Private id

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

    Private stringifier

    stringifier: any
    @@ -208,7 +208,7 @@

    compile

  • @@ -245,7 +245,7 @@

    compileComponent

  • @@ -282,7 +282,7 @@

    compileComponentLoader

  • @@ -319,7 +319,7 @@

    compileElement

  • @@ -350,7 +350,7 @@

    compileFor

  • @@ -381,7 +381,7 @@

    compileIf

  • @@ -412,7 +412,7 @@

    compileSlot

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

    compileTemplate

  • @@ -474,7 +474,7 @@

    compileText

  • @@ -505,7 +505,7 @@

    Private nextID

  • Returns string

    diff --git a/docs/classes/_target_php_compilers_element_compiler_.elementcompiler.html b/docs/classes/_target_php_compilers_element_compiler_.elementcompiler.html index 9b7739a1..7a9112e1 100644 --- a/docs/classes/_target_php_compilers_element_compiler_.elementcompiler.html +++ b/docs/classes/_target_php_compilers_element_compiler_.elementcompiler.html @@ -123,7 +123,7 @@

    constructor

  • Parameters

    @@ -145,7 +145,7 @@

    Private compileANode

    compileANode: any
    @@ -162,7 +162,7 @@

    inner

  • @@ -199,7 +199,7 @@

    tagEnd

  • @@ -242,7 +242,7 @@

    tagStart

  • diff --git a/docs/classes/_target_php_compilers_renderer_compiler_.renderercompiler.html b/docs/classes/_target_php_compilers_renderer_compiler_.renderercompiler.html index bce16316..86c287c4 100644 --- a/docs/classes/_target_php_compilers_renderer_compiler_.renderercompiler.html +++ b/docs/classes/_target_php_compilers_renderer_compiler_.renderercompiler.html @@ -120,7 +120,7 @@

    constructor

  • Parameters

    @@ -148,7 +148,7 @@

    Private aNodeCompiler
    aNodeCompiler: ANodeCompiler
    @@ -158,7 +158,7 @@

    Private component

    component: any
    @@ -168,7 +168,7 @@

    Private elementCompilerelementCompiler: ElementCompiler

  • @@ -178,7 +178,7 @@

    Private emitter

    emitter: any
    @@ -188,7 +188,7 @@

    Private namespacePrefixnamespacePrefix: string = ""

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

    Private stringifier

    stringifier: Stringifier
    @@ -215,7 +215,7 @@

    compile

  • @@ -237,7 +237,7 @@

    genComponentContextCode

  • diff --git a/docs/classes/_target_php_compilers_stringifier_.stringifier.html b/docs/classes/_target_php_compilers_stringifier_.stringifier.html index 3bdf7788..fd71fcb4 100644 --- a/docs/classes/_target_php_compilers_stringifier_.stringifier.html +++ b/docs/classes/_target_php_compilers_stringifier_.stringifier.html @@ -118,7 +118,7 @@

    constructor

  • Parameters

    @@ -140,7 +140,7 @@

    Private nsPrefix

    nsPrefix: string = ""
    @@ -157,7 +157,7 @@

    any

  • Parameters

    @@ -180,7 +180,7 @@

    arr

  • Parameters

    @@ -203,7 +203,7 @@

    date

  • Parameters

    @@ -226,7 +226,7 @@

    obj

  • Parameters

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

    str

  • Parameters

    diff --git a/docs/classes/_target_php_emitters_emitter_.phpemitter.html b/docs/classes/_target_php_emitters_emitter_.phpemitter.html index 598b5bb3..4b8c167c 100644 --- a/docs/classes/_target_php_emitters_emitter_.phpemitter.html +++ b/docs/classes/_target_php_emitters_emitter_.phpemitter.html @@ -156,7 +156,7 @@

    constructor

    Parameters

    @@ -178,7 +178,7 @@

    buffer

    buffer: string = ""
    @@ -189,7 +189,7 @@

    Protected code

    @@ -206,7 +206,7 @@

    beginBlock

  • Parameters

    @@ -229,7 +229,7 @@

    beginElse

  • Returns void

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

    beginElseIf

  • Parameters

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

    beginForeach

  • Parameters

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

    beginIf

  • Parameters

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

    beginNamespace

  • Parameters

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

    bufferHTMLLiteral

  • Parameters

    @@ -362,7 +362,7 @@

    carriageReturn

    Returns void

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

    clearStringLiteralBuffer

  • Returns void

    @@ -397,7 +397,7 @@

    Protected defaultWrite

    Inherited from Emitter.defaultWrite

    Parameters

    @@ -420,7 +420,7 @@

    endBlock

  • Returns void

    @@ -437,7 +437,7 @@

    endForeach

  • Returns void

    @@ -454,7 +454,7 @@

    endIf

  • Returns void

    @@ -471,7 +471,7 @@

    endNamespace

  • Returns void

    @@ -489,7 +489,7 @@

    feedLine

    Parameters

    @@ -513,7 +513,7 @@

    fullText

    Returns string

    @@ -531,7 +531,7 @@

    indent

    Returns void

    @@ -549,7 +549,7 @@

    nextLine

    Parameters

    @@ -573,7 +573,7 @@

    unindent

    Returns void

    @@ -591,7 +591,7 @@

    write

    Parameters

    @@ -614,7 +614,7 @@

    writeAnonymousFunction

  • Parameters

    @@ -643,7 +643,7 @@

    writeBlock

  • Parameters

    @@ -669,7 +669,7 @@

    writeBreak

  • Returns void

    @@ -686,7 +686,7 @@

    writeCase

  • Parameters

    @@ -712,7 +712,7 @@

    writeContinue

  • Returns void

    @@ -729,7 +729,7 @@

    writeDataComment

  • Returns void

    @@ -746,7 +746,7 @@

    writeDefault

  • Parameters

    @@ -769,7 +769,7 @@

    writeForeach

  • Parameters

    @@ -795,7 +795,7 @@

    writeFunction

  • Parameters

    @@ -827,7 +827,7 @@

    writeFunctionCall

  • Parameters

    @@ -853,7 +853,7 @@

    writeHTML

  • Parameters

    @@ -876,7 +876,7 @@

    writeIf

  • Parameters

    @@ -903,7 +903,7 @@

    writeLine

    Parameters

    @@ -927,7 +927,7 @@

    writeLines

    Parameters

    @@ -951,7 +951,7 @@

    writeNewLine

    Returns void

    @@ -968,7 +968,7 @@

    writeSwitch

  • Parameters

    diff --git a/docs/classes/_target_php_index_.tophpcompiler.html b/docs/classes/_target_php_index_.tophpcompiler.html index d59005ab..837515bb 100644 --- a/docs/classes/_target_php_index_.tophpcompiler.html +++ b/docs/classes/_target_php_index_.tophpcompiler.html @@ -128,7 +128,7 @@

    constructor

  • Parameters

    @@ -158,7 +158,7 @@

    Private project

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

    Private root

    root: string
    @@ -178,7 +178,7 @@

    Private ts2phpModules

    ts2phpModules: Modules
    @@ -188,7 +188,7 @@

    Private tsConfigFile<
    tsConfigFilePath: string
    @@ -205,7 +205,7 @@

    compile

  • Parameters

    @@ -250,7 +250,7 @@

    compileComponent

  • Parameters

    @@ -279,7 +279,7 @@

    compileComponents

  • Parameters

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

    Private compileRenderer

    Parameters

    @@ -343,7 +343,7 @@

    Private formatCompiler

    Parameters

    @@ -376,7 +376,7 @@

    Private ns

  • Parameters

    diff --git a/docs/classes/_utils_emitter_.emitter.html b/docs/classes/_utils_emitter_.emitter.html index 0fb35d8d..44e6a001 100644 --- a/docs/classes/_utils_emitter_.emitter.html +++ b/docs/classes/_utils_emitter_.emitter.html @@ -137,7 +137,7 @@

    constructor

  • Parameters

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

    Protected code

    code: string = ""
    @@ -169,7 +169,7 @@

    Private indentLevel

    indentLevel: number = 0
    @@ -179,7 +179,7 @@

    Private shiftWidth

    shiftWidth: any
    @@ -196,7 +196,7 @@

    Private atLineBegin

    Returns boolean

    @@ -213,7 +213,7 @@

    carriageReturn

  • Returns void

    @@ -230,7 +230,7 @@

    Protected defaultWrite

    Parameters

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

    feedLine

  • Parameters

    @@ -276,7 +276,7 @@

    fullText

  • Returns string

    @@ -293,7 +293,7 @@

    indent

  • Returns void

    @@ -310,7 +310,7 @@

    Private lastChar

  • Returns string

    @@ -327,7 +327,7 @@

    nextLine

  • Parameters

    @@ -350,7 +350,7 @@

    Private size

  • Returns number

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

    unindent

  • Returns void

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

    Abstract write

  • Parameters

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

    writeLine

  • Parameters

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

    writeLines

  • Parameters

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

    writeNewLine

  • Returns void

    diff --git a/docs/classes/_utils_timing_.measure.html b/docs/classes/_utils_timing_.measure.html index 4050d50c..aebf63e1 100644 --- a/docs/classes/_utils_timing_.measure.html +++ b/docs/classes/_utils_timing_.measure.html @@ -114,7 +114,7 @@

    constructor

  • Returns Measure

    @@ -130,7 +130,7 @@

    Private startTime

    startTime: number
    @@ -147,7 +147,7 @@

    duration

  • Returns string

    diff --git a/docs/enums/_models_source_file_type_.sourcefiletype.html b/docs/enums/_models_source_file_type_.sourcefiletype.html index ba056862..87f473c7 100644 --- a/docs/enums/_models_source_file_type_.sourcefiletype.html +++ b/docs/enums/_models_source_file_type_.sourcefiletype.html @@ -91,7 +91,7 @@

    js

    js: = ".js"
    @@ -101,7 +101,7 @@

    ts

    ts: = ".ts"
    diff --git a/docs/enums/_models_target_.target.html b/docs/enums/_models_target_.target.html index 09ab1ee7..dccfaa72 100644 --- a/docs/enums/_models_target_.target.html +++ b/docs/enums/_models_target_.target.html @@ -91,7 +91,7 @@

    js

    js: = "js"
    @@ -101,7 +101,7 @@

    php

    php: = "php"
    diff --git a/docs/enums/_target_php_index_.emitcontent.html b/docs/enums/_target_php_index_.emitcontent.html index 368b5dcc..6574ce82 100644 --- a/docs/enums/_target_php_index_.emitcontent.html +++ b/docs/enums/_target_php_index_.emitcontent.html @@ -94,7 +94,7 @@

    all

    all: = 7
    @@ -104,7 +104,7 @@

    component

    component: = 2
    @@ -114,7 +114,7 @@

    renderer

    renderer: = 1
    @@ -124,7 +124,7 @@

    rendererAndComponent

    rendererAndComponent: = 3
    @@ -134,7 +134,7 @@

    runtime

    runtime: = 4
    diff --git a/docs/interfaces/_models_anode_.anode.html b/docs/interfaces/_models_anode_.anode.html index 5dfbae24..293bae8c 100644 --- a/docs/interfaces/_models_anode_.anode.html +++ b/docs/interfaces/_models_anode_.anode.html @@ -111,7 +111,7 @@

    children

    children: ANode[]
    @@ -121,7 +121,7 @@

    directives

    directives: object
    @@ -151,7 +151,7 @@

    Optional elif

    elif: ANode
    @@ -161,7 +161,7 @@

    Optional elses

    elses: ANode[]
    @@ -171,7 +171,7 @@

    events

    events: any
    @@ -181,7 +181,7 @@

    Optional expr

    @@ -191,7 +191,7 @@

    hotspot

    hotspot: ANode
    @@ -201,7 +201,7 @@

    Optional ifRinsed

    ifRinsed: ANode
    @@ -211,7 +211,7 @@

    Optional name

    name: string
    @@ -221,7 +221,7 @@

    props

    props: ANodeProp[]
    @@ -231,7 +231,7 @@

    tagName

    tagName: string
    @@ -241,7 +241,7 @@

    Optional textExpr

    textExpr: Expression
    @@ -251,7 +251,7 @@

    Optional value

    value: Expression
    @@ -261,7 +261,7 @@

    Optional vars

    vars: ANode[]
    diff --git a/docs/interfaces/_models_anode_.anodeprop.html b/docs/interfaces/_models_anode_.anodeprop.html index a6ac6dca..432fb5e7 100644 --- a/docs/interfaces/_models_anode_.anodeprop.html +++ b/docs/interfaces/_models_anode_.anodeprop.html @@ -101,7 +101,7 @@

    expr

    expr: any
    @@ -111,7 +111,7 @@

    name

    name: string
    @@ -121,7 +121,7 @@

    raw

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

    x

    x: any
    diff --git a/docs/interfaces/_models_compiler_.compiler.html b/docs/interfaces/_models_compiler_.compiler.html index 3d9192b2..3bf5c6ae 100644 --- a/docs/interfaces/_models_compiler_.compiler.html +++ b/docs/interfaces/_models_compiler_.compiler.html @@ -109,7 +109,7 @@

    compile

  • Parameters

    diff --git a/docs/interfaces/_models_component_.components.html b/docs/interfaces/_models_component_.components.html new file mode 100644 index 00000000..caf43e33 --- /dev/null +++ b/docs/interfaces/_models_component_.components.html @@ -0,0 +1,198 @@ + + + + + + Components | san-ssr + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Interface Components

    +
    +
    +
    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + Components +
    • +
    +
    +
    +

    Indexable

    +
    [key: string]: SanComponent
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Module
    • +
    • Object literal
    • +
    • Variable
    • +
    • Function
    • +
    • Function with type parameter
    • +
    • Index signature
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Enumeration
    • +
    • Enumeration member
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    • Interface with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Index signature
    • +
    +
      +
    • Class
    • +
    • Class with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Accessor
    • +
    • Index signature
    • +
    +
      +
    • Inherited constructor
    • +
    • Inherited property
    • +
    • Inherited method
    • +
    • Inherited accessor
    • +
    +
      +
    • Protected property
    • +
    • Protected method
    • +
    • Protected accessor
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    • Private accessor
    • +
    +
      +
    • Static property
    • +
    • Static method
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + + \ No newline at end of file diff --git a/docs/interfaces/_models_component_.sandata.html b/docs/interfaces/_models_component_.sandata.html new file mode 100644 index 00000000..997c46c4 --- /dev/null +++ b/docs/interfaces/_models_component_.sandata.html @@ -0,0 +1,842 @@ + + + + + + SanData | san-ssr + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Interface SanData

    +
    +
    +
    +
    +
    +
    +
    +

    Hierarchy

    +
      +
    • + SanData<__type> +
    • +
    • + PHPClass +
        +
      • + SanData +
      • +
      +
    • +
    +
    +
    +

    Index

    +
    +
    +
    +

    Constructors

    + +
    +
    +

    Properties

    + +
    +
    +

    Methods

    + +
    +
    +
    +
    +
    +

    Constructors

    +
    + +

    constructor

    +
      +
    • new SanData(data?: __type, parent?: SanData<__type>): SanData
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional data: __type
        +
      • +
      • +
        Optional parent: SanData<__type>
        +
      • +
      +

      Returns SanData

      +
    • +
    +
    +
    +
    +

    Properties

    +
    + +

    listeners

    +
    listeners: SanChangeListener<__type>[]
    + +
    +
    + +

    parent

    +
    parent: SanData<__type>
    + +
    +
    + +

    raw

    +
    raw: __type
    + +
    +
    + +

    typeChecker

    +
    typeChecker: function
    + +
    +

    Type declaration

    +
      +
    • +
        +
      • (): void
      • +
      +
        +
      • +

        Returns void

        +
      • +
      +
    • +
    +
    +
    +
    +
    +

    Methods

    +
    + +

    apply

    +
      +
    • apply(expr: string | ExprAccessorNode, changer: function, option?: SanDataChangeOption): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        changer: function
        +
          +
        • +
            +
          • (oldval: __type): __type
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              oldval: __type
              +
            • +
            +

            Returns __type

            +
          • +
          +
        • +
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    fire

    +
      +
    • fire(change: SanDataChangeInfo): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        change: SanDataChangeInfo
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    get

    +
      +
    • get(path?: string): any
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional path: string
        +
      • +
      +

      Returns any

      +
    • +
    +
    +
    + +

    listen

    +
      +
    • listen(listener: SanChangeListener<__type>): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        listener: SanChangeListener<__type>
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    merge

    +
      +
    • merge(expr: string | ExprAccessorNode, source: __type, option?: SanDataChangeOption): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        source: __type
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    pop

    +
      +
    • pop(expr: string | ExprAccessorNode, option?: SanDataChangeOption): any
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns any

      +
    • +
    +
    +
    + +

    push

    +
      +
    • push(expr: string | ExprAccessorNode, item: any, option?: SanDataChangeOption): number
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        item: any
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    + +

    remove

    +
      +
    • remove(expr: string | ExprAccessorNode, value: any, option?: SanDataChangeOption): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        value: any
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    removeAt

    +
      +
    • removeAt(expr: string | ExprAccessorNode, index: number, option?: SanDataChangeOption): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        index: number
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    set

    +
      +
    • set(path: string, value: any): any
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        path: string
        +
      • +
      • +
        value: any
        +
      • +
      +

      Returns any

      +
    • +
    +
    +
    + +

    setTypeChecker

    +
      +
    • setTypeChecker(checker: function): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        checker: function
        +
          +
        • +
            +
          • (): void
          • +
          +
            +
          • +

            Returns void

            +
          • +
          +
        • +
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    shift

    +
      +
    • shift(expr: string | ExprAccessorNode, option?: SanDataChangeOption): any
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns any

      +
    • +
    +
    +
    + +

    splice

    +
      +
    • splice(expr: string | ExprAccessorNode, spliceArgs: Array<any>, option?: SanDataChangeOption): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        spliceArgs: Array<any>
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    unlisten

    +
      +
    • unlisten(listener?: SanChangeListener<__type>): void
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        Optional listener: SanChangeListener<__type>
        +
      • +
      +

      Returns void

      +
    • +
    +
    +
    + +

    unshift

    +
      +
    • unshift(expr: string | ExprAccessorNode, item: any, option?: SanDataChangeOption): number
    • +
    +
      +
    • + +

      Parameters

      +
        +
      • +
        expr: string | ExprAccessorNode
        +
      • +
      • +
        item: any
        +
      • +
      • +
        Optional option: SanDataChangeOption
        +
      • +
      +

      Returns number

      +
    • +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Module
    • +
    • Object literal
    • +
    • Variable
    • +
    • Function
    • +
    • Function with type parameter
    • +
    • Index signature
    • +
    • Type alias
    • +
    • Type alias with type parameter
    • +
    +
      +
    • Enumeration
    • +
    • Enumeration member
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    • Interface with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Index signature
    • +
    +
      +
    • Class
    • +
    • Class with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Accessor
    • +
    • Index signature
    • +
    +
      +
    • Inherited constructor
    • +
    • Inherited property
    • +
    • Inherited method
    • +
    • Inherited accessor
    • +
    +
      +
    • Protected property
    • +
    • Protected method
    • +
    • Protected accessor
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    • Private accessor
    • +
    +
      +
    • Static property
    • +
    • Static method
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + + \ No newline at end of file diff --git a/docs/interfaces/_models_expression_.expression.html b/docs/interfaces/_models_expression_.expression.html index 4ff11191..24b7a2f1 100644 --- a/docs/interfaces/_models_expression_.expression.html +++ b/docs/interfaces/_models_expression_.expression.html @@ -110,7 +110,7 @@

    args

    args: Expression[]
    @@ -120,7 +120,7 @@

    expr

    @@ -130,7 +130,7 @@

    items

    items: Expression[]
    @@ -140,7 +140,7 @@

    literal

    literal: string
    @@ -150,7 +150,7 @@

    name

    @@ -160,7 +160,7 @@

    operator

    operator: number
    @@ -170,7 +170,7 @@

    original

    original: boolean
    @@ -180,7 +180,7 @@

    parenthesized

    parenthesized: boolean
    @@ -190,7 +190,7 @@

    paths

    paths: Expression[]
    @@ -200,7 +200,7 @@

    segs

    segs: Expression[]
    @@ -210,7 +210,7 @@

    spread

    spread: boolean
    @@ -220,7 +220,7 @@

    type

    type: number
    @@ -230,7 +230,7 @@

    value

    value: string
    diff --git a/docs/modules/_bin_debug_.html b/docs/modules/_bin_debug_.html index ca85bd0f..ccbcaaba 100644 --- a/docs/modules/_bin_debug_.html +++ b/docs/modules/_bin_debug_.html @@ -99,7 +99,7 @@

    Const caseName

    caseName: string = process.argv[2]
    @@ -109,7 +109,7 @@

    Const expected

    expected: string = readFileSync(htmlPath, 'utf8')
    @@ -119,7 +119,7 @@

    expectedData

    expectedData: object
    @@ -134,7 +134,7 @@

    expectedHtml

    expectedHtml: object
    @@ -149,7 +149,7 @@

    Const htmlPath

    htmlPath: string = resolve(__dirname, '../../test/cases', caseName, 'result.html')
    @@ -166,7 +166,7 @@

    check

  • Parameters

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

    deepEqual

  • Parameters

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

    test

  • Parameters

    diff --git a/docs/modules/_bin_ssr_.html b/docs/modules/_bin_ssr_.html index 9137fb44..e2562150 100644 --- a/docs/modules/_bin_ssr_.html +++ b/docs/modules/_bin_ssr_.html @@ -99,7 +99,7 @@

    OptionValue

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

    Const componentFile

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

    Const nsPrefix

    nsPrefix: string = yargs.argv.prefix as OptionValue
    @@ -132,7 +132,7 @@

    Const outputFile

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

    Const project

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

    Const target

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

    Const targetCode

    targetCode: any = project.compile(componentFile, target as Target, { nsPrefix })
    @@ -172,7 +172,7 @@

    Const tsConfigFile
    tsConfigFilePath: string = yargs.argv.tsconfig as OptionValue
    diff --git a/docs/modules/_loaders_case_.html b/docs/modules/_loaders_case_.html index ed0e9867..57351aa7 100644 --- a/docs/modules/_loaders_case_.html +++ b/docs/modules/_loaders_case_.html @@ -96,7 +96,7 @@

    compileAllToJS

  • Returns string

    @@ -113,7 +113,7 @@

    compileAllToPHP

  • Returns string

    @@ -130,7 +130,7 @@

    compileToJS

  • Parameters

    @@ -153,7 +153,7 @@

    compileToPHP

  • Parameters

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

    renderByJS

  • Parameters

    @@ -199,7 +199,7 @@

    renderByPHP

  • Parameters

    diff --git a/docs/modules/_loaders_common_js_.html b/docs/modules/_loaders_common_js_.html index 9e0977cf..b3d2c747 100644 --- a/docs/modules/_loaders_common_js_.html +++ b/docs/modules/_loaders_common_js_.html @@ -108,7 +108,7 @@

    FileLoader

    FileLoader: function | object
    @@ -118,7 +118,7 @@

    Modules

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

    Const debug

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

    Const defaultFileLoader
  • Parameters

    @@ -179,7 +179,7 @@

    getModuleSpecifier

  • Parameters

    diff --git a/docs/modules/_loaders_exec_.html b/docs/modules/_loaders_exec_.html index 19f8a8da..fcb46e80 100644 --- a/docs/modules/_loaders_exec_.html +++ b/docs/modules/_loaders_exec_.html @@ -92,7 +92,7 @@

    exec

  • Parameters

    @@ -118,7 +118,7 @@

    execSync

  • Parameters

    diff --git a/docs/modules/_models_component_.html b/docs/modules/_models_component_.html index a10ed3aa..6e07cc52 100644 --- a/docs/modules/_models_component_.html +++ b/docs/modules/_models_component_.html @@ -73,8 +73,16 @@

    Index

    Classes

    +
    +
    +

    Interfaces

    +
    @@ -101,7 +109,7 @@

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

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

    isComponentClass

  • Parameters

    @@ -141,7 +149,7 @@

    isComponentLoader

  • Parameters

    @@ -169,11 +177,20 @@

    Returns any