diff --git a/packages/subapp-pbundle/package.json b/packages/subapp-pbundle/package.json deleted file mode 100644 index a09736b4a9..0000000000 --- a/packages/subapp-pbundle/package.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "name": "subapp-pbundle", - "version": "0.0.31", - "description": "Electrode subapp support for Preact and redux-bundler", - "module": "dist/dev/index.js", - "main": "lib/index.js", - "scripts": { - "test": "clap test", - "coverage": "clap coverage", - "build": "clap compile", - "prepublishOnly": "clap compile" - }, - "keywords": [ - "web", - "react", - "subapp", - "redux", - "react-router" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "lib", - "dist" - ], - "dependencies": { - "@babel/runtime": "^7.8.3", - "redux-bundler-preact": "^2.0.1", - "subapp-util": "^1.1.1", - "subapp-web": "^1.0.37" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", - "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.3.1", - "@babel/preset-react": "^7.0.0", - "@babel/register": "^7.7.7", - "babel-preset-minify": "^0.5.1", - "electrode-archetype-njs-module-dev": "^3.0.0", - "jsdom": "^15.2.1", - "preact": "^10.2.1", - "preact-render-to-string": "^5.1.3", - "redux-bundler": "^26.0.0", - "redux-bundler-preact": "^2.0.1", - "run-verify": "^1.2.2", - "subapp-pkg-util": "../subapp-pkg-util" - }, - "peerDependencies": { - "preact": "*", - "preact-render-to-string": "*" - }, - "fyn": { - "dependencies": { - "subapp-web": "../subapp-web", - "subapp-util": "../subapp-util" - } - }, - "nyc": { - "all": true, - "require": [ - "@babel/register", - "mocha" - ], - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test", - "browser", - "**/.babelrc.js", - "node-dist" - ], - "check-coverage": true, - "statements": 100, - "branches": 100, - "functions": 100, - "lines": 100, - "cache": true - }, - "prettier": { - "printWidth": 100, - "trailingComma": "none", - "arrowParens": "avoid" - } -} diff --git a/packages/subapp-react/package.json b/packages/subapp-react/package.json deleted file mode 100644 index d0888b620c..0000000000 --- a/packages/subapp-react/package.json +++ /dev/null @@ -1,97 +0,0 @@ -{ - "name": "subapp-react", - "version": "0.0.28", - "description": "Electrode subapp support for React/Redux/React Router", - "module": "dist/dev/index.js", - "main": "lib/index.js", - "scripts": { - "test": "clap test", - "coverage": "clap coverage", - "build": "clap compile", - "prepublishOnly": "clap compile" - }, - "keywords": [ - "web", - "react", - "subapp", - "redux", - "react-router" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "lib", - "dist" - ], - "dependencies": { - "@babel/runtime": "^7.8.3", - "optional-require": "^1.0.0", - "subapp-util": "^1.1.1", - "subapp-web": "^1.0.37" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", - "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.3.1", - "@babel/preset-react": "^7.0.0", - "@babel/register": "^7.7.7", - "babel-preset-minify": "^0.5.1", - "electrode-archetype-njs-module-dev": "^3.0.0", - "jsdom": "^15.2.1", - "react": "^16.8.3", - "react-async-ssr": "^0.6.0", - "react-dom": "^16.8.3", - "react-redux": "^6.0.1", - "react-router": "^5.1.2", - "react-router-dom": "^5.1.2", - "redux": "^4.0.1", - "run-verify": "^1.2.2", - "subapp-pkg-util": "../subapp-pkg-util" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*" - }, - "fyn": { - "dependencies": { - "subapp-web": "../subapp-web", - "subapp-util": "../subapp-util" - } - }, - "nyc": { - "all": true, - "require": [ - "@babel/register", - "mocha" - ], - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test", - "browser", - "**/.babelrc.js" - ], - "check-coverage": true, - "statements": 100, - "branches": 100, - "functions": 100, - "lines": 100, - "cache": true - }, - "prettier": { - "printWidth": 100, - "trailingComma": "none", - "arrowParens": "avoid" - } -} diff --git a/packages/subapp-redux/package.json b/packages/subapp-redux/package.json deleted file mode 100644 index 9b1dd9c77e..0000000000 --- a/packages/subapp-redux/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "subapp-redux", - "version": "1.0.37", - "description": "Electrode subapp redux support", - "module": "dist/dev/index.js", - "main": "lib/index.js", - "scripts": { - "test": "clap test", - "coverage": "clap coverage", - "build": "clap compile", - "prepublishOnly": "clap compile" - }, - "keywords": [ - "web", - "react", - "subapp" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "lib", - "dist" - ], - "dependencies": { - "optional-require": "^1.0.0", - "subapp-util": "^1.1.1", - "subapp-web": "^1.0.37" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", - "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.3.1", - "@babel/preset-react": "^7.0.0", - "@babel/register": "^7.8.3", - "@babel/runtime": "^7.8.3", - "babel-preset-minify": "^0.4.3", - "electrode-archetype-njs-module-dev": "^3.0.0", - "react": "^16.8.3", - "react-dom": "^16.8.3", - "react-redux": "^6.0.1", - "redux": "^4.0.1", - "run-verify": "^1.2.2", - "subapp-pkg-util": "../subapp-pkg-util" - }, - "peerDependencies": { - "react": "*", - "react-dom": "*", - "redux": "*", - "react-redux": "*" - }, - "nyc": { - "all": true, - "require": [ - "@babel/register", - "mocha" - ], - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test", - "browser" - ], - "check-coverage": true, - "statements": 10, - "branches": 10, - "functions": 10, - "lines": 10, - "cache": true - }, - "fyn": { - "dependencies": { - "subapp-util": "../subapp-util", - "subapp-web": "../subapp-web" - } - } -} diff --git a/packages/subapp-server/package.json b/packages/subapp-server/package.json deleted file mode 100644 index 4e9749d7e6..0000000000 --- a/packages/subapp-server/package.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "name": "subapp-server", - "version": "1.3.6", - "description": "Electrode SubApp app server support", - "main": "lib/index.js", - "scripts": { - "test": "clap -n -x build check", - "coverage": "clap -n -x build check", - "build": "babel src -d resources --source-maps", - "prepare": "npm run build", - "prepublishOnly": "npm run build" - }, - "keywords": [ - "web", - "react", - "subapp" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "lib", - "resources", - "src", - "template.js" - ], - "dependencies": { - "@hapi/boom": "^7.4.1", - "@xarc/index-page": "^1.0.3", - "@xarc/jsx-renderer": "^1.0.3", - "@xarc/tag-renderer": "^1.0.1", - "filter-scan-dir": "^1.0.9", - "http-status-codes": "^1.3.0", - "optional-require": "^1.0.0", - "subapp-util": "^1.1.1", - "xaa": "^1.4.0" - }, - "devDependencies": { - "@babel/cli": "^7.4.4", - "@babel/core": "^7.4.4", - "@babel/preset-env": "^7.4.4", - "@babel/preset-react": "^7.0.0", - "@babel/register": "^7.4.4", - "electrode-archetype-njs-module-dev": "^3.0.0", - "electrode-server": "^3.0.0", - "run-verify": "^1.1.2", - "@xarc/fastify-server": "^1.1.0" - }, - "fyn": { - "dependencies": { - "@xarc/index-page": "../xarc-index-page", - "subapp-util": "../subapp-util", - "@xarc/jsx-renderer": "../xarc-jsx-renderer", - "@xarc/tag-renderer": "../xarc-tag-renderer" - } - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test", - "resources" - ], - "check-coverage": true, - "statements": 0, - "branches": 0, - "functions": 0, - "lines": 0, - "cache": true - }, - "prettier": { - "printWidth": 100, - "trailingComma": "none", - "arrowParens": "avoid" - }, - "publishConfig": { - "registry": "https://registry.npmjs.org/", - "access": "public" - } -} diff --git a/packages/subapp-web/package.json b/packages/subapp-web/package.json deleted file mode 100644 index dae9066c00..0000000000 --- a/packages/subapp-web/package.json +++ /dev/null @@ -1,87 +0,0 @@ -{ - "name": "subapp-web", - "version": "1.0.37", - "description": "Electrode subapp web support", - "module": "dist/dev/index.js", - "main": "lib/index.js", - "scripts": { - "test": "clap test", - "coverage": "clap coverage", - "build": "clap compile", - "prepublishOnly": "clap compile" - }, - "keywords": [ - "web", - "react", - "subapp" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "files": [ - "lib", - "dist" - ], - "dependencies": { - "@babel/runtime": "^7.8.3", - "history": "^4.9.0", - "jsesc": "^2.5.2", - "loadjs": "^4.2.0", - "lodash": "^4.17.15", - "optional-require": "^1.0.0", - "request": "^2.88.0", - "subapp-util": "^1.1.1", - "xaa": "^1.6.0" - }, - "devDependencies": { - "@babel/cli": "^7.2.3", - "@babel/core": "^7.2.2", - "@babel/plugin-transform-runtime": "^7.8.3", - "@babel/preset-env": "^7.3.1", - "@babel/preset-react": "^7.0.0", - "@babel/register": "^7.7.7", - "babel-preset-minify": "^0.5.1", - "chai-as-promised": "^7.1.1", - "electrode-archetype-njs-module-dev": "^3.0.0", - "jsdom": "^15.2.1", - "mock-require": "^1.3.0", - "run-verify": "^1.2.2", - "subapp-pkg-util": "../subapp-pkg-util", - "electrode-react-webapp": "^3.8.9" - }, - "fyn": { - "dependencies": { - "subapp-util": "../subapp-util" - } - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "coverage", - "*clap.js", - "gulpfile.js", - "dist", - "test", - "browser", - "node-dist" - ], - "check-coverage": true, - "statements": 0, - "branches": 0, - "functions": 0, - "lines": 0, - "cache": true - }, - "prettier": { - "printWidth": 100, - "trailingComma": "none", - "arrowParens": "avoid" - } -} diff --git a/packages/xarc-app-dev/package.json b/packages/xarc-app-dev/package.json deleted file mode 100644 index ee06c19f06..0000000000 --- a/packages/xarc-app-dev/package.json +++ /dev/null @@ -1,205 +0,0 @@ -{ - "name": "@xarc/app-dev", - "version": "8.1.17", - "description": "Electrode X application development support", - "main": "index.js", - "homepage": "http://www.electrode.io", - "repository": { - "type": "git", - "url": "https://github.com/electrode-io/electrode.git" - }, - "bugs": { - "url": "https://github.com/electrode-io/electrode/issues" - }, - "license": "Apache-2.0", - "scripts": { - "compile": "tsc", - "build": "xrun -s compile user/moveDist", - "test": "xrun xarc/test-only", - "coverage": "xrun xarc/check", - "format": "prettier --write --print-width 100 *.{js,jsx} `find . -type d -d 1 -exec echo '{}/**/*.{js,jsx}' \\; | egrep -v '(/node_modules/|/dist/|/coverage/)'`", - "prepublishOnly": "xrun [[build, docs], xarc/check]", - "docs": "xrun xarc/docs", - "bootstrap": "cd ../.. && npx fynpo bootstrap --only @xarc/app-dev" - }, - "files": [ - "config", - "dist", - "lib", - "src", - "require.js", - "scripts" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "peerDependencies": { - "@xarc/app": "^8.0.21" - }, - "dependencies": { - "@babel/cli": "^7.1.5", - "@babel/core": "^7.1.6", - "@babel/plugin-proposal-class-properties": "^7.2.1", - "@babel/plugin-proposal-decorators": "^7.4.4", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", - "@babel/plugin-syntax-dynamic-import": "^7.2.0", - "@babel/plugin-transform-react-constant-elements": "^7.0.0", - "@babel/plugin-transform-react-inline-elements": "^7.0.0", - "@babel/plugin-transform-runtime": "^7.1.0", - "@babel/preset-env": "^7.1.6", - "@babel/preset-react": "^7.0.0", - "@babel/preset-typescript": "^7.0.0", - "@babel/register": "^7.0.0", - "@jchip/redbird": "^1.1.2", - "@loadable/babel-plugin": "^5.10.0", - "@xarc/webpack": "^8.1.7", - "ansi-to-html": "^0.6.8", - "babel-plugin-dynamic-import-node": "^2.2.0", - "babel-plugin-lodash": "^3.3.4", - "babel-plugin-minify-dead-code-elimination": "^0.5.0", - "babel-plugin-transform-node-env-inline": "^0.4.3", - "babel-plugin-transform-react-remove-prop-types": "^0.4.20", - "boxen": "^4.2.0", - "chalker": "^1.2.0", - "chokidar": "^3.4.1", - "core-js": "^3.6.5", - "electrode-hapi-compat": "^1.3.3", - "electrode-node-resolver": "^2.0.1", - "filter-scan-dir": "^1.0.10", - "fs-extra": "^9.0.1", - "identity-obj-proxy": "^3.0.0", - "is-ci": "^2.0.0", - "isomorphic-loader": "^4.0.2", - "lodash": "^4.17.19", - "log-update": "^4.0.0", - "mime": "^2.4.6", - "mkdirp": "^1.0.4", - "nix-clap": "^1.3.12", - "nyc": "^15.1.0", - "optional-require": "^1.0.2", - "pkg-up": "^3.1.0", - "prompts": "^2.3.2", - "ps-get": "^1.1.0", - "read-pkg-up": "^7.0.1", - "regenerator-runtime": "^0.13.7", - "request": "^2.88.2", - "require-at": "^1.0.4", - "semver": "^7.3.2", - "serve-index-fs": "^1.10.1", - "subapp-util": "^1.1.1", - "sudo-prompt": "^8.2.5", - "visual-logger": "^1.1.3", - "webpack-dev-middleware": "^3.7.2", - "webpack-hot-middleware": "^2.25.0", - "winston": "^2.4.4", - "xaa": "^1.6.0", - "xclap": "^0.2.53", - "xenv-config": "^1.3.1", - "xsh": "^0.4.5" - }, - "devDependencies": { - "@istanbuljs/nyc-config-typescript": "^1.0.1", - "@types/chai": "^4.2.11", - "@types/mocha": "^7.0.2", - "@types/node": "^13.7.6", - "@types/sinon": "^9.0.0", - "@types/sinon-chai": "^3.2.4", - "@typescript-eslint/eslint-plugin": "^2.21.0", - "@typescript-eslint/parser": "^2.21.0", - "@xarc/app": "../xarc-app", - "@xarc/module-dev": "^2.2.3", - "@xarc/run": "^1.0.3", - "babel-eslint": "^10.1.0", - "chai": "^4.2.0", - "e1": "./e1", - "electrode-server": "^3.2.0", - "eslint": "^6.8.0", - "eslint-config-walmart": "^2.2.1", - "eslint-plugin-filenames": "^1.1.0", - "eslint-plugin-jsdoc": "^21.0.0", - "mocha": "^7.1.0", - "mock-require": "^3.0.3", - "nyc": "^15.0.0", - "prettier": "^1.14.2", - "run-verify": "^1.2.5", - "shx": "^0.3.2", - "sinon": "^7.2.6", - "sinon-chai": "^3.3.0", - "source-map-support": "^0.5.16", - "ts-node": "^8.6.2", - "typedoc": "^0.17.4", - "typescript": "^3.8.3" - }, - "engines": { - "node": ">= 10", - "npm": ">= 6" - }, - "fyn": { - "dependencies": { - "@xarc/webpack": "../xarc-webpack", - "electrode-node-resolver": "../electrode-node-resolver", - "subapp-util": "../subapp-util" - }, - "devDependencies": { - "@xarc/app": "../xarc-app", - "e1": "./e1" - } - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "*clap.js", - "*clap.ts", - "coverage", - "dist", - "docs", - "gulpfile.js", - "test", - "xrun*.js", - "xrun*.ts", - "lib", - "config" - ], - "check-coverage": false, - "statements": 0, - "branches": 0, - "functions": 0, - "lines": 0, - "cache": true, - "extends": [ - "@istanbuljs/nyc-config-typescript" - ] - }, - "publishConfig": { - "registry": "https://registry.npmjs.org/", - "access": "public" - }, - "@xarc/module-dev": { - "srcDir": [ - "src", - "test", - "scripts" - ], - "features": [ - "eslint", - "eslintTS", - "mocha", - "typedoc", - "typescript" - ] - }, - "mocha": { - "require": [ - "ts-node/register", - "source-map-support/register", - "@xarc/module-dev/config/test/setup.js" - ], - "recursive": true - } -} diff --git a/packages/xarc-app/package.json b/packages/xarc-app/package.json deleted file mode 100644 index c557f23c26..0000000000 --- a/packages/xarc-app/package.json +++ /dev/null @@ -1,138 +0,0 @@ -{ - "name": "@xarc/app", - "version": "8.1.17", - "description": "Electrode X application runtime support", - "main": "index.js", - "homepage": "http://www.electrode.io", - "repository": { - "type": "git", - "url": "https://github.com/electrode-io/electrode.git" - }, - "bugs": { - "url": "https://github.com/electrode-io/electrode/issues" - }, - "license": "Apache-2.0", - "scripts": { - "build": "rm -rf dist && tsc", - "test": "xrun xarc/test-only", - "format": "prettier --write --print-width 100 *.{js,jsx} `find . -type d -d 1 -exec echo '{}/**/*.{js,jsx}' \\; | egrep -v '(/node_modules/|/dist/|/coverage/)'`", - "prepublishOnly": "xrun [[build, docs], xarc/check]", - "docs": "xrun xarc/docs", - "coverage": "xrun xarc/test-cov" - }, - "files": [ - "arch-clap.js", - "config", - "dist", - "lib", - "require.js", - "support", - "supports.js", - "typedef.js" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "dependencies": { - "@babel/runtime": "^7.8.3", - "css-modules-require-hook": "^4.0.2", - "ignore-styles": "^5.0.1", - "isomorphic-loader": "^4.0.2", - "optional-require": "^1.0.0", - "subapp-util": "^1.1.1" - }, - "devDependencies": { - "@istanbuljs/nyc-config-typescript": "^1.0.1", - "@types/chai": "^4.2.11", - "@types/mocha": "^7.0.2", - "@types/node": "^13.7.6", - "@types/sinon": "^9.0.0", - "@types/sinon-chai": "^3.2.4", - "@typescript-eslint/eslint-plugin": "^2.21.0", - "@typescript-eslint/parser": "^2.21.0", - "@xarc/module-dev": "^2.2.4", - "babel-eslint": "^10.1.0", - "chai": "^4.2.0", - "chalk": "^1.1.3", - "eslint": "^6.8.0", - "eslint-config-walmart": "^2.2.1", - "eslint-plugin-filenames": "^1.1.0", - "eslint-plugin-jsdoc": "^21.0.0", - "mocha": "^7.1.0", - "mock-require": "^3.0.3", - "nyc": "^15.0.0", - "prettier": "^1.14.2", - "prompts": "^2.2.1", - "sinon": "^7.2.6", - "sinon-chai": "^3.3.0", - "source-map-support": "^0.5.16", - "ts-node": "^8.6.2", - "typedoc": "^0.17.4", - "typescript": "^3.8.3" - }, - "engines": { - "node": ">= 10", - "npm": ">= 6" - }, - "nyc": { - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "exclude": [ - "*clap.js", - "*clap.ts", - "coverage", - "dist", - "docs", - "gulpfile.js", - "test", - "xrun*.js", - "xrun*.ts", - "config" - ], - "extends": [ - "@istanbuljs/nyc-config-typescript" - ], - "check-coverage": true, - "statements": 0, - "branches": 0, - "functions": 0, - "lines": 0, - "cache": false - }, - "fyn": { - "dependencies": { - "subapp-util": "../subapp-util" - } - }, - "publishConfig": { - "registry": "https://registry.npmjs.org/", - "access": "public" - }, - "prettier": { - "printWidth": 100, - "trailingComma": "none", - "arrowParens": "avoid" - }, - "@xarc/module-dev": { - "features": [ - "eslint", - "eslintTS", - "mocha", - "typedoc", - "typescript" - ] - }, - "mocha": { - "require": [ - "ts-node/register", - "source-map-support/register", - "@xarc/module-dev/config/test/setup.js" - ], - "recursive": true - } -} diff --git a/packages/xarc-create-app/package.json b/packages/xarc-create-app/package.json deleted file mode 100644 index 5413808dfd..0000000000 --- a/packages/xarc-create-app/package.json +++ /dev/null @@ -1,100 +0,0 @@ -{ - "name": "@xarc/create-app", - "version": "3.0.11", - "description": "Create react.js/node.js webapp using the Electrode Platform", - "main": "dist/index.js", - "scripts": { - "prepublishOnly": "webpack", - "test": "mocha", - "coverage": "nyc npm test" - }, - "publishConfig": { - "registry": "https://registry.npmjs.org/", - "access": "public" - }, - "bin": { - "create-app": "bin/create-app.js" - }, - "keywords": [ - "electrode", - "react", - "node.js", - "webapp" - ], - "files": [ - "bin", - "dist", - "lib", - "template" - ], - "author": "Electrode (http://www.electrode.io/)", - "contributors": [ - "Joel Chen " - ], - "license": "Apache-2.0", - "devDependencies": { - "@babel/core": "^7.6.2", - "@babel/preset-env": "^7.6.2", - "@types/chai": "^4.2.11", - "@types/mocha": "^7.0.2", - "@xarc/module-dev": "^2.2.4", - "babel-loader": "^8.0.6", - "chai": "^4.2.0", - "chalker": "^1.2.0", - "lodash": "^4.17.15", - "mocha": "^7.1.0", - "nyc": "^15.0.0", - "opfs": "^1.1.1", - "prompts": "^2.3.2", - "shcmd": "^0.7.9", - "sinon": "^7.2.6", - "sinon-chai": "^3.3.0", - "webpack": "^4.41.0", - "webpack-bundle-analyzer": "^3.5.2", - "webpack-cli": "^3.3.9", - "xclap": "^0.2.51", - "run-verify": "^1.2.5" - }, - "prettier": { - "printWidth": 100, - "arrowParens": "avoid", - "trailingComma": "none" - }, - "mocha": { - "require": [ - "./test/setup.js" - ], - "recursive": true - }, - "nyc": { - "extends": [], - "all": true, - "reporter": [ - "lcov", - "text", - "text-summary" - ], - "include": [ - "src" - ], - "exclude": [ - "*clap.js", - "*clap.ts", - "coverage", - "dist", - "docs", - "gulpfile.js", - "test", - "xrun*.js", - "xrun*.ts", - "template", - "bin" - ], - "check-coverage": false, - "statements": 100, - "branches": 100, - "functions": 100, - "lines": 100, - "cache": true - } -} diff --git a/packages/xarc-index-page/docs/assets/js/search.json b/packages/xarc-index-page/docs/assets/js/search.json deleted file mode 100644 index e64a0638bd..0000000000 --- a/packages/xarc-index-page/docs/assets/js/search.json +++ /dev/null @@ -1 +0,0 @@ -{"kinds":{"1":"Module","32":"Variable","64":"Function","2097152":"Object literal"},"rows":[{"id":0,"kind":1,"name":"\"handlers/prefetch-bundles\"","url":"modules/_handlers_prefetch_bundles_.html","classes":"tsd-kind-module"},{"id":1,"kind":1,"name":"\"utils\"","url":"modules/_utils_.html","classes":"tsd-kind-module"},{"id":2,"kind":64,"name":"resolveChunkSelector","url":"modules/_utils_.html#resolvechunkselector","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":3,"kind":64,"name":"loadAssetsFromStats","url":"modules/_utils_.html#loadassetsfromstats","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":4,"kind":64,"name":"getIconStats","url":"modules/_utils_.html#geticonstats","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":5,"kind":64,"name":"getCriticalCSS","url":"modules/_utils_.html#getcriticalcss","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":6,"kind":64,"name":"getStatsPath","url":"modules/_utils_.html#getstatspath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":7,"kind":64,"name":"htmlifyError","url":"modules/_utils_.html#htmlifyerror","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":8,"kind":64,"name":"htmlifyScripts","url":"modules/_utils_.html#htmlifyscripts","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":9,"kind":64,"name":"getDevCssBundle","url":"modules/_utils_.html#getdevcssbundle","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":10,"kind":64,"name":"getDevJsBundle","url":"modules/_utils_.html#getdevjsbundle","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":11,"kind":64,"name":"getProdBundles","url":"modules/_utils_.html#getprodbundles","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":12,"kind":64,"name":"processRenderSsMode","url":"modules/_utils_.html#processrenderssmode","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":13,"kind":64,"name":"getCspNonce","url":"modules/_utils_.html#getcspnonce","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":14,"kind":64,"name":"resolvePath","url":"modules/_utils_.html#resolvepath","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":15,"kind":64,"name":"responseForError","url":"modules/_utils_.html#responseforerror","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":16,"kind":64,"name":"responseForBadStatus","url":"modules/_utils_.html#responseforbadstatus","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":17,"kind":64,"name":"loadFuncFromModule","url":"modules/_utils_.html#loadfuncfrommodule","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":18,"kind":64,"name":"getOtherStats","url":"modules/_utils_.html#getotherstats","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":19,"kind":64,"name":"getOtherAssets","url":"modules/_utils_.html#getotherassets","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":20,"kind":64,"name":"getBundleJsNameByQuery","url":"modules/_utils_.html#getbundlejsnamebyquery","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":21,"kind":64,"name":"isReadableStream","url":"modules/_utils_.html#isreadablestream","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":22,"kind":64,"name":"munchyHandleStreamError","url":"modules/_utils_.html#munchyhandlestreamerror","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":23,"kind":64,"name":"makeDevBundleBase","url":"modules/_utils_.html#makedevbundlebase","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"utils\""},{"id":24,"kind":1,"name":"\"token-handlers\"","url":"modules/_token_handlers_.html","classes":"tsd-kind-module"},{"id":25,"kind":2097152,"name":"tokens","url":"modules/_token_handlers_.html#tokens","classes":"tsd-kind-object-literal tsd-parent-kind-module","parent":"\"token-handlers\""},{"id":26,"kind":32,"name":"INITIALIZE","url":"modules/_token_handlers_.html#tokens.initialize","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":27,"kind":32,"name":"PREFETCH_BUNDLES","url":"modules/_token_handlers_.html#tokens.prefetch_bundles","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":28,"kind":32,"name":"META_TAGS","url":"modules/_token_handlers_.html#tokens.meta_tags","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":29,"kind":32,"name":"CRITICAL_CSS","url":"modules/_token_handlers_.html#tokens.critical_css","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":30,"kind":32,"name":"HEAD_INITIALIZE","url":"modules/_token_handlers_.html#tokens.head_initialize","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":31,"kind":32,"name":"HEAD_CLOSED","url":"modules/_token_handlers_.html#tokens.head_closed","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":32,"kind":32,"name":"BODY_CLOSED","url":"modules/_token_handlers_.html#tokens.body_closed","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":33,"kind":32,"name":"HTML_CLOSED","url":"modules/_token_handlers_.html#tokens.html_closed","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"token-handlers\".tokens"},{"id":34,"kind":64,"name":"setup","url":"modules/_token_handlers_.html#setup","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"token-handlers\""},{"id":35,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-module"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,23.465,1,23.465]],["parent/0",[]],["name/1",[2,4.639]],["parent/1",[]],["name/2",[3,32.76]],["parent/2",[2,0.482]],["name/3",[4,32.76]],["parent/3",[2,0.482]],["name/4",[5,32.76]],["parent/4",[2,0.482]],["name/5",[6,32.76]],["parent/5",[2,0.482]],["name/6",[7,32.76]],["parent/6",[2,0.482]],["name/7",[8,32.76]],["parent/7",[2,0.482]],["name/8",[9,32.76]],["parent/8",[2,0.482]],["name/9",[10,32.76]],["parent/9",[2,0.482]],["name/10",[11,32.76]],["parent/10",[2,0.482]],["name/11",[12,32.76]],["parent/11",[2,0.482]],["name/12",[13,32.76]],["parent/12",[2,0.482]],["name/13",[14,32.76]],["parent/13",[2,0.482]],["name/14",[15,32.76]],["parent/14",[2,0.482]],["name/15",[16,32.76]],["parent/15",[2,0.482]],["name/16",[17,32.76]],["parent/16",[2,0.482]],["name/17",[18,32.76]],["parent/17",[2,0.482]],["name/18",[19,32.76]],["parent/18",[2,0.482]],["name/19",[20,32.76]],["parent/19",[2,0.482]],["name/20",[21,32.76]],["parent/20",[2,0.482]],["name/21",[22,32.76]],["parent/21",[2,0.482]],["name/22",[23,32.76]],["parent/22",[2,0.482]],["name/23",[24,32.76]],["parent/23",[2,0.482]],["name/24",[25,8.555,26,17.263]],["parent/24",[]],["name/25",[27,32.76]],["parent/25",[25,0.904,26,1.825]],["name/26",[28,32.76]],["parent/26",[25,0.904,29,1.138]],["name/27",[30,32.76]],["parent/27",[25,0.904,29,1.138]],["name/28",[31,32.76]],["parent/28",[25,0.904,29,1.138]],["name/29",[32,32.76]],["parent/29",[25,0.904,29,1.138]],["name/30",[33,32.76]],["parent/30",[25,0.904,29,1.138]],["name/31",[34,32.76]],["parent/31",[25,0.904,29,1.138]],["name/32",[35,32.76]],["parent/32",[25,0.904,29,1.138]],["name/33",[36,32.76]],["parent/33",[25,0.904,29,1.138]],["name/34",[37,32.76]],["parent/34",[25,0.904,26,1.825]],["name/35",[38,32.76]],["parent/35",[]]],"invertedIndex":[["body_closed",{"_index":35,"name":{"32":{}},"parent":{}}],["bundles",{"_index":1,"name":{"0":{}},"parent":{}}],["critical_css",{"_index":32,"name":{"29":{}},"parent":{}}],["getbundlejsnamebyquery",{"_index":21,"name":{"20":{}},"parent":{}}],["getcriticalcss",{"_index":6,"name":{"5":{}},"parent":{}}],["getcspnonce",{"_index":14,"name":{"13":{}},"parent":{}}],["getdevcssbundle",{"_index":10,"name":{"9":{}},"parent":{}}],["getdevjsbundle",{"_index":11,"name":{"10":{}},"parent":{}}],["geticonstats",{"_index":5,"name":{"4":{}},"parent":{}}],["getotherassets",{"_index":20,"name":{"19":{}},"parent":{}}],["getotherstats",{"_index":19,"name":{"18":{}},"parent":{}}],["getprodbundles",{"_index":12,"name":{"11":{}},"parent":{}}],["getstatspath",{"_index":7,"name":{"6":{}},"parent":{}}],["handlers",{"_index":26,"name":{"24":{}},"parent":{"25":{},"34":{}}}],["handlers\".tokens",{"_index":29,"name":{},"parent":{"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{}}}],["handlers/prefetch",{"_index":0,"name":{"0":{}},"parent":{}}],["head_closed",{"_index":34,"name":{"31":{}},"parent":{}}],["head_initialize",{"_index":33,"name":{"30":{}},"parent":{}}],["html_closed",{"_index":36,"name":{"33":{}},"parent":{}}],["htmlifyerror",{"_index":8,"name":{"7":{}},"parent":{}}],["htmlifyscripts",{"_index":9,"name":{"8":{}},"parent":{}}],["index",{"_index":38,"name":{"35":{}},"parent":{}}],["initialize",{"_index":28,"name":{"26":{}},"parent":{}}],["isreadablestream",{"_index":22,"name":{"21":{}},"parent":{}}],["loadassetsfromstats",{"_index":4,"name":{"3":{}},"parent":{}}],["loadfuncfrommodule",{"_index":18,"name":{"17":{}},"parent":{}}],["makedevbundlebase",{"_index":24,"name":{"23":{}},"parent":{}}],["meta_tags",{"_index":31,"name":{"28":{}},"parent":{}}],["munchyhandlestreamerror",{"_index":23,"name":{"22":{}},"parent":{}}],["prefetch_bundles",{"_index":30,"name":{"27":{}},"parent":{}}],["processrenderssmode",{"_index":13,"name":{"12":{}},"parent":{}}],["resolvechunkselector",{"_index":3,"name":{"2":{}},"parent":{}}],["resolvepath",{"_index":15,"name":{"14":{}},"parent":{}}],["responseforbadstatus",{"_index":17,"name":{"16":{}},"parent":{}}],["responseforerror",{"_index":16,"name":{"15":{}},"parent":{}}],["setup",{"_index":37,"name":{"34":{}},"parent":{}}],["token",{"_index":25,"name":{"24":{}},"parent":{"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{}}}],["tokens",{"_index":27,"name":{"25":{}},"parent":{}}],["utils",{"_index":2,"name":{"1":{}},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{}}}]],"pipeline":[]}} \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/docs/assets/js/search.json b/packages/xarc-jsx-renderer/docs/assets/js/search.json deleted file mode 100644 index 9dd21d3c93..0000000000 --- a/packages/xarc-jsx-renderer/docs/assets/js/search.json +++ /dev/null @@ -1 +0,0 @@ -{"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","262144":"Accessor","4194304":"Type alias"},"rows":[{"id":0,"kind":1,"name":"@xarc/jsx-renderer","url":"modules/_xarc_jsx_renderer.html","classes":"tsd-kind-module"},{"id":1,"kind":128,"name":"Component","url":"classes/_xarc_jsx_renderer.component.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":2,"kind":1024,"name":"props","url":"classes/_xarc_jsx_renderer.component.html#props","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@xarc/jsx-renderer.Component"},{"id":3,"kind":1024,"name":"context","url":"classes/_xarc_jsx_renderer.component.html#context","classes":"tsd-kind-property tsd-parent-kind-class","parent":"@xarc/jsx-renderer.Component"},{"id":4,"kind":512,"name":"constructor","url":"classes/_xarc_jsx_renderer.component.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"@xarc/jsx-renderer.Component"},{"id":5,"kind":2048,"name":"isComponent","url":"classes/_xarc_jsx_renderer.component.html#iscomponent","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@xarc/jsx-renderer.Component"},{"id":6,"kind":2048,"name":"render","url":"classes/_xarc_jsx_renderer.component.html#render","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@xarc/jsx-renderer.Component"},{"id":7,"kind":1,"name":"\"symbols\"","url":"modules/_symbols_.html","classes":"tsd-kind-module"},{"id":8,"kind":32,"name":"xarcJsxElement","url":"modules/_symbols_.html#xarcjsxelement","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"\"symbols\""},{"id":9,"kind":128,"name":"JsxRenderer","url":"classes/_xarc_jsx_renderer.jsxrenderer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":10,"kind":1024,"name":"_options","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_options","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":11,"kind":1024,"name":"_tokenHandlers","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_tokenhandlers","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":12,"kind":1024,"name":"_handlersMap","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_handlersmap","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":13,"kind":1024,"name":"_tokens","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_tokens","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":14,"kind":1024,"name":"_handlerContext","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_handlercontext","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":15,"kind":1024,"name":"_template","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_template","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":16,"kind":1024,"name":"_beforeRenders","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_beforerenders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":17,"kind":1024,"name":"_afterRenders","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_afterrenders","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":18,"kind":1024,"name":"_handlersLookup","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_handlerslookup","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":19,"kind":1024,"name":"_templateRequire","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_templaterequire","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":20,"kind":512,"name":"constructor","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":21,"kind":262144,"name":"insertTokenIds","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#inserttokenids","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":22,"kind":262144,"name":"templateFullPath","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#templatefullpath","classes":"tsd-kind-get-signature tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":23,"kind":2048,"name":"render","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#render","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":24,"kind":2048,"name":"_render","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_render","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":25,"kind":2048,"name":"initializeRenderer","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#initializerenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":26,"kind":2048,"name":"registerTokenHandler","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#registertokenhandler","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":27,"kind":2048,"name":"_loadTokenHandler","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_loadtokenhandler","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":28,"kind":2048,"name":"_applyTokenLoad","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_applytokenload","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":29,"kind":2048,"name":"setupTokenInst","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#setuptokeninst","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":30,"kind":2048,"name":"getTokenInst","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#gettokeninst","classes":"tsd-kind-method tsd-parent-kind-class","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":31,"kind":2048,"name":"_initializeTokenHandlers","url":"classes/_xarc_jsx_renderer.jsxrenderer.html#_initializetokenhandlers","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-private","parent":"@xarc/jsx-renderer.JsxRenderer"},{"id":32,"kind":64,"name":"Token","url":"modules/_xarc_jsx_renderer.html#token","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":33,"kind":128,"name":"IndexPage","url":"classes/_xarc_jsx_renderer.indexpage.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":34,"kind":2048,"name":"memoize","url":"classes/_xarc_jsx_renderer.indexpage.html#memoize","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"@xarc/jsx-renderer.IndexPage"},{"id":35,"kind":1024,"name":"props","url":"classes/_xarc_jsx_renderer.indexpage.html#props","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@xarc/jsx-renderer.IndexPage"},{"id":36,"kind":1024,"name":"context","url":"classes/_xarc_jsx_renderer.indexpage.html#context","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"@xarc/jsx-renderer.IndexPage"},{"id":37,"kind":512,"name":"constructor","url":"classes/_xarc_jsx_renderer.indexpage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited","parent":"@xarc/jsx-renderer.IndexPage"},{"id":38,"kind":2048,"name":"isComponent","url":"classes/_xarc_jsx_renderer.indexpage.html#iscomponent","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@xarc/jsx-renderer.IndexPage"},{"id":39,"kind":2048,"name":"render","url":"classes/_xarc_jsx_renderer.indexpage.html#render","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-inherited","parent":"@xarc/jsx-renderer.IndexPage"},{"id":40,"kind":64,"name":"Require","url":"modules/_xarc_jsx_renderer.html#require","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":41,"kind":64,"name":"Literal","url":"modules/_xarc_jsx_renderer.html#literal","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":42,"kind":64,"name":"RegisterTokenIds","url":"modules/_xarc_jsx_renderer.html#registertokenids","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":43,"kind":4194304,"name":"Element","url":"modules/_xarc_jsx_renderer.html#element","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"@xarc/jsx-renderer"},{"id":44,"kind":65536,"name":"__type","url":"modules/_xarc_jsx_renderer.html#element.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"@xarc/jsx-renderer.Element"},{"id":45,"kind":32,"name":"$$typeof","url":"modules/_xarc_jsx_renderer.html#element.__type.__typeof","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":46,"kind":32,"name":"id","url":"modules/_xarc_jsx_renderer.html#element.__type.id","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":47,"kind":32,"name":"type","url":"modules/_xarc_jsx_renderer.html#element.__type.type","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":48,"kind":32,"name":"children","url":"modules/_xarc_jsx_renderer.html#element.__type.children","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":49,"kind":32,"name":"props","url":"modules/_xarc_jsx_renderer.html#element.__type.props","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":50,"kind":32,"name":"tag","url":"modules/_xarc_jsx_renderer.html#element.__type.tag","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":51,"kind":32,"name":"Construct","url":"modules/_xarc_jsx_renderer.html#element.__type.construct","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":52,"kind":32,"name":"memoize","url":"modules/_xarc_jsx_renderer.html#element.__type.memoize","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"@xarc/jsx-renderer.Element.__type"},{"id":53,"kind":64,"name":"createElement","url":"modules/_xarc_jsx_renderer.html#createelement","classes":"tsd-kind-function tsd-parent-kind-module","parent":"@xarc/jsx-renderer"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,0.334,1,11.877]],["parent/0",[]],["name/1",[2,36.289]],["parent/1",[0,0.046,1,1.624]],["name/2",[3,27.752]],["parent/2",[0,0.046,4,2.258]],["name/3",[5,31.142]],["parent/3",[0,0.046,4,2.258]],["name/4",[6,27.752]],["parent/4",[0,0.046,4,2.258]],["name/5",[7,31.142]],["parent/5",[0,0.046,4,2.258]],["name/6",[8,27.752]],["parent/6",[0,0.046,4,2.258]],["name/7",[9,31.142]],["parent/7",[]],["name/8",[10,36.289]],["parent/8",[9,3.838]],["name/9",[11,36.289]],["parent/9",[0,0.046,1,1.624]],["name/10",[12,36.289]],["parent/10",[0,0.046,13,0.876]],["name/11",[14,36.289]],["parent/11",[0,0.046,13,0.876]],["name/12",[15,36.289]],["parent/12",[0,0.046,13,0.876]],["name/13",[16,36.289]],["parent/13",[0,0.046,13,0.876]],["name/14",[17,36.289]],["parent/14",[0,0.046,13,0.876]],["name/15",[18,36.289]],["parent/15",[0,0.046,13,0.876]],["name/16",[19,36.289]],["parent/16",[0,0.046,13,0.876]],["name/17",[20,36.289]],["parent/17",[0,0.046,13,0.876]],["name/18",[21,36.289]],["parent/18",[0,0.046,13,0.876]],["name/19",[22,36.289]],["parent/19",[0,0.046,13,0.876]],["name/20",[6,27.752]],["parent/20",[0,0.046,13,0.876]],["name/21",[23,36.289]],["parent/21",[0,0.046,13,0.876]],["name/22",[24,36.289]],["parent/22",[0,0.046,13,0.876]],["name/23",[8,27.752]],["parent/23",[0,0.046,13,0.876]],["name/24",[25,36.289]],["parent/24",[0,0.046,13,0.876]],["name/25",[26,36.289]],["parent/25",[0,0.046,13,0.876]],["name/26",[27,36.289]],["parent/26",[0,0.046,13,0.876]],["name/27",[28,36.289]],["parent/27",[0,0.046,13,0.876]],["name/28",[29,36.289]],["parent/28",[0,0.046,13,0.876]],["name/29",[30,36.289]],["parent/29",[0,0.046,13,0.876]],["name/30",[31,36.289]],["parent/30",[0,0.046,13,0.876]],["name/31",[32,36.289]],["parent/31",[0,0.046,13,0.876]],["name/32",[33,36.289]],["parent/32",[0,0.046,1,1.624]],["name/33",[34,36.289]],["parent/33",[0,0.046,1,1.624]],["name/34",[35,31.142]],["parent/34",[0,0.046,36,2.094]],["name/35",[3,27.752]],["parent/35",[0,0.046,36,2.094]],["name/36",[5,31.142]],["parent/36",[0,0.046,36,2.094]],["name/37",[6,27.752]],["parent/37",[0,0.046,36,2.094]],["name/38",[7,31.142]],["parent/38",[0,0.046,36,2.094]],["name/39",[8,27.752]],["parent/39",[0,0.046,36,2.094]],["name/40",[37,36.289]],["parent/40",[0,0.046,1,1.624]],["name/41",[38,36.289]],["parent/41",[0,0.046,1,1.624]],["name/42",[39,36.289]],["parent/42",[0,0.046,1,1.624]],["name/43",[40,36.289]],["parent/43",[0,0.046,1,1.624]],["name/44",[41,36.289]],["parent/44",[0,0.046,42,3.532]],["name/45",[43,36.289]],["parent/45",[0,0.046,44,1.831]],["name/46",[45,36.289]],["parent/46",[0,0.046,44,1.831]],["name/47",[46,36.289]],["parent/47",[0,0.046,44,1.831]],["name/48",[47,36.289]],["parent/48",[0,0.046,44,1.831]],["name/49",[3,27.752]],["parent/49",[0,0.046,44,1.831]],["name/50",[48,36.289]],["parent/50",[0,0.046,44,1.831]],["name/51",[49,36.289]],["parent/51",[0,0.046,44,1.831]],["name/52",[35,31.142]],["parent/52",[0,0.046,44,1.831]],["name/53",[50,36.289]],["parent/53",[0,0.046,1,1.624]]],"invertedIndex":[["__type",{"_index":41,"name":{"44":{}},"parent":{}}],["_afterrenders",{"_index":20,"name":{"17":{}},"parent":{}}],["_applytokenload",{"_index":29,"name":{"28":{}},"parent":{}}],["_beforerenders",{"_index":19,"name":{"16":{}},"parent":{}}],["_handlercontext",{"_index":17,"name":{"14":{}},"parent":{}}],["_handlerslookup",{"_index":21,"name":{"18":{}},"parent":{}}],["_handlersmap",{"_index":15,"name":{"12":{}},"parent":{}}],["_initializetokenhandlers",{"_index":32,"name":{"31":{}},"parent":{}}],["_loadtokenhandler",{"_index":28,"name":{"27":{}},"parent":{}}],["_options",{"_index":12,"name":{"10":{}},"parent":{}}],["_render",{"_index":25,"name":{"24":{}},"parent":{}}],["_template",{"_index":18,"name":{"15":{}},"parent":{}}],["_templaterequire",{"_index":22,"name":{"19":{}},"parent":{}}],["_tokenhandlers",{"_index":14,"name":{"11":{}},"parent":{}}],["_tokens",{"_index":16,"name":{"13":{}},"parent":{}}],["children",{"_index":47,"name":{"48":{}},"parent":{}}],["component",{"_index":2,"name":{"1":{}},"parent":{}}],["construct",{"_index":49,"name":{"51":{}},"parent":{}}],["constructor",{"_index":6,"name":{"4":{},"20":{},"37":{}},"parent":{}}],["context",{"_index":5,"name":{"3":{},"36":{}},"parent":{}}],["createelement",{"_index":50,"name":{"53":{}},"parent":{}}],["element",{"_index":40,"name":{"43":{}},"parent":{}}],["gettokeninst",{"_index":31,"name":{"30":{}},"parent":{}}],["id",{"_index":45,"name":{"46":{}},"parent":{}}],["indexpage",{"_index":34,"name":{"33":{}},"parent":{}}],["initializerenderer",{"_index":26,"name":{"25":{}},"parent":{}}],["inserttokenids",{"_index":23,"name":{"21":{}},"parent":{}}],["iscomponent",{"_index":7,"name":{"5":{},"38":{}},"parent":{}}],["jsxrenderer",{"_index":11,"name":{"9":{}},"parent":{}}],["literal",{"_index":38,"name":{"41":{}},"parent":{}}],["memoize",{"_index":35,"name":{"34":{},"52":{}},"parent":{}}],["props",{"_index":3,"name":{"2":{},"35":{},"49":{}},"parent":{}}],["registertokenhandler",{"_index":27,"name":{"26":{}},"parent":{}}],["registertokenids",{"_index":39,"name":{"42":{}},"parent":{}}],["render",{"_index":8,"name":{"6":{},"23":{},"39":{}},"parent":{}}],["renderer",{"_index":1,"name":{"0":{}},"parent":{"1":{},"9":{},"32":{},"33":{},"40":{},"41":{},"42":{},"43":{},"53":{}}}],["renderer.component",{"_index":4,"name":{},"parent":{"2":{},"3":{},"4":{},"5":{},"6":{}}}],["renderer.element",{"_index":42,"name":{},"parent":{"44":{}}}],["renderer.element.__type",{"_index":44,"name":{},"parent":{"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{}}}],["renderer.indexpage",{"_index":36,"name":{},"parent":{"34":{},"35":{},"36":{},"37":{},"38":{},"39":{}}}],["renderer.jsxrenderer",{"_index":13,"name":{},"parent":{"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{}}}],["require",{"_index":37,"name":{"40":{}},"parent":{}}],["setuptokeninst",{"_index":30,"name":{"29":{}},"parent":{}}],["symbols",{"_index":9,"name":{"7":{}},"parent":{"8":{}}}],["tag",{"_index":48,"name":{"50":{}},"parent":{}}],["templatefullpath",{"_index":24,"name":{"22":{}},"parent":{}}],["token",{"_index":33,"name":{"32":{}},"parent":{}}],["type",{"_index":46,"name":{"47":{}},"parent":{}}],["typeof",{"_index":43,"name":{"45":{}},"parent":{}}],["xarc/jsx",{"_index":0,"name":{"0":{}},"parent":{"1":{},"2":{},"3":{},"4":{},"5":{},"6":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{}}}],["xarcjsxelement",{"_index":10,"name":{"8":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.component.html b/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.component.html deleted file mode 100644 index 22e3bfa001..0000000000 --- a/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.component.html +++ /dev/null @@ -1,295 +0,0 @@ - - - - - - Component | @xarc/jsx-renderer - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class Component

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new Component(props?: any, context?: {}): Component
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Default value props: any = {}
      -
    • -
    • -
      Default value context: {} = {}
      -
        -
      -
    • -
    -

    Returns Component

    -
  • -
-
-
-
-

Properties

-
- -

context

-
context: any
- -
-
- -

props

-
props: any
- -
-
-
-

Methods

-
- -

isComponent

-
    -
  • isComponent(): boolean
  • -
- -
-
- -

render

-
    -
  • render(): string
  • -
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
    -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.indexpage.html b/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.indexpage.html deleted file mode 100644 index 788bf3c30c..0000000000 --- a/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.indexpage.html +++ /dev/null @@ -1,339 +0,0 @@ - - - - - - IndexPage | @xarc/jsx-renderer - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class IndexPage

-
-
-
-
-
-
-
-
-
-

Start the template with DOCTYPE tag

-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

-
    -
  • new IndexPage(props?: any, context?: {}): IndexPage
  • -
- -
-
-
-

Properties

-
- -

context

-
context: any
- -
-
- -

props

-
props: any
- -
-
-
-

Methods

-
- -

isComponent

-
    -
  • isComponent(): boolean
  • -
- -
-
- -

render

-
    -
  • render(): string
  • -
- -
-
- -

Static memoize

-
    -
  • memoize(props: any): string
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      props: any
      -
    • -
    -

    Returns string

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
-
    -
  • Inherited constructor
  • -
  • Inherited property
  • -
  • Inherited method
  • -
-
    -
  • Class
  • -
-
    -
  • Static method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.jsxrenderer.html b/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.jsxrenderer.html deleted file mode 100644 index 67abaab463..0000000000 --- a/packages/xarc-jsx-renderer/docs/classes/_xarc_jsx_renderer.jsxrenderer.html +++ /dev/null @@ -1,688 +0,0 @@ - - - - - - JsxRenderer | @xarc/jsx-renderer - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class JsxRenderer

-
-
-
-
-
-
-
-
-
-

The JSX renderer

-
-
-
-
-

Hierarchy

-
    -
  • - JsxRenderer -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

Private _afterRenders

-
_afterRenders: any
- -
-
- -

Private _beforeRenders

-
_beforeRenders: any
- -
-
- -

Private _handlerContext

-
_handlerContext: any
- -
-
- -

Private _handlersLookup

-
_handlersLookup: any
- -
-
- -

Private _handlersMap

-
_handlersMap: any
- -
-
- -

Private _options

-
_options: any
- -
-
- -

Private _template

-
_template: any
- -
-
- -

Private _templateRequire

-
_templateRequire: any
- -
-
- -

Private _tokenHandlers

-
_tokenHandlers: any
- -
-
- -

Private _tokens

-
_tokens: any
- -
-
-
-

Accessors

-
- -

insertTokenIds

-
    -
  • get insertTokenIds(): any
  • -
- -
-
- -

templateFullPath

-
    -
  • get templateFullPath(): any
  • -
- -
-
-
-

Methods

-
- -

Private _applyTokenLoad

-
    -
  • _applyTokenLoad(element: any, inst: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      element: any
      -
    • -
    • -
      inst: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _initializeTokenHandlers

-
    -
  • _initializeTokenHandlers(filenames: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      filenames: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Private _loadTokenHandler

-
    -
  • _loadTokenHandler(path: any): any
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      path: any
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

Private _render

-
    -
  • _render(element: any, context: any, depth: any, defer?: any): any
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      element: any
      -
    • -
    • -
      context: any
      -
    • -
    • -
      depth: any
      -
    • -
    • -
      Optional defer: any
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

getTokenInst

-
    -
  • getTokenInst(element: any): any
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      element: any
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

initializeRenderer

-
    -
  • initializeRenderer(reset?: boolean): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Default value reset: boolean = false
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

registerTokenHandler

-
    -
  • registerTokenHandler(name: any, handlerMod: any, call: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      name: any
      -
    • -
    • -
      handlerMod: any
      -
    • -
    • -
      call: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

render

-
    -
  • render(options: any): Promise<RenderContext>
  • -
-
    -
  • - -
    -
    -

    render the JSX template

    -
    -
    -

    Parameters

    -
      -
    • -
      options: any
      -
    • -
    -

    Returns Promise<RenderContext>

    -

    RenderContext

    -
  • -
-
-
- -

setupTokenInst

-
    -
  • setupTokenInst(element: any, scope: any, forRequire: any): any
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      element: any
      -
    • -
    • -
      scope: any
      -
    • -
    • -
      forRequire: any
      -
    • -
    -

    Returns any

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
-
    -
  • Class
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Private property
  • -
  • Private method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/docs/globals.html b/packages/xarc-jsx-renderer/docs/globals.html deleted file mode 100644 index 61c7754b46..0000000000 --- a/packages/xarc-jsx-renderer/docs/globals.html +++ /dev/null @@ -1,121 +0,0 @@ - - - - - - @xarc/jsx-renderer - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

@xarc/jsx-renderer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Modules

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/docs/index.html b/packages/xarc-jsx-renderer/docs/index.html deleted file mode 100644 index 3116905795..0000000000 --- a/packages/xarc-jsx-renderer/docs/index.html +++ /dev/null @@ -1,113 +0,0 @@ - - - - - - @xarc/jsx-renderer - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

@xarc/jsx-renderer

-
-
-
-
-
-
-
- -

@xarc/jsx-renderer

-
-

Render your index.html with JSX template with async and concurrent support.

-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-jsx-renderer/docs/modules/_xarc_jsx_renderer.html b/packages/xarc-jsx-renderer/docs/modules/_xarc_jsx_renderer.html deleted file mode 100644 index 0cac8986fe..0000000000 --- a/packages/xarc-jsx-renderer/docs/modules/_xarc_jsx_renderer.html +++ /dev/null @@ -1,439 +0,0 @@ - - - - - - @xarc/jsx-renderer - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module @xarc/jsx-renderer

-
-
-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-

Type aliases

- -
-
-

Functions

- -
-
-
-
-
-

Type aliases

-
- -

Element

-
Element: { $$typeof: symbol; Construct?: Function; children: any; id: number; memoize?: any; props: object; tag?: string; type: any }
- -
-

Type declaration

-
    -
  • -
    $$typeof: symbol
    -
  • -
  • -
    Optional Construct?: Function
    -
  • -
  • -
    children: any
    -
  • -
  • -
    id: number
    -
  • -
  • -
    Optional memoize?: any
    -
  • -
  • -
    props: object
    -
  • -
  • -
    Optional tag?: string
    -
  • -
  • -
    type: any
    -
  • -
-
-
-
-
-

Functions

-
- -

Literal

-
    -
  • Literal(props: any, _context: any): any
  • -
-
    -
  • - -
    -
    -

    Load literal data from a file and insert into the output

    -
    -
    -

    Parameters

    -
      -
    • -
      props: any
      -
    • -
    • -
      _context: any
      -
      -
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

Const RegisterTokenIds

-
    -
  • RegisterTokenIds(props: any, context: any): void
  • -
-
    -
  • - -
    -
    -

    Load and register classic template token handler for the JSX template. - After loading the handler, its tokens can be used in the JSX template

    -
    -

    Usage: (This is a JSX tag, don't call the function directly.)

    -
      -
    • With function: <RegisterTokenIds name="handler1" handler={() => {...}}
    • -
    • Load from source file: <RegisterTokenIds handler="./token-handlers" />
        -
      • If the handler string starts with "." then it will be resolved to the full - path relative to the template's location, else it's a module for require.
      • -
      • The full path of the handler will be used as name, but you can provide - a name prop if desired.
      • -
      -
    • -
    -

    Example:

    -
    import { IndexPage, Token, RegisterTokenIds } from "@xarc/jsx-renderer"
    -
    -export const Template = () => (<IndexPage>
    -  <RegisterTokenIds name="handler1" handler={setupContext => {
    -    return {
    -      TOKEN1: context => {
    -        return "result from TOKEN1"
    -      }
    -    }
    -  }} />
    -  <Token _id="TOKEN1" />
    -</IndexPage>)
    -
    -

    Parameters

    -
      -
    • -
      props: any
      -
      -
      -

      JSX tag props

      -
      -
      -
    • -
    • -
      context: any
      -
      -
      -

      rendering context

      -
      -
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

Require

-
    -
  • Require(props: any, context: any, scope: any): any
  • -
-
    -
  • - -
    -
    -

    Require and invoke a token module with process handler

    -
    -
    -

    Parameters

    -
      -
    • -
      props: any
      -
    • -
    • -
      context: any
      -
    • -
    • -
      scope: any
      -
      -
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

Token

-
    -
  • Token(props: any, context: any, scope: any): any
  • -
-
    -
  • - -
    -
    -

    Invoke a token by its ID, which can be registered with RegisterTokenIds.

    -
    -
    -

    Parameters

    -
      -
    • -
      props: any
      -
    • -
    • -
      context: any
      -
    • -
    • -
      scope: any
      -
      -
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

createElement

-
    -
  • createElement(type: any, props: any, ...children: any[]): { $$typeof: symbol; Construct?: Function; children: any; id: number; memoize?: any; props: object; tag?: string; type: any }
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      type: any
      -
    • -
    • -
      props: any
      -
    • -
    • -
      Rest ...children: any[]
      -
    • -
    -

    Returns { $$typeof: symbol; Construct?: Function; children: any; id: number; memoize?: any; props: object; tag?: string; type: any }

    -
      -
    • -
      $$typeof: symbol
      -
    • -
    • -
      Optional Construct?: Function
      -
    • -
    • -
      children: any
      -
    • -
    • -
      id: number
      -
    • -
    • -
      Optional memoize?: any
      -
    • -
    • -
      props: object
      -
    • -
    • -
      Optional tag?: string
      -
    • -
    • -
      type: any
      -
    • -
    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Variable
  • -
  • Function
  • -
  • Type alias
  • -
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/assets/js/main.js b/packages/xarc-render-context/docs/assets/js/main.js deleted file mode 100644 index 39a806694a..0000000000 --- a/packages/xarc-render-context/docs/assets/js/main.js +++ /dev/null @@ -1 +0,0 @@ -!function(){var e=function(t){var r=new e.Builder;return r.pipeline.add(e.trimmer,e.stopWordFilter,e.stemmer),r.searchPipeline.add(e.stemmer),t.call(r,r),r.build()};e.version="2.3.7",e.utils={},e.utils.warn=function(e){return function(t){e.console&&console.warn&&console.warn(t)}}(this),e.utils.asString=function(e){return null==e?"":e.toString()},e.utils.clone=function(e){if(null==e)return e;for(var t=Object.create(null),r=Object.keys(e),i=0;i=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos=this.scrollTop||0===this.scrollTop,isShown!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop},Viewport}(typedoc.EventTarget);typedoc.Viewport=Viewport,typedoc.registerService(Viewport,"viewport")}(typedoc||(typedoc={})),function(typedoc){function Component(options){this.el=options.el}typedoc.Component=Component}(typedoc||(typedoc={})),function(typedoc){typedoc.pointerDown="mousedown",typedoc.pointerMove="mousemove",typedoc.pointerUp="mouseup",typedoc.pointerDownPosition={x:0,y:0},typedoc.preventNextClick=!1,typedoc.isPointerDown=!1,typedoc.isPointerTouch=!1,typedoc.hasPointerMoved=!1,typedoc.isMobile=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),document.documentElement.classList.add(typedoc.isMobile?"is-mobile":"not-mobile"),typedoc.isMobile&&"ontouchstart"in document.documentElement&&(typedoc.isPointerTouch=!0,typedoc.pointerDown="touchstart",typedoc.pointerMove="touchmove",typedoc.pointerUp="touchend"),document.addEventListener(typedoc.pointerDown,function(e){typedoc.isPointerDown=!0,typedoc.hasPointerMoved=!1;var t="touchstart"==typedoc.pointerDown?e.targetTouches[0]:e;typedoc.pointerDownPosition.y=t.pageY||0,typedoc.pointerDownPosition.x=t.pageX||0}),document.addEventListener(typedoc.pointerMove,function(e){if(typedoc.isPointerDown&&!typedoc.hasPointerMoved){var t="touchstart"==typedoc.pointerDown?e.targetTouches[0]:e,x=typedoc.pointerDownPosition.x-(t.pageX||0),y=typedoc.pointerDownPosition.y-(t.pageY||0);typedoc.hasPointerMoved=10scrollTop;)index-=1;for(;index"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(this.query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name);var item=document.createElement("li");item.classList.value=row.classes,item.innerHTML='\n '+name+"\n ",this.results.appendChild(item)}}},Search.prototype.setLoadingState=function(value){this.loadingState!=value&&(this.el.classList.remove(SearchLoadingState[this.loadingState].toLowerCase()),this.loadingState=value,this.el.classList.add(SearchLoadingState[this.loadingState].toLowerCase()),this.updateResults())},Search.prototype.setHasFocus=function(value){this.hasFocus!=value&&(this.hasFocus=value,this.el.classList.toggle("has-focus"),value?(this.setQuery(""),this.field.value=""):this.field.value=this.query)},Search.prototype.setQuery=function(value){this.query=value.trim(),this.updateResults()},Search.prototype.setCurrentResult=function(dir){var current=this.results.querySelector(".current");if(current){var rel=1==dir?current.nextElementSibling:current.previousElementSibling;rel&&(current.classList.remove("current"),rel.classList.add("current"))}else(current=this.results.querySelector(1==dir?"li:first-child":"li:last-child"))&¤t.classList.add("current")},Search.prototype.gotoCurrentResult=function(){var current=this.results.querySelector(".current");if(current||(current=this.results.querySelector("li:first-child")),current){var link=current.querySelector("a");link&&(window.location.href=link.href),this.field.blur()}},Search.prototype.bindEvents=function(){var _this=this;this.results.addEventListener("mousedown",function(){_this.resultClicked=!0}),this.results.addEventListener("mouseup",function(){_this.resultClicked=!1,_this.setHasFocus(!1)}),this.field.addEventListener("focusin",function(){_this.setHasFocus(!0),_this.loadIndex()}),this.field.addEventListener("focusout",function(){_this.resultClicked?_this.resultClicked=!1:setTimeout(function(){return _this.setHasFocus(!1)},100)}),this.field.addEventListener("input",function(){_this.setQuery(_this.field.value)}),this.field.addEventListener("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(_this.preventPress=!0,e.preventDefault(),13==e.keyCode?_this.gotoCurrentResult():27==e.keyCode?_this.field.blur():38==e.keyCode?_this.setCurrentResult(-1):40==e.keyCode&&_this.setCurrentResult(1)):_this.preventPress=!1}),this.field.addEventListener("keypress",function(e){_this.preventPress&&e.preventDefault()}),document.body.addEventListener("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!_this.hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 - - - - - BaseOutput | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class BaseOutput

-
-
-
-
-
-
-
-
-
-

BaseOutput

-
-

This class defines the interface to receive HTML output from rendering a template

-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

_closeCb

-
_closeCb: Function
- -
-
- -

_context

-
_context: any
- -
-
- -

_flushQ

-
_flushQ: any
- -
-
- -

_items

-
_items: any[]
- -
-
-

Array to hold items in the output

-
-
-
-
- -

_open

-
_open: boolean
- -
-
-

Boolean to indicate if output is still open for more

-
-
-
-
- -

_output

-
_output: any
- -
-
- -

_pending

-
_pending: number
- -
-
-

number of pending spots in the output

-
-

A spot is a location in the output that can be independently expanded

-
-
-
- -

_pos

-
_pos: number
- -
-
- -

_result

-
_result: any
- -
-
-
-

Accessors

-
- -

length

-
    -
  • get length(): number
  • -
-
    -
  • - -
    -
    -

    length

    -
    -

    Get the number of items (data) added to the output

    -
    -

    Returns number

    -

    number of items in the output

    -
  • -
-
-
-
-

Methods

-
- -

_munchItems

-
    -
  • _munchItems(munchy: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      munchy: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

add

-
    -
  • add(data: any): number
  • -
-
    -
  • - -
    -
    -

    add

    -
    -

    Add some data to the output. The data can be another output.

    -
    -

    Parameters

    -
      -
    • -
      data: any
      -
      -

      data to add to the output

      -
      -
    • -
    -

    Returns number

    -

    number of data added to the output

    -
  • -
-
-
- -

sendToMunchy

-
    -
  • sendToMunchy(munchy: any, done: Function): void
  • -
-
    -
  • - -
    -
    -

    Generate a stream from the output by sending it to a munchy

    -
    -

    Info about munchy: https://www.npmjs.com/package/munchy

    -
    -

    Parameters

    -
      -
    • -
      munchy: any
      -
      -

      A munchy object

      -
      -
    • -
    • -
      done: Function
      -
      -

      callback after output has been consumed by munchy

      -
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

stringify

-
    -
  • stringify(): string
  • -
-
    -
  • - -
    -
    -

    convert the output into a single string

    -
    -
    -

    Returns string

    -

    the output as a string

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/classes/_mainoutput_.mainoutput.html b/packages/xarc-render-context/docs/classes/_mainoutput_.mainoutput.html deleted file mode 100644 index 5053aae0db..0000000000 --- a/packages/xarc-render-context/docs/classes/_mainoutput_.mainoutput.html +++ /dev/null @@ -1,601 +0,0 @@ - - - - - - MainOutput | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class MainOutput

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

_closeCb

-
_closeCb: Function
- -
-
- -

_context

-
_context: any
- -
-
- -

_flushQ

-
_flushQ: any
- -
-
- -

_items

-
_items: any[]
- -
-
-

Array to hold items in the output

-
-
-
-
- -

_open

-
_open: boolean
- -
-
-

Boolean to indicate if output is still open for more

-
-
-
-
- -

_output

-
_output: any
- -
-
- -

_pending

-
_pending: number
- -
-
-

number of pending spots in the output

-
-

A spot is a location in the output that can be independently expanded

-
-
-
- -

_pos

-
_pos: number
- -
-
- -

_result

-
_result: any
- -
-
-
-

Accessors

-
- -

length

-
    -
  • get length(): number
  • -
-
    -
  • - -
    -
    -

    length

    -
    -

    Get the number of items (data) added to the output

    -
    -

    Returns number

    -

    number of items in the output

    -
  • -
-
-
-
-

Methods

-
- -

_addSpot

-
    -
  • _addSpot(data: any): number
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      data: any
      -
    • -
    -

    Returns number

    -
  • -
-
-
- -

_closeSpot

-
    -
  • _closeSpot(x: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      x: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

_hasPending

-
    -
  • _hasPending(): boolean
  • -
- -
-
- -

_munchItems

-
    -
  • _munchItems(munchy: any): void
  • -
- -
-
- -

add

-
    -
  • add(data: any): number
  • -
-
    -
  • - -
    -
    -

    add

    -
    -

    Add some data to the output. The data can be another output.

    -
    -

    Parameters

    -
      -
    • -
      data: any
      -
      -

      data to add to the output

      -
      -
    • -
    -

    Returns number

    -

    number of data added to the output

    -
  • -
-
-
- -

sendToMunchy

-
    -
  • sendToMunchy(munchy: any, done: Function): void
  • -
- -
-
- -

stringify

-
    -
  • stringify(): string
  • -
-
    -
  • - -
    -
    -

    convert the output into a single string

    -
    -
    -

    Returns string

    -

    the output as a string

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Inherited property
  • -
  • Inherited method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/classes/_rendercontext_.rendercontext.html b/packages/xarc-render-context/docs/classes/_rendercontext_.rendercontext.html deleted file mode 100644 index 584706222a..0000000000 --- a/packages/xarc-render-context/docs/classes/_rendercontext_.rendercontext.html +++ /dev/null @@ -1,875 +0,0 @@ - - - - - - RenderContext | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RenderContext

-
-
-
-
-
-
-
-
-
-

RenderContext

-
-

context that store and control the rendering of index.htm from a template

-
-
-
-

Hierarchy

-
    -
  • - RenderContext -
  • -
-
-
-

Index

-
- -
-
-
-

Constructors

-
- -

constructor

-
    -
  • new RenderContext(options: any, asyncTemplate: any): RenderContext
  • -
- -
-
-
-

Properties

-
- -

_handlersMap

-
_handlersMap: any
- -
-
- -

_intercepted

-
_intercepted: any
- -
-
- -

_status

-
_status: any
- -
-
- -

_stop

-
_stop: any
- -
-
- -

asyncTemplate

-
asyncTemplate: any
- -
-
- -

handleError

-
handleError: any
- -
-
- -

munchy

-
munchy: any
- -
-
- -

options

-
options: any
- -
-
- -

output

-
output: any
- -
-
- -

result

-
result: any
- -
-
- -

send

-
send: any
- -
-
- -

transform

-
transform: any
- -
-
- -

user

-
user: any
- -
-
-

store for user - you can use this to hold any data you need during the rendering - process.

-
-
-
-
- -

voidResult

-
voidResult: any
- -
-
- -

Static FULL_STOP

-
FULL_STOP: number = 2
- -
-
- -

Static SOFT_STOP

-
SOFT_STOP: number = 1
- -
-
- -

Static VOID_STOP

-
VOID_STOP: number = 3
- -
-
-
-

Accessors

-
- -

isFullStop

-
    -
  • get isFullStop(): boolean
  • -
- -
-
- -

isSoftStop

-
    -
  • get isSoftStop(): boolean
  • -
- -
-
- -

isVoidStop

-
    -
  • get isVoidStop(): boolean
  • -
- -
-
- -

status

-
    -
  • get status(): any
  • -
  • set status(s: any): void
  • -
- -
-
- -

stop

-
    -
  • get stop(): any
  • -
  • set stop(f: any): void
  • -
- -
-
-
-

Methods

-
- -

fullStop

-
    -
  • fullStop(): void
  • -
- -
-
- -

getTokenHandler

-
    -
  • getTokenHandler(name: any): any
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      name: any
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

getTokens

-
    -
  • getTokens(name: any): any
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      name: any
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

handleTokenResult

-
    -
  • handleTokenResult(id: any, result: any, cb: any): any
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      id: any
      -
    • -
    • -
      result: any
      -
    • -
    • -
      cb: any
      -
    • -
    -

    Returns any

    -
  • -
-
-
- -

intercept

-
    -
  • intercept(__namedParameters: { responseHandler: any }): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      __namedParameters: { responseHandler: any }
      -
        -
      • -
        responseHandler: any
        -
      • -
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

setMunchyOutput

-
    -
  • setMunchyOutput(munchy?: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Default value munchy: any = null
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

setOutputSend

-
    -
  • setOutputSend(send: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      send: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

setOutputTransform

-
    -
  • setOutputTransform(transform: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      transform: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

softStop

-
    -
  • softStop(): void
  • -
- -
-
- -

voidStop

-
    -
  • voidStop(result?: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      Default value result: any = null
      -
    • -
    -

    Returns void

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
  • Accessor
  • -
-
    -
  • Static property
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/classes/_renderoutput_.renderoutput.html b/packages/xarc-render-context/docs/classes/_renderoutput_.renderoutput.html deleted file mode 100644 index 388f6a05df..0000000000 --- a/packages/xarc-render-context/docs/classes/_renderoutput_.renderoutput.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - - RenderOutput | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class RenderOutput

-
-
-
-
-
-
-
-

Hierarchy

-
    -
  • - RenderOutput -
  • -
-
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

_context

-
_context: any
- -
-
- -

_defer

-
_defer: Defer<any>
- -
-
- -

_end

-
_end: any
- -
-
- -

_flushQ

-
_flushQ: any
- -
-
- -

_output

-
_output: any
- -
-
- -

_result

-
_result: any
- -
-
-
-

Methods

-
- -

_checkFlushQ

-
    -
  • _checkFlushQ(): void
  • -
- -
-
- -

_finish

-
    -
  • _finish(): void
  • -
- -
-
- -

add

-
    -
  • add(data: any): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      data: any
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

close

-
    -
  • close(): any
  • -
- -
-
- -

flush

-
    -
  • flush(): void
  • -
- -
-
- -

reserve

- - -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
  • Constructor
  • -
  • Property
  • -
  • Method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/classes/_spotoutput_.spotoutput.html b/packages/xarc-render-context/docs/classes/_spotoutput_.spotoutput.html deleted file mode 100644 index 1d2bbedec2..0000000000 --- a/packages/xarc-render-context/docs/classes/_spotoutput_.spotoutput.html +++ /dev/null @@ -1,612 +0,0 @@ - - - - - - SpotOutput | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Class SpotOutput

-
-
-
-
-
-
-
-

Hierarchy

- -
-
-

Index

-
-
-
-

Constructors

- -
-
-

Properties

- -
-
-

Accessors

- -
-
-

Methods

- -
-
-
-
-
-

Constructors

-
- -

constructor

- - -
-
-
-

Properties

-
- -

_closeCb

-
_closeCb: Function
- -
-
- -

_context

-
_context: any
- -
-
- -

_flushQ

-
_flushQ: any
- -
-
- -

_items

-
_items: any[]
- -
-
-

Array to hold items in the output

-
-
-
-
- -

_open

-
_open: boolean
- -
-
-

Boolean to indicate if output is still open for more

-
-
-
-
- -

_output

-
_output: any
- -
-
- -

_pending

-
_pending: number
- -
-
-

number of pending spots in the output

-
-

A spot is a location in the output that can be independently expanded

-
-
-
- -

_pos

-
_pos: number
- -
-
- -

_result

-
_result: any
- -
-
-
-

Accessors

-
- -

length

-
    -
  • get length(): number
  • -
-
    -
  • - -
    -
    -

    length

    -
    -

    Get the number of items (data) added to the output

    -
    -

    Returns number

    -

    number of items in the output

    -
  • -
-
-
-
-

Methods

-
- -

_munchItems

-
    -
  • _munchItems(munchy: any): void
  • -
- -
-
- -

_onClose

-
    -
  • _onClose(cb: Function): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      cb: Function
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

_setPos

-
    -
  • _setPos(x: number): void
  • -
-
    -
  • - -

    Parameters

    -
      -
    • -
      x: number
      -
    • -
    -

    Returns void

    -
  • -
-
-
- -

_spotPos

-
    -
  • _spotPos(): number
  • -
- -
-
- -

add

-
    -
  • add(data: any): number
  • -
- -
-
- -

close

-
    -
  • close(): void
  • -
- -
-
- -

sendToMunchy

-
    -
  • sendToMunchy(munchy: any, done: Function): void
  • -
- -
-
- -

stringify

-
    -
  • stringify(): string
  • -
-
    -
  • - -
    -
    -

    convert the output into a single string

    -
    -
    -

    Returns string

    -

    the output as a string

    -
  • -
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
  • Constructor
  • -
  • Method
  • -
-
    -
  • Inherited property
  • -
  • Inherited method
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/globals.html b/packages/xarc-render-context/docs/globals.html deleted file mode 100644 index 8ae8fcc930..0000000000 --- a/packages/xarc-render-context/docs/globals.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

@xarc/render-context

-
-
-
-
-
-
-
-

Index

-
- -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/index.html b/packages/xarc-render-context/docs/index.html deleted file mode 100644 index 8b78a44c32..0000000000 --- a/packages/xarc-render-context/docs/index.html +++ /dev/null @@ -1,160 +0,0 @@ - - - - - - @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

@xarc/render-context

-
-
-
-
-
-
-
-

- Electrode Logo -
- Electrode -

- -

Building large scale universal React Web Applications

-
-

Electrode Web is a full stack, end-to-end, rapid application development platform for Node.js and React.js based applications.

-

Originally designed for Walmart-specific use cases, we decided to open-source electrode with the hope that it will be useful to developers in the JavaScript community. - This is the same version that is used to power the Walmart.com eCommerce website.

-
    -
  • NOTE: We maintain additional code for internal Walmart systems. If you are a Walmart developer, please check internal docs to get started.
  • -
-

Do you have 5 minutes? That is how long it takes to scaffold your first app. Try it now!

- -

electrode quick start

-
-
-

You will need Node.js installed on your system

-
-
    -
  1. Run the following command in your console/terminal:
  2. -
-
npm init @xarc/app my-app
-
    -
  1. Wait a moment for the installer to complete the build.
  2. -
  3. When complete, the console will display Created react/node webapp in directory 'my-app'
  4. -
  5. Follow the instructions in the console.
  6. -
  7. When complete, open your browser to localhost:3000
  8. -
  9. To stop the DEV server, press Q
  10. -
-

Your electrode app will appear as shown below.

-

Hello from Electrode

- -

Contributing

-
-

Do you find Electrode useful? Please send us your encouragement with a github star.

-

Did you find an issue? Would you like to help with the project? Please see our contributing guide for instructions on submitting a PR or reporting an issue.

- -

License

-
-

Copyright (c) 2016-present, Walmart

-

Licensed under the Apache License, Version 2.0

-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/modules/_baseoutput_.html b/packages/xarc-render-context/docs/modules/_baseoutput_.html deleted file mode 100644 index 334557d9f9..0000000000 --- a/packages/xarc-render-context/docs/modules/_baseoutput_.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - "BaseOutput" | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module "BaseOutput"

-
-
-
-
-
-
-
-
-
-
module
-

index

-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/modules/_index_.html b/packages/xarc-render-context/docs/modules/_index_.html deleted file mode 100644 index ade401c58d..0000000000 --- a/packages/xarc-render-context/docs/modules/_index_.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - "index" | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module "index"

-
-
-
-
-
-
-
-

Index

-
-
-
-

References

- -
-
-
-
-
-

References

-
- -

BaseOutput

- Re-exports BaseOutput -
-
- -

MainOutput

- Re-exports MainOutput -
-
- -

RenderContext

- Re-exports RenderContext -
-
- -

RenderOutput

- Re-exports RenderOutput -
-
- -

SpotOutput

- Re-exports SpotOutput -
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/modules/_mainoutput_.html b/packages/xarc-render-context/docs/modules/_mainoutput_.html deleted file mode 100644 index f1dfb6ea08..0000000000 --- a/packages/xarc-render-context/docs/modules/_mainoutput_.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - "MainOutput" | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module "MainOutput"

-
-
-
-
-
-
-
-
-
-
module
-

index

-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/modules/_rendercontext_.html b/packages/xarc-render-context/docs/modules/_rendercontext_.html deleted file mode 100644 index 85950271ca..0000000000 --- a/packages/xarc-render-context/docs/modules/_rendercontext_.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - "RenderContext" | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module "RenderContext"

-
-
-
-
-
-
-
-
-
-
module
-

index

-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/modules/_renderoutput_.html b/packages/xarc-render-context/docs/modules/_renderoutput_.html deleted file mode 100644 index 6bd06599c2..0000000000 --- a/packages/xarc-render-context/docs/modules/_renderoutput_.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - "RenderOutput" | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module "RenderOutput"

-
-
-
-
-
-
-
-
-
-
module
-

index

-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-render-context/docs/modules/_spotoutput_.html b/packages/xarc-render-context/docs/modules/_spotoutput_.html deleted file mode 100644 index 6d9fbc0124..0000000000 --- a/packages/xarc-render-context/docs/modules/_spotoutput_.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - "SpotOutput" | @xarc/render-context - - - - - -
-
-
-
- -
-
- Options -
-
- All -
    -
  • Public
  • -
  • Public/Protected
  • -
  • All
  • -
-
- - - - -
-
- Menu -
-
-
-
-
-
- -

Module "SpotOutput"

-
-
-
-
-
-
-
-
-
-
module
-

index

-
-
-
-
-
-

Index

-
-
-
-

Classes

- -
-
-
-
-
- -
-
-
-
-

Legend

-
-
    -
  • Class
  • -
-
-
-
-
-

Generated using TypeDoc

-
-
- - - \ No newline at end of file diff --git a/packages/xarc-tag-renderer/docs/assets/js/search.json b/packages/xarc-tag-renderer/docs/assets/js/search.json deleted file mode 100644 index dc0d7a9e70..0000000000 --- a/packages/xarc-tag-renderer/docs/assets/js/search.json +++ /dev/null @@ -1 +0,0 @@ -{"kinds":{"1":"Module","32":"Variable","64":"Function","128":"Class","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","2097152":"Object literal","16777216":"Reference"},"rows":[{"id":0,"kind":1,"name":"\"symbols\"","url":"modules/_symbols_.html","classes":"tsd-kind-module"},{"id":1,"kind":32,"name":"TAG_TYPE","url":"modules/_symbols_.html#tag_type","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"\"symbols\""},{"id":2,"kind":1,"name":"\"tag-template\"","url":"modules/_tag_template_.html","classes":"tsd-kind-module"},{"id":3,"kind":128,"name":"TagTemplate","url":"classes/_tag_template_.tagtemplate.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"tag-template\""},{"id":4,"kind":1024,"name":"_templateTags","url":"classes/_tag_template_.tagtemplate.html#_templatetags","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":5,"kind":1024,"name":"_tagOpCodes","url":"classes/_tag_template_.tagtemplate.html#_tagopcodes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":6,"kind":1024,"name":"_templateDir","url":"classes/_tag_template_.tagtemplate.html#_templatedir","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":7,"kind":1024,"name":"_tokenHandlers","url":"classes/_tag_template_.tagtemplate.html#_tokenhandlers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":8,"kind":1024,"name":"_processor","url":"classes/_tag_template_.tagtemplate.html#_processor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":9,"kind":512,"name":"constructor","url":"classes/_tag_template_.tagtemplate.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":10,"kind":2048,"name":"getTag","url":"classes/_tag_template_.tagtemplate.html#gettag","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":11,"kind":2048,"name":"getTagOpCode","url":"classes/_tag_template_.tagtemplate.html#gettagopcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":12,"kind":2048,"name":"initTagOpCode","url":"classes/_tag_template_.tagtemplate.html#inittagopcode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":13,"kind":2048,"name":"handleSubTemplate","url":"classes/_tag_template_.tagtemplate.html#handlesubtemplate","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":14,"kind":2048,"name":"_findTokenIndex","url":"classes/_tag_template_.tagtemplate.html#_findtokenindex","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":15,"kind":2048,"name":"findTokensById","url":"classes/_tag_template_.tagtemplate.html#findtokensbyid","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":16,"kind":2048,"name":"findTokensByStr","url":"classes/_tag_template_.tagtemplate.html#findtokensbystr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-template\".TagTemplate"},{"id":17,"kind":64,"name":"createTemplateTags","url":"modules/_tag_template_.html#createtemplatetags","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"tag-template\""},{"id":18,"kind":64,"name":"createTemplateTagsFromArray","url":"modules/_tag_template_.html#createtemplatetagsfromarray","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"tag-template\""},{"id":19,"kind":64,"name":"Token","url":"modules/_tag_template_.html#token","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"tag-template\""},{"id":20,"kind":64,"name":"TokenInvoke","url":"modules/_tag_template_.html#tokeninvoke","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"tag-template\""},{"id":21,"kind":64,"name":"RegisterTokenIds","url":"modules/_tag_template_.html#registertokenids","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"tag-template\""},{"id":22,"kind":1,"name":"\"render-execute\"","url":"modules/_render_execute_.html","classes":"tsd-kind-module"},{"id":23,"kind":2097152,"name":"executeSteps","url":"modules/_render_execute_.html#executesteps","classes":"tsd-kind-object-literal tsd-parent-kind-module","parent":"\"render-execute\""},{"id":24,"kind":32,"name":"STEP_HANDLER","url":"modules/_render_execute_.html#executesteps.step_handler","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"render-execute\".executeSteps"},{"id":25,"kind":32,"name":"STEP_STR_TOKEN","url":"modules/_render_execute_.html#executesteps.step_str_token","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"render-execute\".executeSteps"},{"id":26,"kind":32,"name":"STEP_NO_HANDLER","url":"modules/_render_execute_.html#executesteps.step_no_handler","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"render-execute\".executeSteps"},{"id":27,"kind":32,"name":"STEP_LITERAL_HANDLER","url":"modules/_render_execute_.html#executesteps.step_literal_handler","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"render-execute\".executeSteps"},{"id":28,"kind":32,"name":"STEP_FUNC_HANDLER","url":"modules/_render_execute_.html#executesteps.step_func_handler","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"render-execute\".executeSteps"},{"id":29,"kind":32,"name":"STEP_SUB_TEMPLATE","url":"modules/_render_execute_.html#executesteps.step_sub_template","classes":"tsd-kind-variable tsd-parent-kind-object-literal","parent":"\"render-execute\".executeSteps"},{"id":30,"kind":64,"name":"renderNext","url":"modules/_render_execute_.html#rendernext","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"render-execute\""},{"id":31,"kind":64,"name":"executeTagTemplate","url":"modules/_render_execute_.html#executetagtemplate","classes":"tsd-kind-function tsd-parent-kind-module","parent":"\"render-execute\""},{"id":32,"kind":1,"name":"\"render-processor\"","url":"modules/_render_processor_.html","classes":"tsd-kind-module"},{"id":33,"kind":128,"name":"RenderProcessor","url":"classes/_render_processor_.renderprocessor.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"render-processor\""},{"id":34,"kind":1024,"name":"_options","url":"classes/_render_processor_.renderprocessor.html#_options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":35,"kind":1024,"name":"_insertTokenIds","url":"classes/_render_processor_.renderprocessor.html#_inserttokenids","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":36,"kind":1024,"name":"_renderer","url":"classes/_render_processor_.renderprocessor.html#_renderer","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":37,"kind":512,"name":"constructor","url":"classes/_render_processor_.renderprocessor.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":38,"kind":2048,"name":"applyTokenModuleLoad","url":"classes/_render_processor_.renderprocessor.html#applytokenmoduleload","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":39,"kind":2048,"name":"makeNullRemovedStep","url":"classes/_render_processor_.renderprocessor.html#makenullremovedstep","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":40,"kind":2048,"name":"makeHandlerStep","url":"classes/_render_processor_.renderprocessor.html#makehandlerstep","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":41,"kind":2048,"name":"makeStep","url":"classes/_render_processor_.renderprocessor.html#makestep","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":42,"kind":2048,"name":"render","url":"classes/_render_processor_.renderprocessor.html#render","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"render-processor\".RenderProcessor"},{"id":43,"kind":1,"name":"\"tag-renderer\"","url":"modules/_tag_renderer_.html","classes":"tsd-kind-module"},{"id":44,"kind":128,"name":"TagRenderer","url":"classes/_tag_renderer_.tagrenderer.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"\"tag-renderer\""},{"id":45,"kind":1024,"name":"_options","url":"classes/_tag_renderer_.tagrenderer.html#_options","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":46,"kind":1024,"name":"_tokenHandlers","url":"classes/_tag_renderer_.tagrenderer.html#_tokenhandlers","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":47,"kind":1024,"name":"_handlerContext","url":"classes/_tag_renderer_.tagrenderer.html#_handlercontext","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":48,"kind":1024,"name":"_handlersMap","url":"classes/_tag_renderer_.tagrenderer.html#_handlersmap","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":49,"kind":65536,"name":"__type","url":"classes/_tag_renderer_.tagrenderer.html#_handlersmap.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"tag-renderer\".TagRenderer._handlersMap"},{"id":50,"kind":1024,"name":"_tokenIdLookupMap","url":"classes/_tag_renderer_.tagrenderer.html#_tokenidlookupmap","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":51,"kind":65536,"name":"__type","url":"classes/_tag_renderer_.tagrenderer.html#_tokenidlookupmap.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"\"tag-renderer\".TagRenderer._tokenIdLookupMap"},{"id":52,"kind":1024,"name":"_processor","url":"classes/_tag_renderer_.tagrenderer.html#_processor","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":53,"kind":1024,"name":"_tokens","url":"classes/_tag_renderer_.tagrenderer.html#_tokens","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":54,"kind":1024,"name":"_template","url":"classes/_tag_renderer_.tagrenderer.html#_template","classes":"tsd-kind-property tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":55,"kind":512,"name":"constructor","url":"classes/_tag_renderer_.tagrenderer.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":56,"kind":2048,"name":"initializeRenderer","url":"classes/_tag_renderer_.tagrenderer.html#initializerenderer","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":57,"kind":2048,"name":"lookupTokenHandler","url":"classes/_tag_renderer_.tagrenderer.html#lookuptokenhandler","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":58,"kind":2048,"name":"render","url":"classes/_tag_renderer_.tagrenderer.html#render","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":59,"kind":2048,"name":"addTokenIds","url":"classes/_tag_renderer_.tagrenderer.html#addtokenids","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":60,"kind":2048,"name":"registerTokenIds","url":"classes/_tag_renderer_.tagrenderer.html#registertokenids","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":61,"kind":2048,"name":"_applyTokenLoad","url":"classes/_tag_renderer_.tagrenderer.html#_applytokenload","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":62,"kind":2048,"name":"_initializeTokenHandlers","url":"classes/_tag_renderer_.tagrenderer.html#_initializetokenhandlers","classes":"tsd-kind-method tsd-parent-kind-class","parent":"\"tag-renderer\".TagRenderer"},{"id":63,"kind":1,"name":"\"index\"","url":"modules/_index_.html","classes":"tsd-kind-module"},{"id":64,"kind":16777216,"name":"TagRenderer","url":"modules/_index_.html#tagrenderer","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"index\""},{"id":65,"kind":16777216,"name":"TagTemplate","url":"modules/_index_.html#tagtemplate","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"index\""},{"id":66,"kind":16777216,"name":"createTemplateTags","url":"modules/_index_.html#createtemplatetags","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"index\""},{"id":67,"kind":16777216,"name":"createTemplateTagsFromArray","url":"modules/_index_.html#createtemplatetagsfromarray","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"index\""},{"id":68,"kind":16777216,"name":"RegisterTokenIds","url":"modules/_index_.html#registertokenids","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"index\""},{"id":69,"kind":16777216,"name":"Token","url":"modules/_index_.html#token","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"index\""},{"id":70,"kind":16777216,"name":"TokenInvoke","url":"modules/_index_.html#tokeninvoke","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"\"index\""}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,34.353]],["parent/0",[]],["name/1",[1,39.575]],["parent/1",[0,4.054]],["name/2",[2,4.214,3,16.564]],["parent/2",[]],["name/3",[4,34.353]],["parent/3",[2,0.539,3,2.12]],["name/4",[5,39.575]],["parent/4",[2,0.539,6,1.569]],["name/5",[7,39.575]],["parent/5",[2,0.539,6,1.569]],["name/6",[8,39.575]],["parent/6",[2,0.539,6,1.569]],["name/7",[9,34.353]],["parent/7",[2,0.539,6,1.569]],["name/8",[10,34.353]],["parent/8",[2,0.539,6,1.569]],["name/9",[11,30.914]],["parent/9",[2,0.539,6,1.569]],["name/10",[12,39.575]],["parent/10",[2,0.539,6,1.569]],["name/11",[13,39.575]],["parent/11",[2,0.539,6,1.569]],["name/12",[14,39.575]],["parent/12",[2,0.539,6,1.569]],["name/13",[15,39.575]],["parent/13",[2,0.539,6,1.569]],["name/14",[16,39.575]],["parent/14",[2,0.539,6,1.569]],["name/15",[17,39.575]],["parent/15",[2,0.539,6,1.569]],["name/16",[18,39.575]],["parent/16",[2,0.539,6,1.569]],["name/17",[19,34.353]],["parent/17",[2,0.539,3,2.12]],["name/18",[20,34.353]],["parent/18",[2,0.539,3,2.12]],["name/19",[21,34.353]],["parent/19",[2,0.539,3,2.12]],["name/20",[22,34.353]],["parent/20",[2,0.539,3,2.12]],["name/21",[23,30.914]],["parent/21",[2,0.539,3,2.12]],["name/22",[24,8.2,25,20.305]],["parent/22",[]],["name/23",[26,39.575]],["parent/23",[24,1.049,25,2.598]],["name/24",[27,39.575]],["parent/24",[24,1.049,28,2.254]],["name/25",[29,39.575]],["parent/25",[24,1.049,28,2.254]],["name/26",[30,39.575]],["parent/26",[24,1.049,28,2.254]],["name/27",[31,39.575]],["parent/27",[24,1.049,28,2.254]],["name/28",[32,39.575]],["parent/28",[24,1.049,28,2.254]],["name/29",[33,39.575]],["parent/29",[24,1.049,28,2.254]],["name/30",[34,39.575]],["parent/30",[24,1.049,25,2.598]],["name/31",[35,39.575]],["parent/31",[24,1.049,25,2.598]],["name/32",[24,8.2,36,24.61]],["parent/32",[]],["name/33",[37,39.575]],["parent/33",[24,1.049,36,3.149]],["name/34",[38,34.353]],["parent/34",[24,1.049,39,1.898]],["name/35",[40,39.575]],["parent/35",[24,1.049,39,1.898]],["name/36",[41,39.575]],["parent/36",[24,1.049,39,1.898]],["name/37",[11,30.914]],["parent/37",[24,1.049,39,1.898]],["name/38",[42,39.575]],["parent/38",[24,1.049,39,1.898]],["name/39",[43,39.575]],["parent/39",[24,1.049,39,1.898]],["name/40",[44,39.575]],["parent/40",[24,1.049,39,1.898]],["name/41",[45,39.575]],["parent/41",[24,1.049,39,1.898]],["name/42",[24,11.446]],["parent/42",[24,1.049,39,1.898]],["name/43",[2,4.214,46,24.61]],["parent/43",[]],["name/44",[47,34.353]],["parent/44",[2,0.539,46,3.149]],["name/45",[38,34.353]],["parent/45",[2,0.539,48,1.381]],["name/46",[9,34.353]],["parent/46",[2,0.539,48,1.381]],["name/47",[49,39.575]],["parent/47",[2,0.539,48,1.381]],["name/48",[50,39.575]],["parent/48",[2,0.539,48,1.381]],["name/49",[51,34.353]],["parent/49",[2,0.539,52,3.628]],["name/50",[53,39.575]],["parent/50",[2,0.539,48,1.381]],["name/51",[51,34.353]],["parent/51",[2,0.539,54,3.628]],["name/52",[10,34.353]],["parent/52",[2,0.539,48,1.381]],["name/53",[55,39.575]],["parent/53",[2,0.539,48,1.381]],["name/54",[56,39.575]],["parent/54",[2,0.539,48,1.381]],["name/55",[11,30.914]],["parent/55",[2,0.539,48,1.381]],["name/56",[57,39.575]],["parent/56",[2,0.539,48,1.381]],["name/57",[58,39.575]],["parent/57",[2,0.539,48,1.381]],["name/58",[24,11.446]],["parent/58",[2,0.539,48,1.381]],["name/59",[59,39.575]],["parent/59",[2,0.539,48,1.381]],["name/60",[23,30.914]],["parent/60",[2,0.539,48,1.381]],["name/61",[60,39.575]],["parent/61",[2,0.539,48,1.381]],["name/62",[61,39.575]],["parent/62",[2,0.539,48,1.381]],["name/63",[62,21.843]],["parent/63",[]],["name/64",[47,34.353]],["parent/64",[62,2.577]],["name/65",[4,34.353]],["parent/65",[62,2.577]],["name/66",[19,34.353]],["parent/66",[62,2.577]],["name/67",[20,34.353]],["parent/67",[62,2.577]],["name/68",[23,30.914]],["parent/68",[62,2.577]],["name/69",[21,34.353]],["parent/69",[62,2.577]],["name/70",[22,34.353]],["parent/70",[62,2.577]]],"invertedIndex":[["__type",{"_index":51,"name":{"49":{},"51":{}},"parent":{}}],["_applytokenload",{"_index":60,"name":{"61":{}},"parent":{}}],["_findtokenindex",{"_index":16,"name":{"14":{}},"parent":{}}],["_handlercontext",{"_index":49,"name":{"47":{}},"parent":{}}],["_handlersmap",{"_index":50,"name":{"48":{}},"parent":{}}],["_initializetokenhandlers",{"_index":61,"name":{"62":{}},"parent":{}}],["_inserttokenids",{"_index":40,"name":{"35":{}},"parent":{}}],["_options",{"_index":38,"name":{"34":{},"45":{}},"parent":{}}],["_processor",{"_index":10,"name":{"8":{},"52":{}},"parent":{}}],["_renderer",{"_index":41,"name":{"36":{}},"parent":{}}],["_tagopcodes",{"_index":7,"name":{"5":{}},"parent":{}}],["_template",{"_index":56,"name":{"54":{}},"parent":{}}],["_templatedir",{"_index":8,"name":{"6":{}},"parent":{}}],["_templatetags",{"_index":5,"name":{"4":{}},"parent":{}}],["_tokenhandlers",{"_index":9,"name":{"7":{},"46":{}},"parent":{}}],["_tokenidlookupmap",{"_index":53,"name":{"50":{}},"parent":{}}],["_tokens",{"_index":55,"name":{"53":{}},"parent":{}}],["addtokenids",{"_index":59,"name":{"59":{}},"parent":{}}],["applytokenmoduleload",{"_index":42,"name":{"38":{}},"parent":{}}],["constructor",{"_index":11,"name":{"9":{},"37":{},"55":{}},"parent":{}}],["createtemplatetags",{"_index":19,"name":{"17":{},"66":{}},"parent":{}}],["createtemplatetagsfromarray",{"_index":20,"name":{"18":{},"67":{}},"parent":{}}],["execute",{"_index":25,"name":{"22":{}},"parent":{"23":{},"30":{},"31":{}}}],["execute\".executesteps",{"_index":28,"name":{},"parent":{"24":{},"25":{},"26":{},"27":{},"28":{},"29":{}}}],["executesteps",{"_index":26,"name":{"23":{}},"parent":{}}],["executetagtemplate",{"_index":35,"name":{"31":{}},"parent":{}}],["findtokensbyid",{"_index":17,"name":{"15":{}},"parent":{}}],["findtokensbystr",{"_index":18,"name":{"16":{}},"parent":{}}],["gettag",{"_index":12,"name":{"10":{}},"parent":{}}],["gettagopcode",{"_index":13,"name":{"11":{}},"parent":{}}],["handlesubtemplate",{"_index":15,"name":{"13":{}},"parent":{}}],["index",{"_index":62,"name":{"63":{}},"parent":{"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{}}}],["initializerenderer",{"_index":57,"name":{"56":{}},"parent":{}}],["inittagopcode",{"_index":14,"name":{"12":{}},"parent":{}}],["lookuptokenhandler",{"_index":58,"name":{"57":{}},"parent":{}}],["makehandlerstep",{"_index":44,"name":{"40":{}},"parent":{}}],["makenullremovedstep",{"_index":43,"name":{"39":{}},"parent":{}}],["makestep",{"_index":45,"name":{"41":{}},"parent":{}}],["processor",{"_index":36,"name":{"32":{}},"parent":{"33":{}}}],["processor\".renderprocessor",{"_index":39,"name":{},"parent":{"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{}}}],["registertokenids",{"_index":23,"name":{"21":{},"60":{},"68":{}},"parent":{}}],["render",{"_index":24,"name":{"22":{},"32":{},"42":{},"58":{}},"parent":{"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"29":{},"30":{},"31":{},"33":{},"34":{},"35":{},"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{}}}],["renderer",{"_index":46,"name":{"43":{}},"parent":{"44":{}}}],["renderer\".tagrenderer",{"_index":48,"name":{},"parent":{"45":{},"46":{},"47":{},"48":{},"50":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{}}}],["renderer\".tagrenderer._handlersmap",{"_index":52,"name":{},"parent":{"49":{}}}],["renderer\".tagrenderer._tokenidlookupmap",{"_index":54,"name":{},"parent":{"51":{}}}],["rendernext",{"_index":34,"name":{"30":{}},"parent":{}}],["renderprocessor",{"_index":37,"name":{"33":{}},"parent":{}}],["step_func_handler",{"_index":32,"name":{"28":{}},"parent":{}}],["step_handler",{"_index":27,"name":{"24":{}},"parent":{}}],["step_literal_handler",{"_index":31,"name":{"27":{}},"parent":{}}],["step_no_handler",{"_index":30,"name":{"26":{}},"parent":{}}],["step_str_token",{"_index":29,"name":{"25":{}},"parent":{}}],["step_sub_template",{"_index":33,"name":{"29":{}},"parent":{}}],["symbols",{"_index":0,"name":{"0":{}},"parent":{"1":{}}}],["tag",{"_index":2,"name":{"2":{},"43":{}},"parent":{"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{},"21":{},"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{}}}],["tag_type",{"_index":1,"name":{"1":{}},"parent":{}}],["tagrenderer",{"_index":47,"name":{"44":{},"64":{}},"parent":{}}],["tagtemplate",{"_index":4,"name":{"3":{},"65":{}},"parent":{}}],["template",{"_index":3,"name":{"2":{}},"parent":{"3":{},"17":{},"18":{},"19":{},"20":{},"21":{}}}],["template\".tagtemplate",{"_index":6,"name":{},"parent":{"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{},"13":{},"14":{},"15":{},"16":{}}}],["token",{"_index":21,"name":{"19":{},"69":{}},"parent":{}}],["tokeninvoke",{"_index":22,"name":{"20":{},"70":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file