From d85b9217e6a0b5480d3bbaa938687685a15edcf4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 25 Oct 2019 10:26:44 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-10-25) ### Bug Fixes * e2e test cases ([fae5c1e](https://github.com/searchfe/san-ssr/commit/fae5c1e2a1bdfcd55f8454508423e5505f761903)) * indent for component/component registry code ([b426622](https://github.com/searchfe/san-ssr/commit/b4266222e26a4ad9694d67de32174dd58465033c)) * tests for js-ssr ([17e1a5b](https://github.com/searchfe/san-ssr/commit/17e1a5bae87df9daf1336db23b62ea325a33b1e9)) * unit test and target test cases to ES6 ([d8c31ed](https://github.com/searchfe/san-ssr/commit/d8c31ed77765806eeb0d9fc3975b24b22369df35)) * unit test for San::extend ([26fd76c](https://github.com/searchfe/san-ssr/commit/26fd76c0852ca5cf72be2611a93ef9dd96bff85f)) ### Features * --prefix to specify namespace prefix ([394a80d](https://github.com/searchfe/san-ssr/commit/394a80d00dbd668771cb15479e1609c4f2a8e23c)) * auto complete render.js ([8a0909b](https://github.com/searchfe/san-ssr/commit/8a0909bfb79197ae7ecf09e49704b861887a086e)) * beautify generated code for s-bind ([9ea684d](https://github.com/searchfe/san-ssr/commit/9ea684d0710888ed72747789df10477b3b847227)) * compile component to php ([e391cef](https://github.com/searchfe/san-ssr/commit/e391cefe9e9b14b85630067a50c8584c3e4c9a70)) * Compiler#compile auto detect file format ([dc2c83d](https://github.com/searchfe/san-ssr/commit/dc2c83dfca9dc9fbe1620fa37e645dd990c4947f)) * configurable san-php-ssr package name ([a3b835d](https://github.com/searchfe/san-ssr/commit/a3b835dba40bc591d3b1eef9fb3c04fc6a217038)) * filemeata, tsc loaders ([5752bda](https://github.com/searchfe/san-ssr/commit/5752bdaf8cc37c21f581534fc1e1f5e882d7c496)) * first php rendered case - update-cmpt-merge-data ([6ba4b91](https://github.com/searchfe/san-ssr/commit/6ba4b913456f8f5a28ebe09cb6ac6776f1d34bdf)) * generate fully indented, beautiful code ([2d45fd4](https://github.com/searchfe/san-ssr/commit/2d45fd485dff7184f99521389db21d586b73ef9b)) * import ts-node to support typescript case ([c57f1c7](https://github.com/searchfe/san-ssr/commit/c57f1c7e57eebd9a88ffacd85fd4f3d483e260d3)) * mark san components, write to js and run ([d78c66d](https://github.com/searchfe/san-ssr/commit/d78c66dad65e75f325893381cd71a1fa03784274)) * omited external modules configuable ([da9a193](https://github.com/searchfe/san-ssr/commit/da9a193acc59a7aeb564c2aee81fec8678074fa1)) * PHP version precode ([ce36428](https://github.com/searchfe/san-ssr/commit/ce3642807cf4fd335e4cec1ce4cfd24ab5fd6951)) * scat to view case files ([b8c6a3f](https://github.com/searchfe/san-ssr/commit/b8c6a3fc5edf24a8b27315cc8f73e7a639e49388)) * stable ssr output ([fed8f4b](https://github.com/searchfe/san-ssr/commit/fed8f4bd93e871b8ef03c9f2234a7af473a046e0)) * support commandline interface ([829f02e](https://github.com/searchfe/san-ssr/commit/829f02e4c7a7687c8ea90999003eacd9948d284b)) * support compile a single ts file to php ([43805bc](https://github.com/searchfe/san-ssr/commit/43805bc0664511d3498f008b2a0d25c4c8d0571d)) * support Date type data ([87536d4](https://github.com/searchfe/san-ssr/commit/87536d4696d1629bbda0eaf87f7f62d8f2d2bcd2)) * support more cases ([185b141](https://github.com/searchfe/san-ssr/commit/185b1413253ed99fb2ac693dcabde5b4dddb62c7)) * support more cases, 9/92 left ([c9ddbf9](https://github.com/searchfe/san-ssr/commit/c9ddbf9e918c9bc24d880459a626099fef8fd29e)) * support multiple component files ([0376bba](https://github.com/searchfe/san-ssr/commit/0376bbaa9e2b7455bd653a80bfb82a62096a4d04)) * support multiple source files ([a8337da](https://github.com/searchfe/san-ssr/commit/a8337da9cb10df7af4a4842f42950e3ceb38e883)) * support nsPrefix for each render ([16d7e1c](https://github.com/searchfe/san-ssr/commit/16d7e1ce6d1be39876f86347fc3eacba3851915b)) * supports filters/computed/custom funcitons ([ee5adb0](https://github.com/searchfe/san-ssr/commit/ee5adb0f0c8425be45e43cd4671771f770d448ed)) * wireup ssr.php and component.php ([06e1ba4](https://github.com/searchfe/san-ssr/commit/06e1ba4e2e19e074c0f9582619d521ac0e87c295)) --- docs/assets/js/search.js | 2 +- ...component_registry_.componentregistry.html | 6 +- ..._render_compiler_.compilesourcebuffer.html | 16 +- ..._compilers_js_render_compiler_.walker.html | 22 +- ...ompilers_to_js_compiler_.tojscompiler.html | 18 +- ...pilers_to_php_compiler_.tophpcompiler.html | 24 +- docs/classes/_emitters_emitter_.emitter.html | 36 +-- .../_emitters_js_emitter_.jsemitter.html | 30 +-- .../_emitters_php_emitter_.phpemitter.html | 78 +++--- .../classes/_loaders_common_js_.commonjs.html | 8 +- docs/classes/_loaders_common_js_.module.html | 8 +- .../_parsers_component_.component.html | 55 +--- ...ers_component_parser_.componentparser.html | 22 +- ...parsers_san_sourcefile_.sansourcefile.html | 18 +- docs/classes/_parsers_walker_.walker.html | 22 +- docs/classes/_utils_timing_.measure.html | 6 +- docs/index.html | 37 ++- .../_compilers_compiler_.compiler.html | 6 +- docs/modules/_bin_debug_.html | 16 +- docs/modules/_bin_ssr_.html | 18 +- .../_compilers_component_registry_.html | 2 +- .../_compilers_js_render_compiler_.html | 252 +++++++++--------- .../_compilers_php_render_compiler_.html | 88 +++--- docs/modules/_compilers_to_js_compiler_.html | 4 +- docs/modules/_compilers_to_php_compiler_.html | 4 +- .../_emitters_expression_emitter_.html | 50 ++-- .../modules/_emitters_generate_php_code_.html | 6 +- docs/modules/_emitters_runtime_.html | 6 +- docs/modules/_loaders_case_.html | 12 +- docs/modules/_loaders_common_js_.html | 4 +- docs/modules/_loaders_exec_.html | 4 +- docs/modules/_parsers_component_.html | 2 +- docs/modules/_parsers_component_parser_.html | 2 +- .../_parsers_dependency_resolver_.html | 12 +- docs/modules/_parsers_tsconfig_.html | 4 +- docs/modules/_parsers_walker_.html | 30 +-- .../_transformers_normalize_component_.html | 2 +- docs/modules/_transformers_to_php_.html | 4 +- docs/modules/_utils_ast_util_.html | 14 +- docs/modules/_utils_buffer_.html | 2 +- docs/modules/_utils_case_.html | 30 +-- docs/modules/_utils_fs_.html | 4 +- docs/modules/_utils_php_util_.html | 4 +- docs/modules/_utils_timing_.html | 4 +- docs/modules/_utils_underscore_.html | 12 +- 45 files changed, 499 insertions(+), 507 deletions(-) diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 05638e9a..05ef36da 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","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":"\"parsers/dependency-resolver\"","url":"modules/_parsers_dependency_resolver_.html","classes":"tsd-kind-external-module"},{"id":1,"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":2,"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":3,"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":4,"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":5,"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":6,"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":7,"kind":1,"name":"\"loaders/common-js\"","url":"modules/_loaders_common_js_.html","classes":"tsd-kind-external-module"},{"id":8,"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":9,"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":10,"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":11,"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":12,"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":13,"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":14,"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":15,"kind":1024,"name":"readFile","url":"classes/_loaders_common_js_.commonjs.html#readfile","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":16,"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":17,"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":18,"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":19,"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":20,"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":21,"kind":1,"name":"\"utils/ast-util\"","url":"modules/_utils_ast_util_.html","classes":"tsd-kind-external-module"},{"id":22,"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":23,"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":24,"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":25,"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":26,"kind":64,"name":"isObjectLiteralExpression","url":"modules/_utils_ast_util_.html#isobjectliteralexpression","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/ast-util\""},{"id":27,"kind":64,"name":"removeObjectLiteralInitiator","url":"modules/_utils_ast_util_.html#removeobjectliteralinitiator","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":28,"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":29,"kind":1,"name":"\"transformers/normalize-component\"","url":"modules/_transformers_normalize_component_.html","classes":"tsd-kind-external-module"},{"id":30,"kind":64,"name":"normalizeComponentClass","url":"modules/_transformers_normalize_component_.html#normalizecomponentclass","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transformers/normalize-component\""},{"id":31,"kind":1,"name":"\"parsers/san-sourcefile\"","url":"modules/_parsers_san_sourcefile_.html","classes":"tsd-kind-external-module"},{"id":32,"kind":128,"name":"SanSourceFile","url":"classes/_parsers_san_sourcefile_.sansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/san-sourcefile\""},{"id":33,"kind":1024,"name":"origin","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#origin","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":34,"kind":1024,"name":"componentClasses","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#componentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":35,"kind":1024,"name":"componentClassIdentifier","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":36,"kind":1024,"name":"fakeProperties","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#fakeproperties","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":37,"kind":512,"name":"constructor","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":38,"kind":2048,"name":"getClasses","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getclasses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":39,"kind":2048,"name":"getFullText","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getfulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":40,"kind":2048,"name":"getFilePath","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":41,"kind":2048,"name":"getClass","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":42,"kind":1,"name":"\"parsers/tsconfig\"","url":"modules/_parsers_tsconfig_.html","classes":"tsd-kind-external-module"},{"id":43,"kind":64,"name":"getDefaultConfigPath","url":"modules/_parsers_tsconfig_.html#getdefaultconfigpath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":44,"kind":64,"name":"getDefaultConfig","url":"modules/_parsers_tsconfig_.html#getdefaultconfig","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":45,"kind":1,"name":"\"parsers/component\"","url":"modules/_parsers_component_.html","classes":"tsd-kind-external-module"},{"id":46,"kind":128,"name":"Component","url":"classes/_parsers_component_.component.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component\""},{"id":47,"kind":1024,"name":"files","url":"classes/_parsers_component_.component.html#files","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":48,"kind":1024,"name":"entry","url":"classes/_parsers_component_.component.html#entry","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":49,"kind":1024,"name":"componentClass","url":"classes/_parsers_component_.component.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":50,"kind":1024,"name":"modules","url":"classes/_parsers_component_.component.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":51,"kind":512,"name":"constructor","url":"classes/_parsers_component_.component.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":52,"kind":2048,"name":"getComponentFilepath","url":"classes/_parsers_component_.component.html#getcomponentfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":53,"kind":2048,"name":"getComponentSourceFile","url":"classes/_parsers_component_.component.html#getcomponentsourcefile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":54,"kind":2048,"name":"addFile","url":"classes/_parsers_component_.component.html#addfile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":55,"kind":2048,"name":"getFile","url":"classes/_parsers_component_.component.html#getfile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":56,"kind":2048,"name":"getModule","url":"classes/_parsers_component_.component.html#getmodule","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":57,"kind":2048,"name":"getFilepaths","url":"classes/_parsers_component_.component.html#getfilepaths","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":58,"kind":2048,"name":"getSouceFiles","url":"classes/_parsers_component_.component.html#getsoucefiles","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":59,"kind":2048,"name":"getFiles","url":"classes/_parsers_component_.component.html#getfiles","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":60,"kind":4194304,"name":"GetComponentStrategy","url":"modules/_parsers_component_.html#getcomponentstrategy","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/component\""},{"id":61,"kind":1,"name":"\"parsers/component-parser\"","url":"modules/_parsers_component_parser_.html","classes":"tsd-kind-external-module"},{"id":62,"kind":128,"name":"ComponentParser","url":"classes/_parsers_component_parser_.componentparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component-parser\""},{"id":63,"kind":1024,"name":"root","url":"classes/_parsers_component_parser_.componentparser.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":64,"kind":1024,"name":"id","url":"classes/_parsers_component_parser_.componentparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":65,"kind":1024,"name":"project","url":"classes/_parsers_component_parser_.componentparser.html#project","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":66,"kind":1024,"name":"idPropertyName","url":"classes/_parsers_component_parser_.componentparser.html#idpropertyname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":67,"kind":512,"name":"constructor","url":"classes/_parsers_component_parser_.componentparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":68,"kind":2048,"name":"createUsingTsconfig","url":"classes/_parsers_component_parser_.componentparser.html#createusingtsconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/component-parser\".ComponentParser"},{"id":69,"kind":2048,"name":"crateUsingDefaultTsconfig","url":"classes/_parsers_component_parser_.componentparser.html#crateusingdefaulttsconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/component-parser\".ComponentParser"},{"id":70,"kind":2048,"name":"parseComponent","url":"classes/_parsers_component_parser_.componentparser.html#parsecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":71,"kind":2048,"name":"getComponentFiles","url":"classes/_parsers_component_parser_.componentparser.html#getcomponentfiles","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":72,"kind":2048,"name":"parseSanSourceFile","url":"classes/_parsers_component_parser_.componentparser.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":73,"kind":2048,"name":"setComponentID","url":"classes/_parsers_component_parser_.componentparser.html#setcomponentid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":74,"kind":32,"name":"debug","url":"modules/_parsers_component_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/component-parser\""},{"id":75,"kind":1,"name":"\"utils/php-util\"","url":"modules/_utils_php_util_.html","classes":"tsd-kind-external-module"},{"id":76,"kind":32,"name":"reservedNames","url":"modules/_utils_php_util_.html#reservednames","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/php-util\""},{"id":77,"kind":64,"name":"isReserved","url":"modules/_utils_php_util_.html#isreserved","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/php-util\""},{"id":78,"kind":1,"name":"\"emitters/generate-php-code\"","url":"modules/_emitters_generate_php_code_.html","classes":"tsd-kind-external-module"},{"id":79,"kind":32,"name":"debug","url":"modules/_emitters_generate_php_code_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"emitters/generate-php-code\""},{"id":80,"kind":4194304,"name":"ModuleInfo","url":"modules/_emitters_generate_php_code_.html#moduleinfo","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"emitters/generate-php-code\""},{"id":81,"kind":65536,"name":"__type","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo"},{"id":82,"kind":32,"name":"name","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo.__type"},{"id":83,"kind":32,"name":"required","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type.required","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo.__type"},{"id":84,"kind":32,"name":"namespace","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type.namespace","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo.__type"},{"id":85,"kind":64,"name":"generatePHPCode","url":"modules/_emitters_generate_php_code_.html#generatephpcode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"emitters/generate-php-code\""},{"id":86,"kind":1,"name":"\"transformers/to-php\"","url":"modules/_transformers_to_php_.html","classes":"tsd-kind-external-module"},{"id":87,"kind":32,"name":"uselessComponentProps","url":"modules/_transformers_to_php_.html#uselesscomponentprops","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"transformers/to-php\""},{"id":88,"kind":64,"name":"transformAstToPHP","url":"modules/_transformers_to_php_.html#transformasttophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transformers/to-php\""},{"id":89,"kind":1,"name":"\"emitters/emitter\"","url":"modules/_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":90,"kind":128,"name":"Emitter","url":"classes/_emitters_emitter_.emitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"emitters/emitter\""},{"id":91,"kind":1024,"name":"indentLevel","url":"classes/_emitters_emitter_.emitter.html#indentlevel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":92,"kind":1024,"name":"shiftWidth","url":"classes/_emitters_emitter_.emitter.html#shiftwidth","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":93,"kind":1024,"name":"code","url":"classes/_emitters_emitter_.emitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"emitters/emitter\".Emitter"},{"id":94,"kind":512,"name":"constructor","url":"classes/_emitters_emitter_.emitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":95,"kind":2048,"name":"write","url":"classes/_emitters_emitter_.emitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":96,"kind":2048,"name":"fullText","url":"classes/_emitters_emitter_.emitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":97,"kind":2048,"name":"indent","url":"classes/_emitters_emitter_.emitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":98,"kind":2048,"name":"unindent","url":"classes/_emitters_emitter_.emitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":99,"kind":2048,"name":"writeNewLine","url":"classes/_emitters_emitter_.emitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":100,"kind":2048,"name":"nextLine","url":"classes/_emitters_emitter_.emitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":101,"kind":2048,"name":"feedLine","url":"classes/_emitters_emitter_.emitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":102,"kind":2048,"name":"writeLine","url":"classes/_emitters_emitter_.emitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":103,"kind":2048,"name":"writeLines","url":"classes/_emitters_emitter_.emitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":104,"kind":2048,"name":"writeIndent","url":"classes/_emitters_emitter_.emitter.html#writeindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":105,"kind":2048,"name":"defaultWrite","url":"classes/_emitters_emitter_.emitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"\"emitters/emitter\".Emitter"},{"id":106,"kind":2048,"name":"atLineBegin","url":"classes/_emitters_emitter_.emitter.html#atlinebegin","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":107,"kind":2048,"name":"size","url":"classes/_emitters_emitter_.emitter.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":108,"kind":2048,"name":"lastChar","url":"classes/_emitters_emitter_.emitter.html#lastchar","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":109,"kind":1,"name":"\"emitters/js-emitter\"","url":"modules/_emitters_js_emitter_.html","classes":"tsd-kind-external-module"},{"id":110,"kind":128,"name":"JSEmitter","url":"classes/_emitters_js_emitter_.jsemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"emitters/js-emitter\""},{"id":111,"kind":2048,"name":"write","url":"classes/_emitters_js_emitter_.jsemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":112,"kind":2048,"name":"writeFunction","url":"classes/_emitters_js_emitter_.jsemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":113,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_emitters_js_emitter_.jsemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":114,"kind":1024,"name":"code","url":"classes/_emitters_js_emitter_.jsemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":115,"kind":512,"name":"constructor","url":"classes/_emitters_js_emitter_.jsemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":116,"kind":2048,"name":"fullText","url":"classes/_emitters_js_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":117,"kind":2048,"name":"indent","url":"classes/_emitters_js_emitter_.jsemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":118,"kind":2048,"name":"unindent","url":"classes/_emitters_js_emitter_.jsemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":119,"kind":2048,"name":"writeNewLine","url":"classes/_emitters_js_emitter_.jsemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":120,"kind":2048,"name":"nextLine","url":"classes/_emitters_js_emitter_.jsemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":121,"kind":2048,"name":"feedLine","url":"classes/_emitters_js_emitter_.jsemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":122,"kind":2048,"name":"writeLine","url":"classes/_emitters_js_emitter_.jsemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":123,"kind":2048,"name":"writeLines","url":"classes/_emitters_js_emitter_.jsemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":124,"kind":2048,"name":"writeIndent","url":"classes/_emitters_js_emitter_.jsemitter.html#writeindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":125,"kind":2048,"name":"defaultWrite","url":"classes/_emitters_js_emitter_.jsemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":126,"kind":1,"name":"\"utils/underscore\"","url":"modules/_utils_underscore_.html","classes":"tsd-kind-external-module"},{"id":127,"kind":64,"name":"each","url":"modules/_utils_underscore_.html#each","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":128,"kind":64,"name":"contains","url":"modules/_utils_underscore_.html#contains","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":129,"kind":64,"name":"inherits","url":"modules/_utils_underscore_.html#inherits","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":130,"kind":64,"name":"bind","url":"modules/_utils_underscore_.html#bind","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":131,"kind":64,"name":"empty","url":"modules/_utils_underscore_.html#empty","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":132,"kind":64,"name":"extend","url":"modules/_utils_underscore_.html#extend","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":133,"kind":1,"name":"\"compilers/js-render-compiler\"","url":"modules/_compilers_js_render_compiler_.html","classes":"tsd-kind-external-module"},{"id":134,"kind":128,"name":"CompileSourceBuffer","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":135,"kind":1024,"name":"segs","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#segs","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":136,"kind":512,"name":"constructor","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":137,"kind":2048,"name":"addRaw","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#addraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":138,"kind":2048,"name":"joinRaw","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joinraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":139,"kind":2048,"name":"joinString","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joinstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":140,"kind":2048,"name":"joinDataStringify","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joindatastringify","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":141,"kind":2048,"name":"joinExpr","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joinexpr","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":142,"kind":2048,"name":"toCode","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#tocode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":143,"kind":128,"name":"Walker","url":"classes/_compilers_js_render_compiler_.walker.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":144,"kind":1024,"name":"source","url":"classes/_compilers_js_render_compiler_.walker.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":145,"kind":1024,"name":"len","url":"classes/_compilers_js_render_compiler_.walker.html#len","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":146,"kind":1024,"name":"index","url":"classes/_compilers_js_render_compiler_.walker.html#index","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":147,"kind":512,"name":"constructor","url":"classes/_compilers_js_render_compiler_.walker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":148,"kind":2048,"name":"currentCode","url":"classes/_compilers_js_render_compiler_.walker.html#currentcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":149,"kind":2048,"name":"cut","url":"classes/_compilers_js_render_compiler_.walker.html#cut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":150,"kind":2048,"name":"go","url":"classes/_compilers_js_render_compiler_.walker.html#go","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":151,"kind":2048,"name":"nextCode","url":"classes/_compilers_js_render_compiler_.walker.html#nextcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":152,"kind":2048,"name":"charCode","url":"classes/_compilers_js_render_compiler_.walker.html#charcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":153,"kind":2048,"name":"goUntil","url":"classes/_compilers_js_render_compiler_.walker.html#gountil","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":154,"kind":2048,"name":"match","url":"classes/_compilers_js_render_compiler_.walker.html#match","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":155,"kind":2097152,"name":"compileExprSource","url":"modules/_compilers_js_render_compiler_.html#compileexprsource","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":156,"kind":64,"name":"stringLiteralize","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":157,"kind":64,"name":"dataAccess","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":158,"kind":64,"name":"callExpr","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":159,"kind":64,"name":"interp","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":160,"kind":64,"name":"text","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.text","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":161,"kind":64,"name":"array","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.array","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":162,"kind":64,"name":"object","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.object","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":163,"kind":2097152,"name":"binaryOp","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":164,"kind":32,"name":"43","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":165,"kind":32,"name":"45","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":166,"kind":32,"name":"42","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":167,"kind":32,"name":"47","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":168,"kind":32,"name":"60","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":169,"kind":32,"name":"62","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":170,"kind":32,"name":"76","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":171,"kind":32,"name":"94","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":172,"kind":32,"name":"121","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":173,"kind":32,"name":"122","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":174,"kind":32,"name":"123","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":175,"kind":32,"name":"155","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":176,"kind":32,"name":"183","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":177,"kind":32,"name":"248","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":178,"kind":64,"name":"expr","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":179,"kind":64,"name":"_expr","url":"modules/_compilers_js_render_compiler_.html#compileexprsource._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":180,"kind":64,"name":"functionString","url":"modules/_compilers_js_render_compiler_.html#functionstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":181,"kind":64,"name":"splitStr2Obj","url":"modules/_compilers_js_render_compiler_.html#splitstr2obj","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":182,"kind":32,"name":"svgTags","url":"modules/_compilers_js_render_compiler_.html#svgtags","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":183,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#svgtags.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".svgTags"},{"id":184,"kind":32,"name":"autoCloseTags","url":"modules/_compilers_js_render_compiler_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":185,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#autoclosetags.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".autoCloseTags"},{"id":186,"kind":64,"name":"kebab2camel","url":"modules/_compilers_js_render_compiler_.html#kebab2camel","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":187,"kind":64,"name":"createAccessor","url":"modules/_compilers_js_render_compiler_.html#createaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":188,"kind":64,"name":"readString","url":"modules/_compilers_js_render_compiler_.html#readstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":189,"kind":64,"name":"readUnaryExpr","url":"modules/_compilers_js_render_compiler_.html#readunaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":190,"kind":64,"name":"readNumber","url":"modules/_compilers_js_render_compiler_.html#readnumber","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":191,"kind":64,"name":"readIdent","url":"modules/_compilers_js_render_compiler_.html#readident","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":192,"kind":64,"name":"readTertiaryExpr","url":"modules/_compilers_js_render_compiler_.html#readtertiaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":193,"kind":64,"name":"readAccessor","url":"modules/_compilers_js_render_compiler_.html#readaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":194,"kind":64,"name":"readCall","url":"modules/_compilers_js_render_compiler_.html#readcall","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":195,"kind":64,"name":"readParenthesizedExpr","url":"modules/_compilers_js_render_compiler_.html#readparenthesizedexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":196,"kind":64,"name":"readMultiplicativeExpr","url":"modules/_compilers_js_render_compiler_.html#readmultiplicativeexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":197,"kind":64,"name":"readAdditiveExpr","url":"modules/_compilers_js_render_compiler_.html#readadditiveexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":198,"kind":64,"name":"readRelationalExpr","url":"modules/_compilers_js_render_compiler_.html#readrelationalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":199,"kind":64,"name":"readEqualityExpr","url":"modules/_compilers_js_render_compiler_.html#readequalityexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":200,"kind":64,"name":"readLogicalANDExpr","url":"modules/_compilers_js_render_compiler_.html#readlogicalandexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":201,"kind":64,"name":"readLogicalORExpr","url":"modules/_compilers_js_render_compiler_.html#readlogicalorexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":202,"kind":64,"name":"parseExpr","url":"modules/_compilers_js_render_compiler_.html#parseexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":203,"kind":64,"name":"parseCall","url":"modules/_compilers_js_render_compiler_.html#parsecall","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":204,"kind":64,"name":"parseInterp","url":"modules/_compilers_js_render_compiler_.html#parseinterp","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":205,"kind":2097152,"name":"ENTITY_DECODE_MAP","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":206,"kind":32,"name":"lt","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.lt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":207,"kind":32,"name":"gt","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.gt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":208,"kind":32,"name":"nbsp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.nbsp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":209,"kind":32,"name":"quot","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.quot","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":210,"kind":32,"name":"emsp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.emsp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":211,"kind":32,"name":"ensp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.ensp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":212,"kind":32,"name":"thinsp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.thinsp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":213,"kind":32,"name":"copy","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.copy","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":214,"kind":32,"name":"reg","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.reg","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":215,"kind":32,"name":"zwnj","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.zwnj","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":216,"kind":32,"name":"zwj","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.zwj","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":217,"kind":32,"name":"amp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.amp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":218,"kind":64,"name":"decodeHTMLEntity","url":"modules/_compilers_js_render_compiler_.html#decodehtmlentity","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":219,"kind":64,"name":"regexpLiteral","url":"modules/_compilers_js_render_compiler_.html#regexpliteral","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":220,"kind":32,"name":"delimRegCache","url":"modules/_compilers_js_render_compiler_.html#delimregcache","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":221,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#delimregcache.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".delimRegCache"},{"id":222,"kind":64,"name":"parseText","url":"modules/_compilers_js_render_compiler_.html#parsetext","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":223,"kind":2097152,"name":"directiveParsers","url":"modules/_compilers_js_render_compiler_.html#directiveparsers","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":224,"kind":64,"name":"for","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.for","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":225,"kind":64,"name":"ref","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.ref","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":226,"kind":64,"name":"if","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.if","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":227,"kind":64,"name":"elif","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.elif","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":228,"kind":64,"name":"else","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.else","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":229,"kind":64,"name":"bind","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.bind","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":230,"kind":64,"name":"html","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.html","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":231,"kind":64,"name":"transition","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.transition","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":232,"kind":64,"name":"parseDirective","url":"modules/_compilers_js_render_compiler_.html#parsedirective","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":233,"kind":64,"name":"postProp","url":"modules/_compilers_js_render_compiler_.html#postprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":234,"kind":64,"name":"integrateAttr","url":"modules/_compilers_js_render_compiler_.html#integrateattr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":235,"kind":64,"name":"integrateProp","url":"modules/_compilers_js_render_compiler_.html#integrateprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":236,"kind":64,"name":"getXPath","url":"modules/_compilers_js_render_compiler_.html#getxpath","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":237,"kind":64,"name":"parseTemplate","url":"modules/_compilers_js_render_compiler_.html#parsetemplate","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":238,"kind":64,"name":"defaultStyleFilter","url":"modules/_compilers_js_render_compiler_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":239,"kind":2097152,"name":"DEFAULT_FILTERS","url":"modules/_compilers_js_render_compiler_.html#default_filters","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":240,"kind":32,"name":"url","url":"modules/_compilers_js_render_compiler_.html#default_filters.url","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":241,"kind":64,"name":"_class","url":"modules/_compilers_js_render_compiler_.html#default_filters._class","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":242,"kind":32,"name":"_style","url":"modules/_compilers_js_render_compiler_.html#default_filters._style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":243,"kind":64,"name":"_xclass","url":"modules/_compilers_js_render_compiler_.html#default_filters._xclass","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":244,"kind":64,"name":"_xstyle","url":"modules/_compilers_js_render_compiler_.html#default_filters._xstyle","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":245,"kind":64,"name":"evalExpr","url":"modules/_compilers_js_render_compiler_.html#evalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":246,"kind":64,"name":"evalArgs","url":"modules/_compilers_js_render_compiler_.html#evalargs","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":247,"kind":64,"name":"changeExprCompareExprs","url":"modules/_compilers_js_render_compiler_.html#changeexprcompareexprs","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":248,"kind":64,"name":"changeExprCompare","url":"modules/_compilers_js_render_compiler_.html#changeexprcompare","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":249,"kind":64,"name":"getANodeProp","url":"modules/_compilers_js_render_compiler_.html#getanodeprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":250,"kind":64,"name":"warn","url":"modules/_compilers_js_render_compiler_.html#warn","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":251,"kind":64,"name":"compileComponent","url":"modules/_compilers_js_render_compiler_.html#compilecomponent","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/js-render-compiler\""},{"id":252,"kind":64,"name":"camelComponentBinds","url":"modules/_compilers_js_render_compiler_.html#camelcomponentbinds","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":253,"kind":32,"name":"ssrIndex","url":"modules/_compilers_js_render_compiler_.html#ssrindex","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":254,"kind":64,"name":"genSSRId","url":"modules/_compilers_js_render_compiler_.html#genssrid","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":255,"kind":2097152,"name":"stringifier","url":"modules/_compilers_js_render_compiler_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":256,"kind":64,"name":"obj","url":"modules/_compilers_js_render_compiler_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":257,"kind":64,"name":"arr","url":"modules/_compilers_js_render_compiler_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":258,"kind":64,"name":"str","url":"modules/_compilers_js_render_compiler_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":259,"kind":64,"name":"date","url":"modules/_compilers_js_render_compiler_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":260,"kind":64,"name":"any","url":"modules/_compilers_js_render_compiler_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":261,"kind":32,"name":"COMPONENT_RESERVED_MEMBERS","url":"modules/_compilers_js_render_compiler_.html#component_reserved_members","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":262,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#component_reserved_members.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".COMPONENT_RESERVED_MEMBERS"},{"id":263,"kind":64,"name":"serializeStump","url":"modules/_compilers_js_render_compiler_.html#serializestump","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":264,"kind":64,"name":"serializeStumpEnd","url":"modules/_compilers_js_render_compiler_.html#serializestumpend","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":265,"kind":2097152,"name":"elementSourceCompiler","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":266,"kind":64,"name":"tagStart","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler.tagstart","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".elementSourceCompiler"},{"id":267,"kind":64,"name":"tagEnd","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler.tagend","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".elementSourceCompiler"},{"id":268,"kind":64,"name":"inner","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler.inner","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".elementSourceCompiler"},{"id":269,"kind":2097152,"name":"aNodeCompiler","url":"modules/_compilers_js_render_compiler_.html#anodecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":270,"kind":64,"name":"compile","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compile","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":271,"kind":64,"name":"compileText","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compiletext","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":272,"kind":64,"name":"compileTemplate","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compiletemplate","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":273,"kind":64,"name":"compileIf","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compileif","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":274,"kind":64,"name":"compileFor","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compilefor","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":275,"kind":64,"name":"compileSlot","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compileslot","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":276,"kind":64,"name":"compileElement","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compileelement","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":277,"kind":64,"name":"compileComponent","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compilecomponent-1","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":278,"kind":64,"name":"compileComponentLoader","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compilecomponentloader","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":279,"kind":64,"name":"isComponentLoader","url":"modules/_compilers_js_render_compiler_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":280,"kind":64,"name":"compileComponentSource","url":"modules/_compilers_js_render_compiler_.html#compilecomponentsource","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":281,"kind":64,"name":"genComponentContextCode","url":"modules/_compilers_js_render_compiler_.html#gencomponentcontextcode","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":282,"kind":64,"name":"genComponentProtoCode","url":"modules/_compilers_js_render_compiler_.html#gencomponentprotocode","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":283,"kind":64,"name":"generateRenderFunction","url":"modules/_compilers_js_render_compiler_.html#generaterenderfunction","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/js-render-compiler\""},{"id":284,"kind":64,"name":"compileToRenderer","url":"modules/_compilers_js_render_compiler_.html#compiletorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/js-render-compiler\""},{"id":285,"kind":1,"name":"\"compilers/compiler\"","url":"modules/_compilers_compiler_.html","classes":"tsd-kind-external-module"},{"id":286,"kind":256,"name":"Compiler","url":"interfaces/_compilers_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"compilers/compiler\""},{"id":287,"kind":2048,"name":"compileFromTS","url":"interfaces/_compilers_compiler_.compiler.html#compilefromts","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"compilers/compiler\".Compiler"},{"id":288,"kind":2048,"name":"compileFromJS","url":"interfaces/_compilers_compiler_.compiler.html#compilefromjs","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"compilers/compiler\".Compiler"},{"id":289,"kind":2048,"name":"compile","url":"interfaces/_compilers_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"compilers/compiler\".Compiler"},{"id":290,"kind":1,"name":"\"utils/fs\"","url":"modules/_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":291,"kind":64,"name":"readPHPSource","url":"modules/_utils_fs_.html#readphpsource","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/fs\""},{"id":292,"kind":64,"name":"readStringSync","url":"modules/_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/fs\""},{"id":293,"kind":1,"name":"\"emitters/expression-emitter\"","url":"modules/_emitters_expression_emitter_.html","classes":"tsd-kind-external-module"},{"id":294,"kind":2097152,"name":"ExpressionEmitter","url":"modules/_emitters_expression_emitter_.html#expressionemitter","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"emitters/expression-emitter\""},{"id":295,"kind":64,"name":"stringLiteralize","url":"modules/_emitters_expression_emitter_.html#expressionemitter.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":296,"kind":64,"name":"dataAccess","url":"modules/_emitters_expression_emitter_.html#expressionemitter.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":297,"kind":64,"name":"callExpr","url":"modules/_emitters_expression_emitter_.html#expressionemitter.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":298,"kind":64,"name":"interp","url":"modules/_emitters_expression_emitter_.html#expressionemitter.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":299,"kind":64,"name":"text","url":"modules/_emitters_expression_emitter_.html#expressionemitter.text","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":300,"kind":64,"name":"array","url":"modules/_emitters_expression_emitter_.html#expressionemitter.array","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":301,"kind":64,"name":"object","url":"modules/_emitters_expression_emitter_.html#expressionemitter.object","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":302,"kind":2097152,"name":"binaryOp","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":303,"kind":32,"name":"43","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":304,"kind":32,"name":"45","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":305,"kind":32,"name":"42","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":306,"kind":32,"name":"47","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":307,"kind":32,"name":"60","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":308,"kind":32,"name":"62","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":309,"kind":32,"name":"76","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":310,"kind":32,"name":"94","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":311,"kind":32,"name":"121","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":312,"kind":32,"name":"122","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":313,"kind":32,"name":"123","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":314,"kind":32,"name":"155","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":315,"kind":32,"name":"183","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":316,"kind":32,"name":"248","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":317,"kind":64,"name":"expr","url":"modules/_emitters_expression_emitter_.html#expressionemitter.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":318,"kind":64,"name":"_expr","url":"modules/_emitters_expression_emitter_.html#expressionemitter._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":319,"kind":1,"name":"\"emitters/php-emitter\"","url":"modules/_emitters_php_emitter_.html","classes":"tsd-kind-external-module"},{"id":320,"kind":128,"name":"PHPEmitter","url":"classes/_emitters_php_emitter_.phpemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"emitters/php-emitter\""},{"id":321,"kind":1024,"name":"buffer","url":"classes/_emitters_php_emitter_.phpemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":322,"kind":512,"name":"constructor","url":"classes/_emitters_php_emitter_.phpemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":323,"kind":2048,"name":"write","url":"classes/_emitters_php_emitter_.phpemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":324,"kind":2048,"name":"beginNamespace","url":"classes/_emitters_php_emitter_.phpemitter.html#beginnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":325,"kind":2048,"name":"endNamespace","url":"classes/_emitters_php_emitter_.phpemitter.html#endnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":326,"kind":2048,"name":"bufferHTMLLiteral","url":"classes/_emitters_php_emitter_.phpemitter.html#bufferhtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":327,"kind":2048,"name":"writeHTML","url":"classes/_emitters_php_emitter_.phpemitter.html#writehtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":328,"kind":2048,"name":"writeDataComment","url":"classes/_emitters_php_emitter_.phpemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":329,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_emitters_php_emitter_.phpemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":330,"kind":2048,"name":"writeSwitch","url":"classes/_emitters_php_emitter_.phpemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":331,"kind":2048,"name":"writeCase","url":"classes/_emitters_php_emitter_.phpemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":332,"kind":2048,"name":"writeBreak","url":"classes/_emitters_php_emitter_.phpemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":333,"kind":2048,"name":"writeDefault","url":"classes/_emitters_php_emitter_.phpemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":334,"kind":2048,"name":"writeFunction","url":"classes/_emitters_php_emitter_.phpemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":335,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_emitters_php_emitter_.phpemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":336,"kind":2048,"name":"writeFunctionCall","url":"classes/_emitters_php_emitter_.phpemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":337,"kind":2048,"name":"writeIf","url":"classes/_emitters_php_emitter_.phpemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":338,"kind":2048,"name":"beginIf","url":"classes/_emitters_php_emitter_.phpemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":339,"kind":2048,"name":"beginElseIf","url":"classes/_emitters_php_emitter_.phpemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":340,"kind":2048,"name":"beginElse","url":"classes/_emitters_php_emitter_.phpemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":341,"kind":2048,"name":"endIf","url":"classes/_emitters_php_emitter_.phpemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":342,"kind":2048,"name":"writeForeach","url":"classes/_emitters_php_emitter_.phpemitter.html#writeforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":343,"kind":2048,"name":"beginForeach","url":"classes/_emitters_php_emitter_.phpemitter.html#beginforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":344,"kind":2048,"name":"endForeach","url":"classes/_emitters_php_emitter_.phpemitter.html#endforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":345,"kind":2048,"name":"writeContinue","url":"classes/_emitters_php_emitter_.phpemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":346,"kind":2048,"name":"writeBlock","url":"classes/_emitters_php_emitter_.phpemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":347,"kind":2048,"name":"beginBlock","url":"classes/_emitters_php_emitter_.phpemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":348,"kind":2048,"name":"endBlock","url":"classes/_emitters_php_emitter_.phpemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":349,"kind":1024,"name":"code","url":"classes/_emitters_php_emitter_.phpemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":350,"kind":2048,"name":"fullText","url":"classes/_emitters_php_emitter_.phpemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":351,"kind":2048,"name":"indent","url":"classes/_emitters_php_emitter_.phpemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":352,"kind":2048,"name":"unindent","url":"classes/_emitters_php_emitter_.phpemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":353,"kind":2048,"name":"writeNewLine","url":"classes/_emitters_php_emitter_.phpemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":354,"kind":2048,"name":"nextLine","url":"classes/_emitters_php_emitter_.phpemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":355,"kind":2048,"name":"feedLine","url":"classes/_emitters_php_emitter_.phpemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":356,"kind":2048,"name":"writeLine","url":"classes/_emitters_php_emitter_.phpemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":357,"kind":2048,"name":"writeLines","url":"classes/_emitters_php_emitter_.phpemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":358,"kind":2048,"name":"writeIndent","url":"classes/_emitters_php_emitter_.phpemitter.html#writeindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":359,"kind":2048,"name":"defaultWrite","url":"classes/_emitters_php_emitter_.phpemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":360,"kind":1,"name":"\"emitters/runtime\"","url":"modules/_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":361,"kind":32,"name":"runtimeFiles","url":"modules/_emitters_runtime_.html#runtimefiles","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"emitters/runtime\""},{"id":362,"kind":64,"name":"emitRuntimeInPHP","url":"modules/_emitters_runtime_.html#emitruntimeinphp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"emitters/runtime\""},{"id":363,"kind":64,"name":"emitRuntimeInJS","url":"modules/_emitters_runtime_.html#emitruntimeinjs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"emitters/runtime\""},{"id":364,"kind":1,"name":"\"compilers/to-js-compiler\"","url":"modules/_compilers_to_js_compiler_.html","classes":"tsd-kind-external-module"},{"id":365,"kind":128,"name":"ToJSCompiler","url":"classes/_compilers_to_js_compiler_.tojscompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"compilers/to-js-compiler\""},{"id":366,"kind":1024,"name":"root","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":367,"kind":1024,"name":"tsConfigFilePath","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":368,"kind":1024,"name":"project","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":369,"kind":512,"name":"constructor","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":370,"kind":2048,"name":"compile","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":371,"kind":2048,"name":"compileFromJS","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compilefromjs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":372,"kind":2048,"name":"compileFromTS","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compilefromts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":373,"kind":2048,"name":"evalComponentClass","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#evalcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":374,"kind":2048,"name":"compileToJS","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compiletojs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":375,"kind":32,"name":"debug","url":"modules/_compilers_to_js_compiler_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/to-js-compiler\""},{"id":376,"kind":4194304,"name":"ToJSCompilerOptions","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"compilers/to-js-compiler\""},{"id":377,"kind":65536,"name":"__type","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"compilers/to-js-compiler\".ToJSCompilerOptions"},{"id":378,"kind":32,"name":"tsConfigFilePath","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-js-compiler\".ToJSCompilerOptions.__type"},{"id":379,"kind":32,"name":"root","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions.__type.root","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-js-compiler\".ToJSCompilerOptions.__type"},{"id":380,"kind":1,"name":"\"compilers/php-render-compiler\"","url":"modules/_compilers_php_render_compiler_.html","classes":"tsd-kind-external-module"},{"id":381,"kind":32,"name":"ssrIndex","url":"modules/_compilers_php_render_compiler_.html#ssrindex","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":382,"kind":32,"name":"namespacePrefix","url":"modules/_compilers_php_render_compiler_.html#namespaceprefix","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":383,"kind":64,"name":"splitStr2Obj","url":"modules/_compilers_php_render_compiler_.html#splitstr2obj","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":384,"kind":32,"name":"autoCloseTags","url":"modules/_compilers_php_render_compiler_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":385,"kind":65536,"name":"__type","url":"modules/_compilers_php_render_compiler_.html#autoclosetags.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".autoCloseTags"},{"id":386,"kind":64,"name":"kebab2camel","url":"modules/_compilers_php_render_compiler_.html#kebab2camel","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":387,"kind":64,"name":"postProp","url":"modules/_compilers_php_render_compiler_.html#postprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":388,"kind":64,"name":"defaultStyleFilter","url":"modules/_compilers_php_render_compiler_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":389,"kind":2097152,"name":"DEFAULT_FILTERS","url":"modules/_compilers_php_render_compiler_.html#default_filters","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":390,"kind":32,"name":"url","url":"modules/_compilers_php_render_compiler_.html#default_filters.url","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":391,"kind":64,"name":"_class","url":"modules/_compilers_php_render_compiler_.html#default_filters._class","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":392,"kind":32,"name":"_style","url":"modules/_compilers_php_render_compiler_.html#default_filters._style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":393,"kind":64,"name":"_xclass","url":"modules/_compilers_php_render_compiler_.html#default_filters._xclass","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":394,"kind":64,"name":"_xstyle","url":"modules/_compilers_php_render_compiler_.html#default_filters._xstyle","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":395,"kind":64,"name":"evalExpr","url":"modules/_compilers_php_render_compiler_.html#evalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":396,"kind":64,"name":"evalArgs","url":"modules/_compilers_php_render_compiler_.html#evalargs","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":397,"kind":64,"name":"getANodeProp","url":"modules/_compilers_php_render_compiler_.html#getanodeprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":398,"kind":64,"name":"camelComponentBinds","url":"modules/_compilers_php_render_compiler_.html#camelcomponentbinds","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":399,"kind":64,"name":"genSSRId","url":"modules/_compilers_php_render_compiler_.html#genssrid","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":400,"kind":2097152,"name":"stringifier","url":"modules/_compilers_php_render_compiler_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":401,"kind":64,"name":"obj","url":"modules/_compilers_php_render_compiler_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":402,"kind":64,"name":"arr","url":"modules/_compilers_php_render_compiler_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":403,"kind":64,"name":"str","url":"modules/_compilers_php_render_compiler_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":404,"kind":64,"name":"date","url":"modules/_compilers_php_render_compiler_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":405,"kind":64,"name":"any","url":"modules/_compilers_php_render_compiler_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":406,"kind":64,"name":"serializeStump","url":"modules/_compilers_php_render_compiler_.html#serializestump","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":407,"kind":64,"name":"serializeStumpEnd","url":"modules/_compilers_php_render_compiler_.html#serializestumpend","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":408,"kind":2097152,"name":"elementSourceCompiler","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":409,"kind":64,"name":"tagStart","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler.tagstart","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".elementSourceCompiler"},{"id":410,"kind":64,"name":"tagEnd","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler.tagend","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".elementSourceCompiler"},{"id":411,"kind":64,"name":"inner","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler.inner","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".elementSourceCompiler"},{"id":412,"kind":2097152,"name":"aNodeCompiler","url":"modules/_compilers_php_render_compiler_.html#anodecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":413,"kind":64,"name":"compile","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compile","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":414,"kind":64,"name":"compileText","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compiletext","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":415,"kind":64,"name":"compileTemplate","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compiletemplate","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":416,"kind":64,"name":"compileIf","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compileif","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":417,"kind":64,"name":"compileFor","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compilefor","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":418,"kind":64,"name":"compileSlot","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compileslot","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":419,"kind":64,"name":"compileElement","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compileelement","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":420,"kind":64,"name":"compileComponent","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compilecomponent","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":421,"kind":64,"name":"compileComponentLoader","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compilecomponentloader","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":422,"kind":64,"name":"isComponentLoader","url":"modules/_compilers_php_render_compiler_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":423,"kind":64,"name":"compileComponentSource","url":"modules/_compilers_php_render_compiler_.html#compilecomponentsource","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":424,"kind":64,"name":"genComponentContextCode","url":"modules/_compilers_php_render_compiler_.html#gencomponentcontextcode","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":425,"kind":64,"name":"generateRenderModule","url":"modules/_compilers_php_render_compiler_.html#generaterendermodule","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/php-render-compiler\""},{"id":426,"kind":1,"name":"\"compilers/component-registry\"","url":"modules/_compilers_component_registry_.html","classes":"tsd-kind-external-module"},{"id":427,"kind":128,"name":"ComponentRegistry","url":"classes/_compilers_component_registry_.componentregistry.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"compilers/component-registry\""},{"id":428,"kind":1024,"name":"components","url":"classes/_compilers_component_registry_.componentregistry.html#components","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/component-registry\".ComponentRegistry"},{"id":429,"kind":2048,"name":"registerComponents","url":"classes/_compilers_component_registry_.componentregistry.html#registercomponents","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/component-registry\".ComponentRegistry"},{"id":430,"kind":2048,"name":"writeComponentRegistry","url":"classes/_compilers_component_registry_.componentregistry.html#writecomponentregistry","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/component-registry\".ComponentRegistry"},{"id":431,"kind":4194304,"name":"ComponentClassInfo","url":"modules/_compilers_component_registry_.html#componentclassinfo","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/component-registry\""},{"id":432,"kind":65536,"name":"__type","url":"modules/_compilers_component_registry_.html#componentclassinfo.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"compilers/component-registry\".ComponentClassInfo"},{"id":433,"kind":32,"name":"name","url":"modules/_compilers_component_registry_.html#componentclassinfo.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/component-registry\".ComponentClassInfo.__type"},{"id":434,"kind":32,"name":"path","url":"modules/_compilers_component_registry_.html#componentclassinfo.__type.path","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/component-registry\".ComponentClassInfo.__type"},{"id":435,"kind":1,"name":"\"compilers/to-php-compiler\"","url":"modules/_compilers_to_php_compiler_.html","classes":"tsd-kind-external-module"},{"id":436,"kind":128,"name":"ToPHPCompiler","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"compilers/to-php-compiler\""},{"id":437,"kind":1024,"name":"root","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":438,"kind":1024,"name":"tsConfigFilePath","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":439,"kind":1024,"name":"externalModules","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#externalmodules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":440,"kind":1024,"name":"toJSCompiler","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#tojscompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":441,"kind":1024,"name":"project","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":442,"kind":512,"name":"constructor","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":443,"kind":2048,"name":"compile","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":444,"kind":2048,"name":"compileFromTS","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compilefromts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":445,"kind":2048,"name":"compileFromJS","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compilefromjs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":446,"kind":2048,"name":"compileToPHP","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compiletophp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":447,"kind":2048,"name":"compileComponents","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compilecomponents","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":448,"kind":2048,"name":"ns","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#ns","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":449,"kind":32,"name":"debug","url":"modules/_compilers_to_php_compiler_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/to-php-compiler\""},{"id":450,"kind":4194304,"name":"ToPHPCompilerOptions","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"compilers/to-php-compiler\""},{"id":451,"kind":65536,"name":"__type","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions"},{"id":452,"kind":32,"name":"tsConfigFilePath","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions.__type"},{"id":453,"kind":32,"name":"root","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type.root","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions.__type"},{"id":454,"kind":32,"name":"externalModules","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type.externalmodules","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions.__type"},{"id":455,"kind":1,"name":"\"utils/case\"","url":"modules/_utils_case_.html","classes":"tsd-kind-external-module"},{"id":456,"kind":32,"name":"jsSSRUnables","url":"modules/_utils_case_.html#jsssrunables","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":457,"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":458,"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":459,"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":460,"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":461,"kind":32,"name":"toJSCompiler","url":"modules/_utils_case_.html#tojscompiler","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":462,"kind":32,"name":"toPHPCompiler","url":"modules/_utils_case_.html#tophpcompiler","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":463,"kind":32,"name":"multiFileCases","url":"modules/_utils_case_.html#multifilecases","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":464,"kind":64,"name":"supportJSSSR","url":"modules/_utils_case_.html#supportjsssr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":465,"kind":64,"name":"supportE2E","url":"modules/_utils_case_.html#supporte2e","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":466,"kind":64,"name":"compileToJS","url":"modules/_utils_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":467,"kind":64,"name":"compileToPHP","url":"modules/_utils_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":468,"kind":64,"name":"compileAllToJS","url":"modules/_utils_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":469,"kind":64,"name":"compileAllToPHP","url":"modules/_utils_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":470,"kind":64,"name":"parseHtml","url":"modules/_utils_case_.html#parsehtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":471,"kind":1,"name":"\"loaders/exec\"","url":"modules/_loaders_exec_.html","classes":"tsd-kind-external-module"},{"id":472,"kind":64,"name":"exec","url":"modules/_loaders_exec_.html#exec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":473,"kind":64,"name":"execSync","url":"modules/_loaders_exec_.html#execsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":474,"kind":1,"name":"\"loaders/case\"","url":"modules/_loaders_case_.html","classes":"tsd-kind-external-module"},{"id":475,"kind":64,"name":"renderByJS","url":"modules/_loaders_case_.html#renderbyjs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":476,"kind":64,"name":"renderByPHP","url":"modules/_loaders_case_.html#renderbyphp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":477,"kind":64,"name":"compileAllToJS","url":"modules/_loaders_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":478,"kind":64,"name":"compileAllToPHP","url":"modules/_loaders_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":479,"kind":64,"name":"compileToJS","url":"modules/_loaders_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":480,"kind":64,"name":"compileToPHP","url":"modules/_loaders_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":481,"kind":1,"name":"\"utils/timing\"","url":"modules/_utils_timing_.html","classes":"tsd-kind-external-module"},{"id":482,"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":483,"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":484,"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":485,"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":486,"kind":64,"name":"startMeasure","url":"modules/_utils_timing_.html#startmeasure","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":487,"kind":64,"name":"measure","url":"modules/_utils_timing_.html#measure-1","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":488,"kind":1,"name":"\"bin/debug\"","url":"modules/_bin_debug_.html","classes":"tsd-kind-external-module"},{"id":489,"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":490,"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":491,"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":492,"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":493,"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":494,"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":495,"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":496,"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":497,"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":498,"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":499,"kind":1,"name":"\"utils/buffer\"","url":"modules/_utils_buffer_.html","classes":"tsd-kind-external-module"},{"id":500,"kind":64,"name":"byteCount","url":"modules/_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/buffer\""},{"id":501,"kind":1,"name":"\"bin/ssr\"","url":"modules/_bin_ssr_.html","classes":"tsd-kind-external-module"},{"id":502,"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":503,"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":504,"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":505,"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":506,"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":507,"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":508,"kind":32,"name":"Compiler","url":"modules/_bin_ssr_.html#compiler","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":509,"kind":32,"name":"compiler","url":"modules/_bin_ssr_.html#compiler-1","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":510,"kind":32,"name":"targetCode","url":"modules/_bin_ssr_.html#targetcode","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":511,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":512,"kind":1,"name":"\"parsers/walker\"","url":"modules/_parsers_walker_.html","classes":"tsd-kind-external-module"},{"id":513,"kind":128,"name":"Walker","url":"classes/_parsers_walker_.walker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/walker\""},{"id":514,"kind":1024,"name":"source","url":"classes/_parsers_walker_.walker.html#source","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":515,"kind":1024,"name":"len","url":"classes/_parsers_walker_.walker.html#len","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":516,"kind":1024,"name":"index","url":"classes/_parsers_walker_.walker.html#index","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":517,"kind":512,"name":"constructor","url":"classes/_parsers_walker_.walker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":518,"kind":2048,"name":"currentCode","url":"classes/_parsers_walker_.walker.html#currentcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":519,"kind":2048,"name":"cut","url":"classes/_parsers_walker_.walker.html#cut","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":520,"kind":2048,"name":"go","url":"classes/_parsers_walker_.walker.html#go","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":521,"kind":2048,"name":"nextCode","url":"classes/_parsers_walker_.walker.html#nextcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":522,"kind":2048,"name":"charCode","url":"classes/_parsers_walker_.walker.html#charcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":523,"kind":2048,"name":"goUntil","url":"classes/_parsers_walker_.walker.html#gountil","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":524,"kind":2048,"name":"match","url":"classes/_parsers_walker_.walker.html#match","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":525,"kind":64,"name":"createAccessor","url":"modules/_parsers_walker_.html#createaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/walker\""},{"id":526,"kind":64,"name":"readString","url":"modules/_parsers_walker_.html#readstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":527,"kind":64,"name":"readUnaryExpr","url":"modules/_parsers_walker_.html#readunaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":528,"kind":64,"name":"readNumber","url":"modules/_parsers_walker_.html#readnumber","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":529,"kind":64,"name":"readIdent","url":"modules/_parsers_walker_.html#readident","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":530,"kind":64,"name":"readTertiaryExpr","url":"modules/_parsers_walker_.html#readtertiaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/walker\""},{"id":531,"kind":64,"name":"readAccessor","url":"modules/_parsers_walker_.html#readaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":532,"kind":64,"name":"readCall","url":"modules/_parsers_walker_.html#readcall","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":533,"kind":64,"name":"readParenthesizedExpr","url":"modules/_parsers_walker_.html#readparenthesizedexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":534,"kind":64,"name":"readMultiplicativeExpr","url":"modules/_parsers_walker_.html#readmultiplicativeexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":535,"kind":64,"name":"readAdditiveExpr","url":"modules/_parsers_walker_.html#readadditiveexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":536,"kind":64,"name":"readRelationalExpr","url":"modules/_parsers_walker_.html#readrelationalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":537,"kind":64,"name":"readEqualityExpr","url":"modules/_parsers_walker_.html#readequalityexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":538,"kind":64,"name":"readLogicalANDExpr","url":"modules/_parsers_walker_.html#readlogicalandexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":539,"kind":64,"name":"readLogicalORExpr","url":"modules/_parsers_walker_.html#readlogicalorexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"1":"External module","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":"\"parsers/dependency-resolver\"","url":"modules/_parsers_dependency_resolver_.html","classes":"tsd-kind-external-module"},{"id":1,"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":2,"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":3,"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":4,"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":5,"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":6,"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":7,"kind":1,"name":"\"loaders/common-js\"","url":"modules/_loaders_common_js_.html","classes":"tsd-kind-external-module"},{"id":8,"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":9,"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":10,"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":11,"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":12,"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":13,"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":14,"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":15,"kind":1024,"name":"readFile","url":"classes/_loaders_common_js_.commonjs.html#readfile","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"loaders/common-js\".CommonJS"},{"id":16,"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":17,"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":18,"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":19,"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":20,"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":21,"kind":1,"name":"\"utils/ast-util\"","url":"modules/_utils_ast_util_.html","classes":"tsd-kind-external-module"},{"id":22,"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":23,"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":24,"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":25,"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":26,"kind":64,"name":"isObjectLiteralExpression","url":"modules/_utils_ast_util_.html#isobjectliteralexpression","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/ast-util\""},{"id":27,"kind":64,"name":"removeObjectLiteralInitiator","url":"modules/_utils_ast_util_.html#removeobjectliteralinitiator","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/ast-util\""},{"id":28,"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":29,"kind":1,"name":"\"transformers/normalize-component\"","url":"modules/_transformers_normalize_component_.html","classes":"tsd-kind-external-module"},{"id":30,"kind":64,"name":"normalizeComponentClass","url":"modules/_transformers_normalize_component_.html#normalizecomponentclass","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transformers/normalize-component\""},{"id":31,"kind":1,"name":"\"parsers/san-sourcefile\"","url":"modules/_parsers_san_sourcefile_.html","classes":"tsd-kind-external-module"},{"id":32,"kind":128,"name":"SanSourceFile","url":"classes/_parsers_san_sourcefile_.sansourcefile.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/san-sourcefile\""},{"id":33,"kind":1024,"name":"origin","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#origin","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":34,"kind":1024,"name":"componentClasses","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#componentclasses","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":35,"kind":1024,"name":"componentClassIdentifier","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#componentclassidentifier","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":36,"kind":1024,"name":"fakeProperties","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#fakeproperties","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":37,"kind":512,"name":"constructor","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":38,"kind":2048,"name":"getClasses","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getclasses","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":39,"kind":2048,"name":"getFullText","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getfulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":40,"kind":2048,"name":"getFilePath","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":41,"kind":2048,"name":"getClass","url":"classes/_parsers_san_sourcefile_.sansourcefile.html#getclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/san-sourcefile\".SanSourceFile"},{"id":42,"kind":1,"name":"\"parsers/tsconfig\"","url":"modules/_parsers_tsconfig_.html","classes":"tsd-kind-external-module"},{"id":43,"kind":64,"name":"getDefaultConfigPath","url":"modules/_parsers_tsconfig_.html#getdefaultconfigpath","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":44,"kind":64,"name":"getDefaultConfig","url":"modules/_parsers_tsconfig_.html#getdefaultconfig","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/tsconfig\""},{"id":45,"kind":1,"name":"\"parsers/component\"","url":"modules/_parsers_component_.html","classes":"tsd-kind-external-module"},{"id":46,"kind":128,"name":"Component","url":"classes/_parsers_component_.component.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component\""},{"id":47,"kind":1024,"name":"files","url":"classes/_parsers_component_.component.html#files","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":48,"kind":1024,"name":"entry","url":"classes/_parsers_component_.component.html#entry","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":49,"kind":1024,"name":"componentClass","url":"classes/_parsers_component_.component.html#componentclass","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":50,"kind":1024,"name":"modules","url":"classes/_parsers_component_.component.html#modules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component\".Component"},{"id":51,"kind":512,"name":"constructor","url":"classes/_parsers_component_.component.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":52,"kind":2048,"name":"getComponentFilepath","url":"classes/_parsers_component_.component.html#getcomponentfilepath","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":53,"kind":2048,"name":"getComponentSourceFile","url":"classes/_parsers_component_.component.html#getcomponentsourcefile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":54,"kind":2048,"name":"addFile","url":"classes/_parsers_component_.component.html#addfile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":55,"kind":2048,"name":"getFile","url":"classes/_parsers_component_.component.html#getfile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":56,"kind":2048,"name":"getFilepaths","url":"classes/_parsers_component_.component.html#getfilepaths","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":57,"kind":2048,"name":"getSouceFiles","url":"classes/_parsers_component_.component.html#getsoucefiles","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":58,"kind":2048,"name":"getFiles","url":"classes/_parsers_component_.component.html#getfiles","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component\".Component"},{"id":59,"kind":4194304,"name":"GetComponentStrategy","url":"modules/_parsers_component_.html#getcomponentstrategy","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/component\""},{"id":60,"kind":1,"name":"\"parsers/component-parser\"","url":"modules/_parsers_component_parser_.html","classes":"tsd-kind-external-module"},{"id":61,"kind":128,"name":"ComponentParser","url":"classes/_parsers_component_parser_.componentparser.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/component-parser\""},{"id":62,"kind":1024,"name":"root","url":"classes/_parsers_component_parser_.componentparser.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":63,"kind":1024,"name":"id","url":"classes/_parsers_component_parser_.componentparser.html#id","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":64,"kind":1024,"name":"project","url":"classes/_parsers_component_parser_.componentparser.html#project","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":65,"kind":1024,"name":"idPropertyName","url":"classes/_parsers_component_parser_.componentparser.html#idpropertyname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":66,"kind":512,"name":"constructor","url":"classes/_parsers_component_parser_.componentparser.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":67,"kind":2048,"name":"createUsingTsconfig","url":"classes/_parsers_component_parser_.componentparser.html#createusingtsconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/component-parser\".ComponentParser"},{"id":68,"kind":2048,"name":"crateUsingDefaultTsconfig","url":"classes/_parsers_component_parser_.componentparser.html#crateusingdefaulttsconfig","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"\"parsers/component-parser\".ComponentParser"},{"id":69,"kind":2048,"name":"parseComponent","url":"classes/_parsers_component_parser_.componentparser.html#parsecomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":70,"kind":2048,"name":"getComponentFiles","url":"classes/_parsers_component_parser_.componentparser.html#getcomponentfiles","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":71,"kind":2048,"name":"parseSanSourceFile","url":"classes/_parsers_component_parser_.componentparser.html#parsesansourcefile","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"parsers/component-parser\".ComponentParser"},{"id":72,"kind":2048,"name":"setComponentID","url":"classes/_parsers_component_parser_.componentparser.html#setcomponentid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/component-parser\".ComponentParser"},{"id":73,"kind":32,"name":"debug","url":"modules/_parsers_component_parser_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/component-parser\""},{"id":74,"kind":1,"name":"\"utils/php-util\"","url":"modules/_utils_php_util_.html","classes":"tsd-kind-external-module"},{"id":75,"kind":32,"name":"reservedNames","url":"modules/_utils_php_util_.html#reservednames","classes":"tsd-kind-variable tsd-parent-kind-external-module","parent":"\"utils/php-util\""},{"id":76,"kind":64,"name":"isReserved","url":"modules/_utils_php_util_.html#isreserved","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/php-util\""},{"id":77,"kind":1,"name":"\"emitters/generate-php-code\"","url":"modules/_emitters_generate_php_code_.html","classes":"tsd-kind-external-module"},{"id":78,"kind":32,"name":"debug","url":"modules/_emitters_generate_php_code_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"emitters/generate-php-code\""},{"id":79,"kind":4194304,"name":"ModuleInfo","url":"modules/_emitters_generate_php_code_.html#moduleinfo","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"emitters/generate-php-code\""},{"id":80,"kind":65536,"name":"__type","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo"},{"id":81,"kind":32,"name":"name","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo.__type"},{"id":82,"kind":32,"name":"required","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type.required","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo.__type"},{"id":83,"kind":32,"name":"namespace","url":"modules/_emitters_generate_php_code_.html#moduleinfo.__type.namespace","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"emitters/generate-php-code\".ModuleInfo.__type"},{"id":84,"kind":64,"name":"generatePHPCode","url":"modules/_emitters_generate_php_code_.html#generatephpcode","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"emitters/generate-php-code\""},{"id":85,"kind":1,"name":"\"transformers/to-php\"","url":"modules/_transformers_to_php_.html","classes":"tsd-kind-external-module"},{"id":86,"kind":32,"name":"uselessComponentProps","url":"modules/_transformers_to_php_.html#uselesscomponentprops","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"transformers/to-php\""},{"id":87,"kind":64,"name":"transformAstToPHP","url":"modules/_transformers_to_php_.html#transformasttophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"transformers/to-php\""},{"id":88,"kind":1,"name":"\"emitters/emitter\"","url":"modules/_emitters_emitter_.html","classes":"tsd-kind-external-module"},{"id":89,"kind":128,"name":"Emitter","url":"classes/_emitters_emitter_.emitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"emitters/emitter\""},{"id":90,"kind":1024,"name":"indentLevel","url":"classes/_emitters_emitter_.emitter.html#indentlevel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":91,"kind":1024,"name":"shiftWidth","url":"classes/_emitters_emitter_.emitter.html#shiftwidth","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":92,"kind":1024,"name":"code","url":"classes/_emitters_emitter_.emitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-protected","parent":"\"emitters/emitter\".Emitter"},{"id":93,"kind":512,"name":"constructor","url":"classes/_emitters_emitter_.emitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":94,"kind":2048,"name":"write","url":"classes/_emitters_emitter_.emitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":95,"kind":2048,"name":"fullText","url":"classes/_emitters_emitter_.emitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":96,"kind":2048,"name":"indent","url":"classes/_emitters_emitter_.emitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":97,"kind":2048,"name":"unindent","url":"classes/_emitters_emitter_.emitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":98,"kind":2048,"name":"writeNewLine","url":"classes/_emitters_emitter_.emitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":99,"kind":2048,"name":"nextLine","url":"classes/_emitters_emitter_.emitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":100,"kind":2048,"name":"feedLine","url":"classes/_emitters_emitter_.emitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":101,"kind":2048,"name":"writeLine","url":"classes/_emitters_emitter_.emitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":102,"kind":2048,"name":"writeLines","url":"classes/_emitters_emitter_.emitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":103,"kind":2048,"name":"writeIndent","url":"classes/_emitters_emitter_.emitter.html#writeindent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/emitter\".Emitter"},{"id":104,"kind":2048,"name":"defaultWrite","url":"classes/_emitters_emitter_.emitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-protected","parent":"\"emitters/emitter\".Emitter"},{"id":105,"kind":2048,"name":"atLineBegin","url":"classes/_emitters_emitter_.emitter.html#atlinebegin","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":106,"kind":2048,"name":"size","url":"classes/_emitters_emitter_.emitter.html#size","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":107,"kind":2048,"name":"lastChar","url":"classes/_emitters_emitter_.emitter.html#lastchar","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"emitters/emitter\".Emitter"},{"id":108,"kind":1,"name":"\"emitters/js-emitter\"","url":"modules/_emitters_js_emitter_.html","classes":"tsd-kind-external-module"},{"id":109,"kind":128,"name":"JSEmitter","url":"classes/_emitters_js_emitter_.jsemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"emitters/js-emitter\""},{"id":110,"kind":2048,"name":"write","url":"classes/_emitters_js_emitter_.jsemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":111,"kind":2048,"name":"writeFunction","url":"classes/_emitters_js_emitter_.jsemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":112,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_emitters_js_emitter_.jsemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":113,"kind":1024,"name":"code","url":"classes/_emitters_js_emitter_.jsemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":114,"kind":512,"name":"constructor","url":"classes/_emitters_js_emitter_.jsemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":115,"kind":2048,"name":"fullText","url":"classes/_emitters_js_emitter_.jsemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":116,"kind":2048,"name":"indent","url":"classes/_emitters_js_emitter_.jsemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":117,"kind":2048,"name":"unindent","url":"classes/_emitters_js_emitter_.jsemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":118,"kind":2048,"name":"writeNewLine","url":"classes/_emitters_js_emitter_.jsemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":119,"kind":2048,"name":"nextLine","url":"classes/_emitters_js_emitter_.jsemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":120,"kind":2048,"name":"feedLine","url":"classes/_emitters_js_emitter_.jsemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":121,"kind":2048,"name":"writeLine","url":"classes/_emitters_js_emitter_.jsemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":122,"kind":2048,"name":"writeLines","url":"classes/_emitters_js_emitter_.jsemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":123,"kind":2048,"name":"writeIndent","url":"classes/_emitters_js_emitter_.jsemitter.html#writeindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":124,"kind":2048,"name":"defaultWrite","url":"classes/_emitters_js_emitter_.jsemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/js-emitter\".JSEmitter"},{"id":125,"kind":1,"name":"\"utils/underscore\"","url":"modules/_utils_underscore_.html","classes":"tsd-kind-external-module"},{"id":126,"kind":64,"name":"each","url":"modules/_utils_underscore_.html#each","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":127,"kind":64,"name":"contains","url":"modules/_utils_underscore_.html#contains","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":128,"kind":64,"name":"inherits","url":"modules/_utils_underscore_.html#inherits","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":129,"kind":64,"name":"bind","url":"modules/_utils_underscore_.html#bind","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":130,"kind":64,"name":"empty","url":"modules/_utils_underscore_.html#empty","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":131,"kind":64,"name":"extend","url":"modules/_utils_underscore_.html#extend","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/underscore\""},{"id":132,"kind":1,"name":"\"compilers/js-render-compiler\"","url":"modules/_compilers_js_render_compiler_.html","classes":"tsd-kind-external-module"},{"id":133,"kind":128,"name":"CompileSourceBuffer","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":134,"kind":1024,"name":"segs","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#segs","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":135,"kind":512,"name":"constructor","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":136,"kind":2048,"name":"addRaw","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#addraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":137,"kind":2048,"name":"joinRaw","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joinraw","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":138,"kind":2048,"name":"joinString","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joinstring","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":139,"kind":2048,"name":"joinDataStringify","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joindatastringify","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":140,"kind":2048,"name":"joinExpr","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#joinexpr","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":141,"kind":2048,"name":"toCode","url":"classes/_compilers_js_render_compiler_.compilesourcebuffer.html#tocode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".CompileSourceBuffer"},{"id":142,"kind":128,"name":"Walker","url":"classes/_compilers_js_render_compiler_.walker.html","classes":"tsd-kind-class tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":143,"kind":1024,"name":"source","url":"classes/_compilers_js_render_compiler_.walker.html#source","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":144,"kind":1024,"name":"len","url":"classes/_compilers_js_render_compiler_.walker.html#len","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":145,"kind":1024,"name":"index","url":"classes/_compilers_js_render_compiler_.walker.html#index","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":146,"kind":512,"name":"constructor","url":"classes/_compilers_js_render_compiler_.walker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":147,"kind":2048,"name":"currentCode","url":"classes/_compilers_js_render_compiler_.walker.html#currentcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":148,"kind":2048,"name":"cut","url":"classes/_compilers_js_render_compiler_.walker.html#cut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":149,"kind":2048,"name":"go","url":"classes/_compilers_js_render_compiler_.walker.html#go","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":150,"kind":2048,"name":"nextCode","url":"classes/_compilers_js_render_compiler_.walker.html#nextcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":151,"kind":2048,"name":"charCode","url":"classes/_compilers_js_render_compiler_.walker.html#charcode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":152,"kind":2048,"name":"goUntil","url":"classes/_compilers_js_render_compiler_.walker.html#gountil","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":153,"kind":2048,"name":"match","url":"classes/_compilers_js_render_compiler_.walker.html#match","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".Walker"},{"id":154,"kind":2097152,"name":"compileExprSource","url":"modules/_compilers_js_render_compiler_.html#compileexprsource","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":155,"kind":64,"name":"stringLiteralize","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":156,"kind":64,"name":"dataAccess","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":157,"kind":64,"name":"callExpr","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":158,"kind":64,"name":"interp","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":159,"kind":64,"name":"text","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.text","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":160,"kind":64,"name":"array","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.array","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":161,"kind":64,"name":"object","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.object","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":162,"kind":2097152,"name":"binaryOp","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":163,"kind":32,"name":"43","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":164,"kind":32,"name":"45","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":165,"kind":32,"name":"42","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":166,"kind":32,"name":"47","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":167,"kind":32,"name":"60","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":168,"kind":32,"name":"62","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":169,"kind":32,"name":"76","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":170,"kind":32,"name":"94","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":171,"kind":32,"name":"121","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":172,"kind":32,"name":"122","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":173,"kind":32,"name":"123","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":174,"kind":32,"name":"155","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":175,"kind":32,"name":"183","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":176,"kind":32,"name":"248","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource.binaryOp"},{"id":177,"kind":64,"name":"expr","url":"modules/_compilers_js_render_compiler_.html#compileexprsource.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":178,"kind":64,"name":"_expr","url":"modules/_compilers_js_render_compiler_.html#compileexprsource._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".compileExprSource"},{"id":179,"kind":64,"name":"functionString","url":"modules/_compilers_js_render_compiler_.html#functionstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":180,"kind":64,"name":"splitStr2Obj","url":"modules/_compilers_js_render_compiler_.html#splitstr2obj","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":181,"kind":32,"name":"svgTags","url":"modules/_compilers_js_render_compiler_.html#svgtags","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":182,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#svgtags.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".svgTags"},{"id":183,"kind":32,"name":"autoCloseTags","url":"modules/_compilers_js_render_compiler_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":184,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#autoclosetags.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".autoCloseTags"},{"id":185,"kind":64,"name":"kebab2camel","url":"modules/_compilers_js_render_compiler_.html#kebab2camel","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":186,"kind":64,"name":"createAccessor","url":"modules/_compilers_js_render_compiler_.html#createaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":187,"kind":64,"name":"readString","url":"modules/_compilers_js_render_compiler_.html#readstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":188,"kind":64,"name":"readUnaryExpr","url":"modules/_compilers_js_render_compiler_.html#readunaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":189,"kind":64,"name":"readNumber","url":"modules/_compilers_js_render_compiler_.html#readnumber","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":190,"kind":64,"name":"readIdent","url":"modules/_compilers_js_render_compiler_.html#readident","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":191,"kind":64,"name":"readTertiaryExpr","url":"modules/_compilers_js_render_compiler_.html#readtertiaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":192,"kind":64,"name":"readAccessor","url":"modules/_compilers_js_render_compiler_.html#readaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":193,"kind":64,"name":"readCall","url":"modules/_compilers_js_render_compiler_.html#readcall","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":194,"kind":64,"name":"readParenthesizedExpr","url":"modules/_compilers_js_render_compiler_.html#readparenthesizedexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":195,"kind":64,"name":"readMultiplicativeExpr","url":"modules/_compilers_js_render_compiler_.html#readmultiplicativeexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":196,"kind":64,"name":"readAdditiveExpr","url":"modules/_compilers_js_render_compiler_.html#readadditiveexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":197,"kind":64,"name":"readRelationalExpr","url":"modules/_compilers_js_render_compiler_.html#readrelationalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":198,"kind":64,"name":"readEqualityExpr","url":"modules/_compilers_js_render_compiler_.html#readequalityexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":199,"kind":64,"name":"readLogicalANDExpr","url":"modules/_compilers_js_render_compiler_.html#readlogicalandexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":200,"kind":64,"name":"readLogicalORExpr","url":"modules/_compilers_js_render_compiler_.html#readlogicalorexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":201,"kind":64,"name":"parseExpr","url":"modules/_compilers_js_render_compiler_.html#parseexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":202,"kind":64,"name":"parseCall","url":"modules/_compilers_js_render_compiler_.html#parsecall","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":203,"kind":64,"name":"parseInterp","url":"modules/_compilers_js_render_compiler_.html#parseinterp","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":204,"kind":2097152,"name":"ENTITY_DECODE_MAP","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":205,"kind":32,"name":"lt","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.lt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":206,"kind":32,"name":"gt","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.gt","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":207,"kind":32,"name":"nbsp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.nbsp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":208,"kind":32,"name":"quot","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.quot","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":209,"kind":32,"name":"emsp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.emsp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":210,"kind":32,"name":"ensp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.ensp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":211,"kind":32,"name":"thinsp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.thinsp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":212,"kind":32,"name":"copy","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.copy","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":213,"kind":32,"name":"reg","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.reg","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":214,"kind":32,"name":"zwnj","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.zwnj","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":215,"kind":32,"name":"zwj","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.zwj","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":216,"kind":32,"name":"amp","url":"modules/_compilers_js_render_compiler_.html#entity_decode_map.amp","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".ENTITY_DECODE_MAP"},{"id":217,"kind":64,"name":"decodeHTMLEntity","url":"modules/_compilers_js_render_compiler_.html#decodehtmlentity","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":218,"kind":64,"name":"regexpLiteral","url":"modules/_compilers_js_render_compiler_.html#regexpliteral","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":219,"kind":32,"name":"delimRegCache","url":"modules/_compilers_js_render_compiler_.html#delimregcache","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":220,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#delimregcache.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".delimRegCache"},{"id":221,"kind":64,"name":"parseText","url":"modules/_compilers_js_render_compiler_.html#parsetext","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":222,"kind":2097152,"name":"directiveParsers","url":"modules/_compilers_js_render_compiler_.html#directiveparsers","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":223,"kind":64,"name":"for","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.for","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":224,"kind":64,"name":"ref","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.ref","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":225,"kind":64,"name":"if","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.if","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":226,"kind":64,"name":"elif","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.elif","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":227,"kind":64,"name":"else","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.else","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":228,"kind":64,"name":"bind","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.bind","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":229,"kind":64,"name":"html","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.html","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":230,"kind":64,"name":"transition","url":"modules/_compilers_js_render_compiler_.html#directiveparsers.transition","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".directiveParsers"},{"id":231,"kind":64,"name":"parseDirective","url":"modules/_compilers_js_render_compiler_.html#parsedirective","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":232,"kind":64,"name":"postProp","url":"modules/_compilers_js_render_compiler_.html#postprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":233,"kind":64,"name":"integrateAttr","url":"modules/_compilers_js_render_compiler_.html#integrateattr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":234,"kind":64,"name":"integrateProp","url":"modules/_compilers_js_render_compiler_.html#integrateprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":235,"kind":64,"name":"getXPath","url":"modules/_compilers_js_render_compiler_.html#getxpath","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":236,"kind":64,"name":"parseTemplate","url":"modules/_compilers_js_render_compiler_.html#parsetemplate","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":237,"kind":64,"name":"defaultStyleFilter","url":"modules/_compilers_js_render_compiler_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":238,"kind":2097152,"name":"DEFAULT_FILTERS","url":"modules/_compilers_js_render_compiler_.html#default_filters","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":239,"kind":32,"name":"url","url":"modules/_compilers_js_render_compiler_.html#default_filters.url","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":240,"kind":64,"name":"_class","url":"modules/_compilers_js_render_compiler_.html#default_filters._class","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":241,"kind":32,"name":"_style","url":"modules/_compilers_js_render_compiler_.html#default_filters._style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":242,"kind":64,"name":"_xclass","url":"modules/_compilers_js_render_compiler_.html#default_filters._xclass","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":243,"kind":64,"name":"_xstyle","url":"modules/_compilers_js_render_compiler_.html#default_filters._xstyle","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".DEFAULT_FILTERS"},{"id":244,"kind":64,"name":"evalExpr","url":"modules/_compilers_js_render_compiler_.html#evalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":245,"kind":64,"name":"evalArgs","url":"modules/_compilers_js_render_compiler_.html#evalargs","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":246,"kind":64,"name":"changeExprCompareExprs","url":"modules/_compilers_js_render_compiler_.html#changeexprcompareexprs","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":247,"kind":64,"name":"changeExprCompare","url":"modules/_compilers_js_render_compiler_.html#changeexprcompare","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":248,"kind":64,"name":"getANodeProp","url":"modules/_compilers_js_render_compiler_.html#getanodeprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":249,"kind":64,"name":"warn","url":"modules/_compilers_js_render_compiler_.html#warn","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":250,"kind":64,"name":"compileComponent","url":"modules/_compilers_js_render_compiler_.html#compilecomponent","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/js-render-compiler\""},{"id":251,"kind":64,"name":"camelComponentBinds","url":"modules/_compilers_js_render_compiler_.html#camelcomponentbinds","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":252,"kind":32,"name":"ssrIndex","url":"modules/_compilers_js_render_compiler_.html#ssrindex","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":253,"kind":64,"name":"genSSRId","url":"modules/_compilers_js_render_compiler_.html#genssrid","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":254,"kind":2097152,"name":"stringifier","url":"modules/_compilers_js_render_compiler_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":255,"kind":64,"name":"obj","url":"modules/_compilers_js_render_compiler_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":256,"kind":64,"name":"arr","url":"modules/_compilers_js_render_compiler_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":257,"kind":64,"name":"str","url":"modules/_compilers_js_render_compiler_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":258,"kind":64,"name":"date","url":"modules/_compilers_js_render_compiler_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":259,"kind":64,"name":"any","url":"modules/_compilers_js_render_compiler_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".stringifier"},{"id":260,"kind":32,"name":"COMPONENT_RESERVED_MEMBERS","url":"modules/_compilers_js_render_compiler_.html#component_reserved_members","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":261,"kind":65536,"name":"__type","url":"modules/_compilers_js_render_compiler_.html#component_reserved_members.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".COMPONENT_RESERVED_MEMBERS"},{"id":262,"kind":64,"name":"serializeStump","url":"modules/_compilers_js_render_compiler_.html#serializestump","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":263,"kind":64,"name":"serializeStumpEnd","url":"modules/_compilers_js_render_compiler_.html#serializestumpend","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":264,"kind":2097152,"name":"elementSourceCompiler","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":265,"kind":64,"name":"tagStart","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler.tagstart","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".elementSourceCompiler"},{"id":266,"kind":64,"name":"tagEnd","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler.tagend","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".elementSourceCompiler"},{"id":267,"kind":64,"name":"inner","url":"modules/_compilers_js_render_compiler_.html#elementsourcecompiler.inner","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".elementSourceCompiler"},{"id":268,"kind":2097152,"name":"aNodeCompiler","url":"modules/_compilers_js_render_compiler_.html#anodecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":269,"kind":64,"name":"compile","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compile","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":270,"kind":64,"name":"compileText","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compiletext","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":271,"kind":64,"name":"compileTemplate","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compiletemplate","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":272,"kind":64,"name":"compileIf","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compileif","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":273,"kind":64,"name":"compileFor","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compilefor","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":274,"kind":64,"name":"compileSlot","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compileslot","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":275,"kind":64,"name":"compileElement","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compileelement","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":276,"kind":64,"name":"compileComponent","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compilecomponent-1","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":277,"kind":64,"name":"compileComponentLoader","url":"modules/_compilers_js_render_compiler_.html#anodecompiler.compilecomponentloader","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/js-render-compiler\".aNodeCompiler"},{"id":278,"kind":64,"name":"isComponentLoader","url":"modules/_compilers_js_render_compiler_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":279,"kind":64,"name":"compileComponentSource","url":"modules/_compilers_js_render_compiler_.html#compilecomponentsource","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":280,"kind":64,"name":"genComponentContextCode","url":"modules/_compilers_js_render_compiler_.html#gencomponentcontextcode","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":281,"kind":64,"name":"genComponentProtoCode","url":"modules/_compilers_js_render_compiler_.html#gencomponentprotocode","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/js-render-compiler\""},{"id":282,"kind":64,"name":"generateRenderFunction","url":"modules/_compilers_js_render_compiler_.html#generaterenderfunction","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/js-render-compiler\""},{"id":283,"kind":64,"name":"compileToRenderer","url":"modules/_compilers_js_render_compiler_.html#compiletorenderer","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/js-render-compiler\""},{"id":284,"kind":1,"name":"\"compilers/compiler\"","url":"modules/_compilers_compiler_.html","classes":"tsd-kind-external-module"},{"id":285,"kind":256,"name":"Compiler","url":"interfaces/_compilers_compiler_.compiler.html","classes":"tsd-kind-interface tsd-parent-kind-external-module","parent":"\"compilers/compiler\""},{"id":286,"kind":2048,"name":"compileFromTS","url":"interfaces/_compilers_compiler_.compiler.html#compilefromts","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"compilers/compiler\".Compiler"},{"id":287,"kind":2048,"name":"compileFromJS","url":"interfaces/_compilers_compiler_.compiler.html#compilefromjs","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"compilers/compiler\".Compiler"},{"id":288,"kind":2048,"name":"compile","url":"interfaces/_compilers_compiler_.compiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"\"compilers/compiler\".Compiler"},{"id":289,"kind":1,"name":"\"utils/fs\"","url":"modules/_utils_fs_.html","classes":"tsd-kind-external-module"},{"id":290,"kind":64,"name":"readPHPSource","url":"modules/_utils_fs_.html#readphpsource","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/fs\""},{"id":291,"kind":64,"name":"readStringSync","url":"modules/_utils_fs_.html#readstringsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/fs\""},{"id":292,"kind":1,"name":"\"emitters/expression-emitter\"","url":"modules/_emitters_expression_emitter_.html","classes":"tsd-kind-external-module"},{"id":293,"kind":2097152,"name":"ExpressionEmitter","url":"modules/_emitters_expression_emitter_.html#expressionemitter","classes":"tsd-kind-object-literal tsd-parent-kind-external-module","parent":"\"emitters/expression-emitter\""},{"id":294,"kind":64,"name":"stringLiteralize","url":"modules/_emitters_expression_emitter_.html#expressionemitter.stringliteralize","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":295,"kind":64,"name":"dataAccess","url":"modules/_emitters_expression_emitter_.html#expressionemitter.dataaccess","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":296,"kind":64,"name":"callExpr","url":"modules/_emitters_expression_emitter_.html#expressionemitter.callexpr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":297,"kind":64,"name":"interp","url":"modules/_emitters_expression_emitter_.html#expressionemitter.interp","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":298,"kind":64,"name":"text","url":"modules/_emitters_expression_emitter_.html#expressionemitter.text","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":299,"kind":64,"name":"array","url":"modules/_emitters_expression_emitter_.html#expressionemitter.array","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":300,"kind":64,"name":"object","url":"modules/_emitters_expression_emitter_.html#expressionemitter.object","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":301,"kind":2097152,"name":"binaryOp","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop","classes":"tsd-kind-object-literal tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":302,"kind":32,"name":"43","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.43","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":303,"kind":32,"name":"45","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.45","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":304,"kind":32,"name":"42","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.42","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":305,"kind":32,"name":"47","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.47","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":306,"kind":32,"name":"60","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.60","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":307,"kind":32,"name":"62","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.62","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":308,"kind":32,"name":"76","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.76","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":309,"kind":32,"name":"94","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.94","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":310,"kind":32,"name":"121","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.121","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":311,"kind":32,"name":"122","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.122","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":312,"kind":32,"name":"123","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.123","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":313,"kind":32,"name":"155","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.155","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":314,"kind":32,"name":"183","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.183","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":315,"kind":32,"name":"248","url":"modules/_emitters_expression_emitter_.html#expressionemitter.binaryop.248","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter.binaryOp"},{"id":316,"kind":64,"name":"expr","url":"modules/_emitters_expression_emitter_.html#expressionemitter.expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":317,"kind":64,"name":"_expr","url":"modules/_emitters_expression_emitter_.html#expressionemitter._expr","classes":"tsd-kind-function tsd-parent-kind-object-literal","parent":"\"emitters/expression-emitter\".ExpressionEmitter"},{"id":318,"kind":1,"name":"\"emitters/php-emitter\"","url":"modules/_emitters_php_emitter_.html","classes":"tsd-kind-external-module"},{"id":319,"kind":128,"name":"PHPEmitter","url":"classes/_emitters_php_emitter_.phpemitter.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"emitters/php-emitter\""},{"id":320,"kind":1024,"name":"buffer","url":"classes/_emitters_php_emitter_.phpemitter.html#buffer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":321,"kind":512,"name":"constructor","url":"classes/_emitters_php_emitter_.phpemitter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":322,"kind":2048,"name":"write","url":"classes/_emitters_php_emitter_.phpemitter.html#write","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":323,"kind":2048,"name":"beginNamespace","url":"classes/_emitters_php_emitter_.phpemitter.html#beginnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":324,"kind":2048,"name":"endNamespace","url":"classes/_emitters_php_emitter_.phpemitter.html#endnamespace","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":325,"kind":2048,"name":"bufferHTMLLiteral","url":"classes/_emitters_php_emitter_.phpemitter.html#bufferhtmlliteral","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":326,"kind":2048,"name":"writeHTML","url":"classes/_emitters_php_emitter_.phpemitter.html#writehtml","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":327,"kind":2048,"name":"writeDataComment","url":"classes/_emitters_php_emitter_.phpemitter.html#writedatacomment","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":328,"kind":2048,"name":"clearStringLiteralBuffer","url":"classes/_emitters_php_emitter_.phpemitter.html#clearstringliteralbuffer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":329,"kind":2048,"name":"writeSwitch","url":"classes/_emitters_php_emitter_.phpemitter.html#writeswitch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":330,"kind":2048,"name":"writeCase","url":"classes/_emitters_php_emitter_.phpemitter.html#writecase","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":331,"kind":2048,"name":"writeBreak","url":"classes/_emitters_php_emitter_.phpemitter.html#writebreak","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":332,"kind":2048,"name":"writeDefault","url":"classes/_emitters_php_emitter_.phpemitter.html#writedefault","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":333,"kind":2048,"name":"writeFunction","url":"classes/_emitters_php_emitter_.phpemitter.html#writefunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":334,"kind":2048,"name":"writeAnonymousFunction","url":"classes/_emitters_php_emitter_.phpemitter.html#writeanonymousfunction","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":335,"kind":2048,"name":"writeFunctionCall","url":"classes/_emitters_php_emitter_.phpemitter.html#writefunctioncall","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":336,"kind":2048,"name":"writeIf","url":"classes/_emitters_php_emitter_.phpemitter.html#writeif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":337,"kind":2048,"name":"beginIf","url":"classes/_emitters_php_emitter_.phpemitter.html#beginif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":338,"kind":2048,"name":"beginElseIf","url":"classes/_emitters_php_emitter_.phpemitter.html#beginelseif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":339,"kind":2048,"name":"beginElse","url":"classes/_emitters_php_emitter_.phpemitter.html#beginelse","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":340,"kind":2048,"name":"endIf","url":"classes/_emitters_php_emitter_.phpemitter.html#endif","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":341,"kind":2048,"name":"writeForeach","url":"classes/_emitters_php_emitter_.phpemitter.html#writeforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":342,"kind":2048,"name":"beginForeach","url":"classes/_emitters_php_emitter_.phpemitter.html#beginforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":343,"kind":2048,"name":"endForeach","url":"classes/_emitters_php_emitter_.phpemitter.html#endforeach","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":344,"kind":2048,"name":"writeContinue","url":"classes/_emitters_php_emitter_.phpemitter.html#writecontinue","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":345,"kind":2048,"name":"writeBlock","url":"classes/_emitters_php_emitter_.phpemitter.html#writeblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":346,"kind":2048,"name":"beginBlock","url":"classes/_emitters_php_emitter_.phpemitter.html#beginblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":347,"kind":2048,"name":"endBlock","url":"classes/_emitters_php_emitter_.phpemitter.html#endblock","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":348,"kind":1024,"name":"code","url":"classes/_emitters_php_emitter_.phpemitter.html#code","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":349,"kind":2048,"name":"fullText","url":"classes/_emitters_php_emitter_.phpemitter.html#fulltext","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":350,"kind":2048,"name":"indent","url":"classes/_emitters_php_emitter_.phpemitter.html#indent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":351,"kind":2048,"name":"unindent","url":"classes/_emitters_php_emitter_.phpemitter.html#unindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":352,"kind":2048,"name":"writeNewLine","url":"classes/_emitters_php_emitter_.phpemitter.html#writenewline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":353,"kind":2048,"name":"nextLine","url":"classes/_emitters_php_emitter_.phpemitter.html#nextline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":354,"kind":2048,"name":"feedLine","url":"classes/_emitters_php_emitter_.phpemitter.html#feedline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":355,"kind":2048,"name":"writeLine","url":"classes/_emitters_php_emitter_.phpemitter.html#writeline","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":356,"kind":2048,"name":"writeLines","url":"classes/_emitters_php_emitter_.phpemitter.html#writelines","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":357,"kind":2048,"name":"writeIndent","url":"classes/_emitters_php_emitter_.phpemitter.html#writeindent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":358,"kind":2048,"name":"defaultWrite","url":"classes/_emitters_php_emitter_.phpemitter.html#defaultwrite","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited tsd-is-protected","parent":"\"emitters/php-emitter\".PHPEmitter"},{"id":359,"kind":1,"name":"\"emitters/runtime\"","url":"modules/_emitters_runtime_.html","classes":"tsd-kind-external-module"},{"id":360,"kind":32,"name":"runtimeFiles","url":"modules/_emitters_runtime_.html#runtimefiles","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"emitters/runtime\""},{"id":361,"kind":64,"name":"emitRuntimeInPHP","url":"modules/_emitters_runtime_.html#emitruntimeinphp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"emitters/runtime\""},{"id":362,"kind":64,"name":"emitRuntimeInJS","url":"modules/_emitters_runtime_.html#emitruntimeinjs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"emitters/runtime\""},{"id":363,"kind":1,"name":"\"compilers/to-js-compiler\"","url":"modules/_compilers_to_js_compiler_.html","classes":"tsd-kind-external-module"},{"id":364,"kind":128,"name":"ToJSCompiler","url":"classes/_compilers_to_js_compiler_.tojscompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"compilers/to-js-compiler\""},{"id":365,"kind":1024,"name":"root","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":366,"kind":1024,"name":"tsConfigFilePath","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":367,"kind":1024,"name":"project","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":368,"kind":512,"name":"constructor","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":369,"kind":2048,"name":"compile","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":370,"kind":2048,"name":"compileFromJS","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compilefromjs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":371,"kind":2048,"name":"compileFromTS","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compilefromts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":372,"kind":2048,"name":"evalComponentClass","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#evalcomponentclass","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":373,"kind":2048,"name":"compileToJS","url":"classes/_compilers_to_js_compiler_.tojscompiler.html#compiletojs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-js-compiler\".ToJSCompiler"},{"id":374,"kind":32,"name":"debug","url":"modules/_compilers_to_js_compiler_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/to-js-compiler\""},{"id":375,"kind":4194304,"name":"ToJSCompilerOptions","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"compilers/to-js-compiler\""},{"id":376,"kind":65536,"name":"__type","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"compilers/to-js-compiler\".ToJSCompilerOptions"},{"id":377,"kind":32,"name":"tsConfigFilePath","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-js-compiler\".ToJSCompilerOptions.__type"},{"id":378,"kind":32,"name":"root","url":"modules/_compilers_to_js_compiler_.html#tojscompileroptions.__type.root","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-js-compiler\".ToJSCompilerOptions.__type"},{"id":379,"kind":1,"name":"\"compilers/php-render-compiler\"","url":"modules/_compilers_php_render_compiler_.html","classes":"tsd-kind-external-module"},{"id":380,"kind":32,"name":"ssrIndex","url":"modules/_compilers_php_render_compiler_.html#ssrindex","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":381,"kind":32,"name":"namespacePrefix","url":"modules/_compilers_php_render_compiler_.html#namespaceprefix","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":382,"kind":64,"name":"splitStr2Obj","url":"modules/_compilers_php_render_compiler_.html#splitstr2obj","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":383,"kind":32,"name":"autoCloseTags","url":"modules/_compilers_php_render_compiler_.html#autoclosetags","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":384,"kind":65536,"name":"__type","url":"modules/_compilers_php_render_compiler_.html#autoclosetags.__type","classes":"tsd-kind-type-literal tsd-parent-kind-variable tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".autoCloseTags"},{"id":385,"kind":64,"name":"kebab2camel","url":"modules/_compilers_php_render_compiler_.html#kebab2camel","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":386,"kind":64,"name":"postProp","url":"modules/_compilers_php_render_compiler_.html#postprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":387,"kind":64,"name":"defaultStyleFilter","url":"modules/_compilers_php_render_compiler_.html#defaultstylefilter","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":388,"kind":2097152,"name":"DEFAULT_FILTERS","url":"modules/_compilers_php_render_compiler_.html#default_filters","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":389,"kind":32,"name":"url","url":"modules/_compilers_php_render_compiler_.html#default_filters.url","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":390,"kind":64,"name":"_class","url":"modules/_compilers_php_render_compiler_.html#default_filters._class","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":391,"kind":32,"name":"_style","url":"modules/_compilers_php_render_compiler_.html#default_filters._style","classes":"tsd-kind-variable tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":392,"kind":64,"name":"_xclass","url":"modules/_compilers_php_render_compiler_.html#default_filters._xclass","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":393,"kind":64,"name":"_xstyle","url":"modules/_compilers_php_render_compiler_.html#default_filters._xstyle","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".DEFAULT_FILTERS"},{"id":394,"kind":64,"name":"evalExpr","url":"modules/_compilers_php_render_compiler_.html#evalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":395,"kind":64,"name":"evalArgs","url":"modules/_compilers_php_render_compiler_.html#evalargs","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":396,"kind":64,"name":"getANodeProp","url":"modules/_compilers_php_render_compiler_.html#getanodeprop","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":397,"kind":64,"name":"camelComponentBinds","url":"modules/_compilers_php_render_compiler_.html#camelcomponentbinds","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":398,"kind":64,"name":"genSSRId","url":"modules/_compilers_php_render_compiler_.html#genssrid","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":399,"kind":2097152,"name":"stringifier","url":"modules/_compilers_php_render_compiler_.html#stringifier","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":400,"kind":64,"name":"obj","url":"modules/_compilers_php_render_compiler_.html#stringifier.obj","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":401,"kind":64,"name":"arr","url":"modules/_compilers_php_render_compiler_.html#stringifier.arr","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":402,"kind":64,"name":"str","url":"modules/_compilers_php_render_compiler_.html#stringifier.str","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":403,"kind":64,"name":"date","url":"modules/_compilers_php_render_compiler_.html#stringifier.date","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":404,"kind":64,"name":"any","url":"modules/_compilers_php_render_compiler_.html#stringifier.any","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".stringifier"},{"id":405,"kind":64,"name":"serializeStump","url":"modules/_compilers_php_render_compiler_.html#serializestump","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":406,"kind":64,"name":"serializeStumpEnd","url":"modules/_compilers_php_render_compiler_.html#serializestumpend","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":407,"kind":2097152,"name":"elementSourceCompiler","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":408,"kind":64,"name":"tagStart","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler.tagstart","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".elementSourceCompiler"},{"id":409,"kind":64,"name":"tagEnd","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler.tagend","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".elementSourceCompiler"},{"id":410,"kind":64,"name":"inner","url":"modules/_compilers_php_render_compiler_.html#elementsourcecompiler.inner","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".elementSourceCompiler"},{"id":411,"kind":2097152,"name":"aNodeCompiler","url":"modules/_compilers_php_render_compiler_.html#anodecompiler","classes":"tsd-kind-object-literal tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":412,"kind":64,"name":"compile","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compile","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":413,"kind":64,"name":"compileText","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compiletext","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":414,"kind":64,"name":"compileTemplate","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compiletemplate","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":415,"kind":64,"name":"compileIf","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compileif","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":416,"kind":64,"name":"compileFor","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compilefor","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":417,"kind":64,"name":"compileSlot","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compileslot","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":418,"kind":64,"name":"compileElement","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compileelement","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":419,"kind":64,"name":"compileComponent","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compilecomponent","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":420,"kind":64,"name":"compileComponentLoader","url":"modules/_compilers_php_render_compiler_.html#anodecompiler.compilecomponentloader","classes":"tsd-kind-function tsd-parent-kind-object-literal tsd-is-not-exported","parent":"\"compilers/php-render-compiler\".aNodeCompiler"},{"id":421,"kind":64,"name":"isComponentLoader","url":"modules/_compilers_php_render_compiler_.html#iscomponentloader","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":422,"kind":64,"name":"compileComponentSource","url":"modules/_compilers_php_render_compiler_.html#compilecomponentsource","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":423,"kind":64,"name":"genComponentContextCode","url":"modules/_compilers_php_render_compiler_.html#gencomponentcontextcode","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/php-render-compiler\""},{"id":424,"kind":64,"name":"generateRenderModule","url":"modules/_compilers_php_render_compiler_.html#generaterendermodule","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"compilers/php-render-compiler\""},{"id":425,"kind":1,"name":"\"compilers/component-registry\"","url":"modules/_compilers_component_registry_.html","classes":"tsd-kind-external-module"},{"id":426,"kind":128,"name":"ComponentRegistry","url":"classes/_compilers_component_registry_.componentregistry.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"compilers/component-registry\""},{"id":427,"kind":1024,"name":"components","url":"classes/_compilers_component_registry_.componentregistry.html#components","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/component-registry\".ComponentRegistry"},{"id":428,"kind":2048,"name":"registerComponents","url":"classes/_compilers_component_registry_.componentregistry.html#registercomponents","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/component-registry\".ComponentRegistry"},{"id":429,"kind":2048,"name":"writeComponentRegistry","url":"classes/_compilers_component_registry_.componentregistry.html#writecomponentregistry","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/component-registry\".ComponentRegistry"},{"id":430,"kind":4194304,"name":"ComponentClassInfo","url":"modules/_compilers_component_registry_.html#componentclassinfo","classes":"tsd-kind-type-alias tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/component-registry\""},{"id":431,"kind":65536,"name":"__type","url":"modules/_compilers_component_registry_.html#componentclassinfo.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"compilers/component-registry\".ComponentClassInfo"},{"id":432,"kind":32,"name":"name","url":"modules/_compilers_component_registry_.html#componentclassinfo.__type.name","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/component-registry\".ComponentClassInfo.__type"},{"id":433,"kind":32,"name":"path","url":"modules/_compilers_component_registry_.html#componentclassinfo.__type.path","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/component-registry\".ComponentClassInfo.__type"},{"id":434,"kind":1,"name":"\"compilers/to-php-compiler\"","url":"modules/_compilers_to_php_compiler_.html","classes":"tsd-kind-external-module"},{"id":435,"kind":128,"name":"ToPHPCompiler","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"compilers/to-php-compiler\""},{"id":436,"kind":1024,"name":"root","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#root","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":437,"kind":1024,"name":"tsConfigFilePath","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#tsconfigfilepath","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":438,"kind":1024,"name":"externalModules","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#externalmodules","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":439,"kind":1024,"name":"toJSCompiler","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#tojscompiler","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":440,"kind":1024,"name":"project","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#project","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":441,"kind":512,"name":"constructor","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":442,"kind":2048,"name":"compile","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compile","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":443,"kind":2048,"name":"compileFromTS","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compilefromts","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":444,"kind":2048,"name":"compileFromJS","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compilefromjs","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":445,"kind":2048,"name":"compileToPHP","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compiletophp","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":446,"kind":2048,"name":"compileComponents","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#compilecomponents","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":447,"kind":2048,"name":"ns","url":"classes/_compilers_to_php_compiler_.tophpcompiler.html#ns","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"\"compilers/to-php-compiler\".ToPHPCompiler"},{"id":448,"kind":32,"name":"debug","url":"modules/_compilers_to_php_compiler_.html#debug","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"compilers/to-php-compiler\""},{"id":449,"kind":4194304,"name":"ToPHPCompilerOptions","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions","classes":"tsd-kind-type-alias tsd-parent-kind-external-module","parent":"\"compilers/to-php-compiler\""},{"id":450,"kind":65536,"name":"__type","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions"},{"id":451,"kind":32,"name":"tsConfigFilePath","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type.tsconfigfilepath","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions.__type"},{"id":452,"kind":32,"name":"root","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type.root","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions.__type"},{"id":453,"kind":32,"name":"externalModules","url":"modules/_compilers_to_php_compiler_.html#tophpcompileroptions.__type.externalmodules","classes":"tsd-kind-variable tsd-parent-kind-type-literal tsd-is-not-exported","parent":"\"compilers/to-php-compiler\".ToPHPCompilerOptions.__type"},{"id":454,"kind":1,"name":"\"utils/case\"","url":"modules/_utils_case_.html","classes":"tsd-kind-external-module"},{"id":455,"kind":32,"name":"jsSSRUnables","url":"modules/_utils_case_.html#jsssrunables","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":456,"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":457,"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":458,"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":459,"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":460,"kind":32,"name":"toJSCompiler","url":"modules/_utils_case_.html#tojscompiler","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":461,"kind":32,"name":"toPHPCompiler","url":"modules/_utils_case_.html#tophpcompiler","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":462,"kind":32,"name":"multiFileCases","url":"modules/_utils_case_.html#multifilecases","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"utils/case\""},{"id":463,"kind":64,"name":"supportJSSSR","url":"modules/_utils_case_.html#supportjsssr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":464,"kind":64,"name":"supportE2E","url":"modules/_utils_case_.html#supporte2e","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":465,"kind":64,"name":"compileToJS","url":"modules/_utils_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":466,"kind":64,"name":"compileToPHP","url":"modules/_utils_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":467,"kind":64,"name":"compileAllToJS","url":"modules/_utils_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":468,"kind":64,"name":"compileAllToPHP","url":"modules/_utils_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":469,"kind":64,"name":"parseHtml","url":"modules/_utils_case_.html#parsehtml","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/case\""},{"id":470,"kind":1,"name":"\"loaders/exec\"","url":"modules/_loaders_exec_.html","classes":"tsd-kind-external-module"},{"id":471,"kind":64,"name":"exec","url":"modules/_loaders_exec_.html#exec","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":472,"kind":64,"name":"execSync","url":"modules/_loaders_exec_.html#execsync","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/exec\""},{"id":473,"kind":1,"name":"\"loaders/case\"","url":"modules/_loaders_case_.html","classes":"tsd-kind-external-module"},{"id":474,"kind":64,"name":"renderByJS","url":"modules/_loaders_case_.html#renderbyjs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":475,"kind":64,"name":"renderByPHP","url":"modules/_loaders_case_.html#renderbyphp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":476,"kind":64,"name":"compileAllToJS","url":"modules/_loaders_case_.html#compilealltojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":477,"kind":64,"name":"compileAllToPHP","url":"modules/_loaders_case_.html#compilealltophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":478,"kind":64,"name":"compileToJS","url":"modules/_loaders_case_.html#compiletojs","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":479,"kind":64,"name":"compileToPHP","url":"modules/_loaders_case_.html#compiletophp","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"loaders/case\""},{"id":480,"kind":1,"name":"\"utils/timing\"","url":"modules/_utils_timing_.html","classes":"tsd-kind-external-module"},{"id":481,"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":482,"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":483,"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":484,"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":485,"kind":64,"name":"startMeasure","url":"modules/_utils_timing_.html#startmeasure","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":486,"kind":64,"name":"measure","url":"modules/_utils_timing_.html#measure-1","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/timing\""},{"id":487,"kind":1,"name":"\"bin/debug\"","url":"modules/_bin_debug_.html","classes":"tsd-kind-external-module"},{"id":488,"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":489,"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":490,"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":491,"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":492,"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":493,"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":494,"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":495,"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":496,"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":497,"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":498,"kind":1,"name":"\"utils/buffer\"","url":"modules/_utils_buffer_.html","classes":"tsd-kind-external-module"},{"id":499,"kind":64,"name":"byteCount","url":"modules/_utils_buffer_.html#bytecount","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"utils/buffer\""},{"id":500,"kind":1,"name":"\"bin/ssr\"","url":"modules/_bin_ssr_.html","classes":"tsd-kind-external-module"},{"id":501,"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":502,"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":503,"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":504,"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":505,"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":506,"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":507,"kind":32,"name":"Compiler","url":"modules/_bin_ssr_.html#compiler","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":508,"kind":32,"name":"compiler","url":"modules/_bin_ssr_.html#compiler-1","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":509,"kind":32,"name":"targetCode","url":"modules/_bin_ssr_.html#targetcode","classes":"tsd-kind-variable tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"bin/ssr\""},{"id":510,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-external-module"},{"id":511,"kind":1,"name":"\"parsers/walker\"","url":"modules/_parsers_walker_.html","classes":"tsd-kind-external-module"},{"id":512,"kind":128,"name":"Walker","url":"classes/_parsers_walker_.walker.html","classes":"tsd-kind-class tsd-parent-kind-external-module","parent":"\"parsers/walker\""},{"id":513,"kind":1024,"name":"source","url":"classes/_parsers_walker_.walker.html#source","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":514,"kind":1024,"name":"len","url":"classes/_parsers_walker_.walker.html#len","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":515,"kind":1024,"name":"index","url":"classes/_parsers_walker_.walker.html#index","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":516,"kind":512,"name":"constructor","url":"classes/_parsers_walker_.walker.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":517,"kind":2048,"name":"currentCode","url":"classes/_parsers_walker_.walker.html#currentcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":518,"kind":2048,"name":"cut","url":"classes/_parsers_walker_.walker.html#cut","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":519,"kind":2048,"name":"go","url":"classes/_parsers_walker_.walker.html#go","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":520,"kind":2048,"name":"nextCode","url":"classes/_parsers_walker_.walker.html#nextcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":521,"kind":2048,"name":"charCode","url":"classes/_parsers_walker_.walker.html#charcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":522,"kind":2048,"name":"goUntil","url":"classes/_parsers_walker_.walker.html#gountil","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":523,"kind":2048,"name":"match","url":"classes/_parsers_walker_.walker.html#match","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"parsers/walker\".Walker"},{"id":524,"kind":64,"name":"createAccessor","url":"modules/_parsers_walker_.html#createaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/walker\""},{"id":525,"kind":64,"name":"readString","url":"modules/_parsers_walker_.html#readstring","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":526,"kind":64,"name":"readUnaryExpr","url":"modules/_parsers_walker_.html#readunaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":527,"kind":64,"name":"readNumber","url":"modules/_parsers_walker_.html#readnumber","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":528,"kind":64,"name":"readIdent","url":"modules/_parsers_walker_.html#readident","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":529,"kind":64,"name":"readTertiaryExpr","url":"modules/_parsers_walker_.html#readtertiaryexpr","classes":"tsd-kind-function tsd-parent-kind-external-module","parent":"\"parsers/walker\""},{"id":530,"kind":64,"name":"readAccessor","url":"modules/_parsers_walker_.html#readaccessor","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":531,"kind":64,"name":"readCall","url":"modules/_parsers_walker_.html#readcall","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":532,"kind":64,"name":"readParenthesizedExpr","url":"modules/_parsers_walker_.html#readparenthesizedexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":533,"kind":64,"name":"readMultiplicativeExpr","url":"modules/_parsers_walker_.html#readmultiplicativeexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":534,"kind":64,"name":"readAdditiveExpr","url":"modules/_parsers_walker_.html#readadditiveexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":535,"kind":64,"name":"readRelationalExpr","url":"modules/_parsers_walker_.html#readrelationalexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":536,"kind":64,"name":"readEqualityExpr","url":"modules/_parsers_walker_.html#readequalityexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":537,"kind":64,"name":"readLogicalANDExpr","url":"modules/_parsers_walker_.html#readlogicalandexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""},{"id":538,"kind":64,"name":"readLogicalORExpr","url":"modules/_parsers_walker_.html#readlogicalorexpr","classes":"tsd-kind-function tsd-parent-kind-external-module tsd-is-not-exported","parent":"\"parsers/walker\""}]}; \ No newline at end of file diff --git a/docs/classes/_compilers_component_registry_.componentregistry.html b/docs/classes/_compilers_component_registry_.componentregistry.html index 979aeb9f..15d80455 100644 --- a/docs/classes/_compilers_component_registry_.componentregistry.html +++ b/docs/classes/_compilers_component_registry_.componentregistry.html @@ -105,7 +105,7 @@

Private components

components: Map<number, ComponentClassInfo> = new Map()
@@ -122,7 +122,7 @@

registerComponents

  • Parameters

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

    writeComponentRegistry

  • Parameters

    diff --git a/docs/classes/_compilers_js_render_compiler_.compilesourcebuffer.html b/docs/classes/_compilers_js_render_compiler_.compilesourcebuffer.html index ea444f59..47b397b8 100644 --- a/docs/classes/_compilers_js_render_compiler_.compilesourcebuffer.html +++ b/docs/classes/_compilers_js_render_compiler_.compilesourcebuffer.html @@ -130,7 +130,7 @@

    constructor

  • Returns CompileSourceBuffer

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

    segs

    segs: any[]
    @@ -163,7 +163,7 @@

    addRaw

  • @@ -194,7 +194,7 @@

    joinDataStringify

  • @@ -216,7 +216,7 @@

    joinExpr

  • @@ -247,7 +247,7 @@

    joinRaw

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

    joinString

  • @@ -309,7 +309,7 @@

    toCode

  • diff --git a/docs/classes/_compilers_js_render_compiler_.walker.html b/docs/classes/_compilers_js_render_compiler_.walker.html index c003fe90..cfc04c5c 100644 --- a/docs/classes/_compilers_js_render_compiler_.walker.html +++ b/docs/classes/_compilers_js_render_compiler_.walker.html @@ -136,7 +136,7 @@

    constructor

  • Parameters

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

    index

    index: number
    @@ -168,7 +168,7 @@

    len

    len: number
    @@ -178,7 +178,7 @@

    source

    source: any
    @@ -195,7 +195,7 @@

    charCode

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

    currentCode

  • @@ -248,7 +248,7 @@

    cut

  • @@ -285,7 +285,7 @@

    go

  • @@ -316,7 +316,7 @@

    goUntil

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

    match

  • @@ -386,7 +386,7 @@

    nextCode

  • diff --git a/docs/classes/_compilers_to_js_compiler_.tojscompiler.html b/docs/classes/_compilers_to_js_compiler_.tojscompiler.html index 2680f2e0..9309641a 100644 --- a/docs/classes/_compilers_to_js_compiler_.tojscompiler.html +++ b/docs/classes/_compilers_to_js_compiler_.tojscompiler.html @@ -126,7 +126,7 @@

    constructor

  • Parameters

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

    Private project

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

    Private root

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

    Private tsConfigFile<
    tsConfigFilePath: object
    @@ -194,7 +194,7 @@

    compile

    Parameters

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

    compileFromJS

    Parameters

    @@ -241,7 +241,7 @@

    compileFromTS

  • Parameters

    @@ -264,7 +264,7 @@

    compileToJS

  • Parameters

    @@ -287,7 +287,7 @@

    evalComponentClass

  • Parameters

    diff --git a/docs/classes/_compilers_to_php_compiler_.tophpcompiler.html b/docs/classes/_compilers_to_php_compiler_.tophpcompiler.html index beed56c0..91ad6ed0 100644 --- a/docs/classes/_compilers_to_php_compiler_.tophpcompiler.html +++ b/docs/classes/_compilers_to_php_compiler_.tophpcompiler.html @@ -129,7 +129,7 @@

    constructor

  • Parameters

    @@ -162,7 +162,7 @@

    Private externalModulesexternalModules: ModuleInfo[] @@ -172,7 +172,7 @@

    Private project

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

    Private root

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

    Private toJSCompiler

    toJSCompiler: ToJSCompiler
    @@ -202,7 +202,7 @@

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

    compile

  • Parameters

    @@ -247,7 +247,7 @@

    compileComponents

  • Parameters

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

    compileFromJS

  • Parameters

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

    compileFromTS

  • Parameters

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

    compileToPHP

  • Parameters

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

    Private ns

  • Parameters

    diff --git a/docs/classes/_emitters_emitter_.emitter.html b/docs/classes/_emitters_emitter_.emitter.html index b0c68d60..51deb932 100644 --- a/docs/classes/_emitters_emitter_.emitter.html +++ b/docs/classes/_emitters_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 @@

    Protected defaultWrite

    Parameters

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

    feedLine

  • Parameters

    @@ -259,7 +259,7 @@

    fullText

  • Returns string

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

    indent

  • Returns void

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

    Private lastChar

  • Returns string

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

    nextLine

  • Parameters

    @@ -333,7 +333,7 @@

    Private size

  • Returns number

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

    unindent

  • Returns void

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

    Abstract write

  • Parameters

    @@ -390,7 +390,7 @@

    writeIndent

  • Returns void

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

    writeLine

  • Parameters

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

    writeLines

  • Parameters

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

    writeNewLine

  • Returns void

    diff --git a/docs/classes/_emitters_js_emitter_.jsemitter.html b/docs/classes/_emitters_js_emitter_.jsemitter.html index e798456a..5a828a43 100644 --- a/docs/classes/_emitters_js_emitter_.jsemitter.html +++ b/docs/classes/_emitters_js_emitter_.jsemitter.html @@ -132,7 +132,7 @@

    constructor

    Parameters

    @@ -155,7 +155,7 @@

    Protected code

    @@ -173,7 +173,7 @@

    Protected defaultWrite

    Inherited from Emitter.defaultWrite

    Parameters

    @@ -197,7 +197,7 @@

    feedLine

    Parameters

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

    fullText

    Returns string

    @@ -239,7 +239,7 @@

    indent

    Returns void

    @@ -257,7 +257,7 @@

    nextLine

    Parameters

    @@ -281,7 +281,7 @@

    unindent

    Returns void

    @@ -299,7 +299,7 @@

    write

    Parameters

    @@ -322,7 +322,7 @@

    writeAnonymousFunction

  • Parameters

    @@ -348,7 +348,7 @@

    writeFunction

  • Parameters

    @@ -378,7 +378,7 @@

    writeIndent

    Returns void

    @@ -396,7 +396,7 @@

    writeLine

    Parameters

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

    writeLines

    Parameters

    @@ -444,7 +444,7 @@

    writeNewLine

    Returns void

    diff --git a/docs/classes/_emitters_php_emitter_.phpemitter.html b/docs/classes/_emitters_php_emitter_.phpemitter.html index ef361f95..f9826ee1 100644 --- a/docs/classes/_emitters_php_emitter_.phpemitter.html +++ b/docs/classes/_emitters_php_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

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

    clearStringLiteralBuffer

  • Returns void

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

    Protected defaultWrite

    Inherited from Emitter.defaultWrite

    Parameters

    @@ -402,7 +402,7 @@

    endBlock

  • Returns void

    @@ -419,7 +419,7 @@

    endForeach

  • Returns void

    @@ -436,7 +436,7 @@

    endIf

  • Returns void

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

    endNamespace

  • Returns void

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

    feedLine

    Parameters

    @@ -495,7 +495,7 @@

    fullText

    Returns string

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

    indent

    Returns void

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

    nextLine

    Parameters

    @@ -555,7 +555,7 @@

    unindent

    Returns void

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

    write

    Parameters

    @@ -596,7 +596,7 @@

    writeAnonymousFunction

  • Parameters

    @@ -625,7 +625,7 @@

    writeBlock

  • @@ -656,7 +656,7 @@

    writeBreak

  • Returns void

    @@ -673,7 +673,7 @@

    writeCase

  • Parameters

    @@ -699,7 +699,7 @@

    writeContinue

  • Returns void

    @@ -716,7 +716,7 @@

    writeDataComment

  • Returns void

    @@ -733,7 +733,7 @@

    writeDefault

  • Parameters

    @@ -756,7 +756,7 @@

    writeForeach

  • @@ -787,7 +787,7 @@

    writeFunction

  • @@ -824,7 +824,7 @@

    writeFunctionCall

  • Parameters

    @@ -850,7 +850,7 @@

    writeHTML

  • Parameters

    @@ -873,7 +873,7 @@

    writeIf

  • @@ -905,7 +905,7 @@

    writeIndent

    Returns void

    @@ -923,7 +923,7 @@

    writeLine

    Parameters

    @@ -947,7 +947,7 @@

    writeLines

    Parameters

    @@ -971,7 +971,7 @@

    writeNewLine

    Returns void

    @@ -988,7 +988,7 @@

    writeSwitch

  • diff --git a/docs/classes/_loaders_common_js_.commonjs.html b/docs/classes/_loaders_common_js_.commonjs.html index 966afd9f..89f8d623 100644 --- a/docs/classes/_loaders_common_js_.commonjs.html +++ b/docs/classes/_loaders_common_js_.commonjs.html @@ -115,7 +115,7 @@

    constructor

  • Parameters

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

    cache

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

    Private readFile

    readFile: any
    @@ -164,7 +164,7 @@

    require

  • Parameters

    diff --git a/docs/classes/_loaders_common_js_.module.html b/docs/classes/_loaders_common_js_.module.html index 6e85fee7..d0a14201 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/_parsers_component_.component.html b/docs/classes/_parsers_component_.component.html index b957225d..b38dedf7 100644 --- a/docs/classes/_parsers_component_.component.html +++ b/docs/classes/_parsers_component_.component.html @@ -105,7 +105,6 @@

    Methods

  • getFile
  • getFilepaths
  • getFiles
  • -
  • getModule
  • getSouceFiles
  • @@ -124,7 +123,7 @@

    constructor

  • Parameters

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

    Private componentClass

    componentClass: ComponentConstructor @@ -156,7 +155,7 @@

    Private entry

    entry: string
    @@ -166,7 +165,7 @@

    Private files

    files: Map<string, SanSourceFile> = new Map()
    @@ -176,7 +175,7 @@

    Private modules

    modules: Map<string, SanSourceFile> = new Map()
    @@ -193,7 +192,7 @@

    addFile

  • Parameters

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

    getComponentFilepath

  • Returns string

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

    getComponentSourceFile

  • Returns SanSourceFile

    @@ -247,19 +246,19 @@

    Returns

    getFile

    -
    - -

    getModule

    - - -

    getSouceFiles

    @@ -333,7 +309,7 @@

    getSouceFiles

  • Returns IterableIterator<IterableIterator<SanSourceFile>>

    @@ -393,9 +369,6 @@

    Returns IterableI
  • getFiles
  • -
  • - getModule -
  • getSouceFiles
  • diff --git a/docs/classes/_parsers_component_parser_.componentparser.html b/docs/classes/_parsers_component_parser_.componentparser.html index 0a8a7d7f..335b8875 100644 --- a/docs/classes/_parsers_component_parser_.componentparser.html +++ b/docs/classes/_parsers_component_parser_.componentparser.html @@ -122,7 +122,7 @@

    constructor

  • Parameters

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

    Private id

    id: number = 0
  • @@ -157,7 +157,7 @@

    idPropertyName

    idPropertyName: string
    @@ -167,7 +167,7 @@

    project

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

    Private root

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

    Private getComponentF
  • Parameters

    @@ -217,7 +217,7 @@

    parseComponent

  • Parameters

    @@ -240,7 +240,7 @@

    Private parseSanSourc
  • Parameters

    @@ -263,7 +263,7 @@

    setComponentID

  • Parameters

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

    Static crateUsingDefau
  • Returns ComponentParser

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

    Static createUsingTsco
  • Parameters

    diff --git a/docs/classes/_parsers_san_sourcefile_.sansourcefile.html b/docs/classes/_parsers_san_sourcefile_.sansourcefile.html index ad857e1e..1f48d77a 100644 --- a/docs/classes/_parsers_san_sourcefile_.sansourcefile.html +++ b/docs/classes/_parsers_san_sourcefile_.sansourcefile.html @@ -120,7 +120,7 @@

    constructor

  • Parameters

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

    componentClassIdentifier

    componentClassIdentifier: string
    @@ -155,7 +155,7 @@

    componentClasses

    componentClasses: Map<number, ClassDeclaration> = new Map()
    @@ -165,7 +165,7 @@

    fakeProperties

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

    origin

    origin: SourceFile
    @@ -192,7 +192,7 @@

    getClass

  • Parameters

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

    getClasses

  • Returns ClassDeclaration[]

    @@ -232,7 +232,7 @@

    getFilePath

  • Returns string

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

    getFullText

  • Returns string

    diff --git a/docs/classes/_parsers_walker_.walker.html b/docs/classes/_parsers_walker_.walker.html index ef281ca3..ccbd4a26 100644 --- a/docs/classes/_parsers_walker_.walker.html +++ b/docs/classes/_parsers_walker_.walker.html @@ -136,7 +136,7 @@

    constructor

  • Parameters

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

    index

    index: number
    @@ -168,7 +168,7 @@

    len

    len: number
    @@ -178,7 +178,7 @@

    source

    source: any
    @@ -195,7 +195,7 @@

    charCode

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

    currentCode

  • @@ -248,7 +248,7 @@

    cut

  • @@ -285,7 +285,7 @@

    go

  • @@ -316,7 +316,7 @@

    goUntil

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

    match

  • @@ -386,7 +386,7 @@

    nextCode

  • diff --git a/docs/classes/_utils_timing_.measure.html b/docs/classes/_utils_timing_.measure.html index ff3babfa..77e48e6f 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/index.html b/docs/index.html index 06c49ed7..71f6671d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -67,13 +67,28 @@

    san-ssr

    San SSR

    -

    This is San SSR for multiple platforms, supported environments:

    +

    npm version + downloads + Build Status + Coveralls + dependencies + semantic-release + GitHub issues + David + David Dev + DUB license + Commitizen friendly

    +

    The purpurse of this repo is to provide an SSR framework and utils for the san components.

    + +

    Target

    +
    +

    san-ssr provides static analysis for San components and generates abstract component tree, while code generation is a separated process, which is provided by specific implementations:

      -
    • Node.js >= 6.4.0
    • -
    • PHP 5 >= 5.3.0, PHP 7
    • +
    • [san-ssr-target-js][san-ssr-target-js]
    • +
    • [san-ssr-target-php][san-ssr-target-php]
    - -

    Usage

    +
    +

    CLI Usage

    Command line interface:

    > san-ssr
    @@ -84,13 +99,17 @@ 

    Usage

    --version Show version number [boolean] --output, -o output file path, output to STDOUT if not specified --target, -t target SSR file [required] [choices: "php", "js"] + --prefix, -p namespace prefix for ssr.php [default: "san\"] --tsconfig, -c tsconfig path, will auto resolve if not specified
    -

    e.g.

    +

    san-ssr will lookup san-ssr-target-{target} from node_modules to generate target code. The san-ssr-target-js package is installed as a dependency of san-ssr by default.

    # build to ssr.php
    -san-ssr --target php ./component.ts > ssr.php
    +san-ssr --target php --prefix 'demo\\' ./component.ts > ssr.php
     
     # build to ssr.js
     san-ssr --target js  ./component.ts > ssr.js
    + +

    Programmatic Interface

    +

    To PHP programmatic inteface (typedoc: ToPHPCompiler):

    const { ToPHPCompiler } = require('san-ssr')
     const { writeFileSync } = require('fs')
    @@ -148,7 +167,7 @@ 

    Milestones

  • check default export and throw a more spcific Error
  • check default export extends Component
  • support SyntheticDefaultImports: import * as san
  • -
  • prefix for all namespaces
  • +
  • prefix for all namespaces
  • @@ -156,6 +175,7 @@

    Milestones

    Known Issues

    THIS SECTION IS FOR MAINTAINERS ONLY

    +

    TODO 移动以下文档到对应的代码生成器仓库。

    PHP

    @@ -165,7 +185,6 @@

    PHP

    JS

    -

    THIS SECTION IS FOR MAINTAINERS ONLY

    作为对照和参考,本仓库也维护了 JS 版本的 SSR。它和 PHP SSR 一同演化,可以跑通所有 san 代码库提供的 SSR 集成测试和 e2e 测试。

    JS SSR 目前存在以下问题: