Copy disabled (too large)
Download .txt
Showing preview only (10,228K chars total). Download the full file to get everything.
Repository: crazyurus/miniprogram-vscode-extension
Branch: master
Commit: 9936f104f5f8
Files: 193
Total size: 9.6 MB
Directory structure:
gitextract_c3pd8ixj/
├── .eslintrc.json
├── .github/
│ └── workflows/
│ └── build.yml
├── .gitignore
├── .husky/
│ ├── commit-msg
│ └── pre-commit
├── .lintstagedrc.json
├── .npmrc
├── .prettierrc.json
├── .vscode/
│ └── launch.json
├── .vscodeignore
├── CHANGELOG.md
├── LICENSE
├── README.md
├── assets/
│ ├── icons/
│ │ └── material-icons.json
│ └── themes/
│ ├── dark.json
│ └── light.json
├── build/
│ ├── esbuild.js
│ └── vsce.js
├── commitlint.config.js
├── extensions/
│ ├── analyse-viewer/
│ │ ├── index.html
│ │ └── static/
│ │ ├── css/
│ │ │ ├── 2.9f6604f8.chunk.css
│ │ │ ├── 3.53514592.chunk.css
│ │ │ ├── 3.74e47665.chunk.css
│ │ │ ├── 3.810520a8.chunk.css
│ │ │ ├── 3.87f7e95e.chunk.css
│ │ │ ├── 3.971dc97e.chunk.css
│ │ │ ├── 3.b02a7ca9.chunk.css
│ │ │ ├── 3.de8578ed.chunk.css
│ │ │ ├── 5.024d3dce.chunk.css
│ │ │ ├── 5.3ca67b73.chunk.css
│ │ │ ├── 5.67e99b5b.chunk.css
│ │ │ ├── 5.a90a123e.chunk.css
│ │ │ └── 5.ce003449.chunk.css
│ │ └── js/
│ │ ├── 2.0ee27f03.chunk.js
│ │ ├── 2.23e1b2e3.chunk.js
│ │ ├── 2.273904b0.chunk.js
│ │ ├── 2.5b726728.chunk.js
│ │ ├── 2.a94c24bf.chunk.js
│ │ ├── 2.e47230da.chunk.js
│ │ ├── 3.00bc8b6b.chunk.js
│ │ ├── 3.23e57b6e.chunk.js
│ │ ├── 3.2bd96288.chunk.js
│ │ ├── 3.30e7f44a.chunk.js
│ │ ├── 3.3dbab1a0.chunk.js
│ │ ├── 3.593a262a.chunk.js
│ │ ├── 3.803a8145.chunk.js
│ │ ├── 3.8ba63f56.chunk.js
│ │ ├── 3.9878b665.chunk.js
│ │ ├── 3.9e6790bd.chunk.js
│ │ ├── 3.b5b7d98f.chunk.js
│ │ ├── 3.c1774fd1.chunk.js
│ │ ├── 3.c527663a.chunk.js
│ │ ├── 3.cb4f16a3.chunk.js
│ │ ├── 3.e547b69c.chunk.js
│ │ ├── 3.f447cb85.chunk.js
│ │ ├── 4.df8b2cc6.chunk.js
│ │ ├── 5.26f40738.chunk.js
│ │ ├── 5.2b6265a7.chunk.js
│ │ ├── 5.50937eab.chunk.js
│ │ ├── 5.523a7bc8.chunk.js
│ │ ├── 5.67ee3c65.chunk.js
│ │ ├── 5.70f7ea44.chunk.js
│ │ ├── 5.75671545.chunk.js
│ │ ├── 5.81a0e6dd.chunk.js
│ │ ├── 5.895a2210.chunk.js
│ │ ├── 5.8b43fc37.chunk.js
│ │ ├── 5.a0252e13.chunk.js
│ │ ├── 5.ae9e55ed.chunk.js
│ │ ├── 5.b3bdf355.chunk.js
│ │ ├── 5.b9d25961.chunk.js
│ │ ├── 5.e622f88e.chunk.js
│ │ ├── 5.f3a6fb85.chunk.js
│ │ ├── 6.4a4cbc58.chunk.js
│ │ ├── main.00de8eaf.chunk.js
│ │ ├── main.0ebb9031.chunk.js
│ │ ├── main.4c352252.chunk.js
│ │ ├── main.9953cb97.chunk.js
│ │ ├── main.c71c4fc5.chunk.js
│ │ ├── runtime-main.07070f90.js
│ │ ├── runtime-main.11ad15e6.js
│ │ ├── runtime-main.187e97fb.js
│ │ ├── runtime-main.21691426.js
│ │ ├── runtime-main.2192102b.js
│ │ ├── runtime-main.26e5ac6f.js
│ │ ├── runtime-main.356ad258.js
│ │ ├── runtime-main.35940d5f.js
│ │ ├── runtime-main.569bc7d2.js
│ │ ├── runtime-main.602152c9.js
│ │ ├── runtime-main.79bf1275.js
│ │ ├── runtime-main.90def5d3.js
│ │ ├── runtime-main.93907157.js
│ │ ├── runtime-main.93c8bb56.js
│ │ ├── runtime-main.940e5b39.js
│ │ ├── runtime-main.95a9cd64.js
│ │ ├── runtime-main.a2328cd3.js
│ │ ├── runtime-main.baeffe83.js
│ │ ├── runtime-main.cf1381ab.js
│ │ ├── runtime-main.d25a832a.js
│ │ ├── runtime-main.d7b52baa.js
│ │ ├── runtime-main.e083ef2b.js
│ │ ├── runtime-main.ed20c667.js
│ │ ├── runtime-main.f1eda083.js
│ │ ├── runtime-main.f5f67302.js
│ │ └── runtime-main.f99000c1.js
│ ├── engine-tutorial-plugin/
│ │ ├── extension.js
│ │ └── package.json
│ ├── universal-path-intellisense/
│ │ ├── LICENSE.txt
│ │ ├── out/
│ │ │ ├── configuration/
│ │ │ │ ├── configuration.interface.js
│ │ │ │ ├── configuration.service.js
│ │ │ │ ├── mapping.service.js
│ │ │ │ └── tsconfig.service.js
│ │ │ ├── extension.js
│ │ │ ├── providers/
│ │ │ │ ├── defProvider/
│ │ │ │ │ └── default.defFrovider.js
│ │ │ │ ├── default.provider.js
│ │ │ │ ├── index.js
│ │ │ │ ├── javascript/
│ │ │ │ │ ├── createCompletionItem.js
│ │ │ │ │ ├── createContext.js
│ │ │ │ │ └── javascript.provider.js
│ │ │ │ └── provider.interface.js
│ │ │ └── utils/
│ │ │ └── file-utills.js
│ │ └── package.json
│ ├── wechat-miniprogram-development/
│ │ ├── extension.js
│ │ ├── package.json
│ │ └── skylineStyleServer.js
│ ├── wx-json/
│ │ └── package.json
│ ├── wx-snippets/
│ │ ├── package.json
│ │ └── snippets/
│ │ ├── snippets.js.json
│ │ ├── snippets.json.json
│ │ └── snippets.ts.json
│ ├── wxml-basics/
│ │ ├── cgmanifest.json
│ │ ├── html.tmLanguage.json
│ │ ├── package.json
│ │ ├── package.nls.json
│ │ ├── syntaxes/
│ │ │ ├── wxml-derivative.tmLanguage.json
│ │ │ ├── wxml.tmLanguage.json
│ │ │ └── xsl.tmLanguage.json
│ │ ├── wxml.language-configuration.json
│ │ └── xsl.language-configuration.json
│ ├── wxml-language-features/
│ │ ├── README.md
│ │ ├── build/
│ │ │ └── bundleTypeScriptLibraries.js
│ │ ├── package.json
│ │ ├── package.nls.json
│ │ ├── schemas/
│ │ │ └── package.schema.json
│ │ └── server/
│ │ ├── lib/
│ │ │ ├── cgmanifest.json
│ │ │ └── jquery.d.ts
│ │ └── package.json
│ ├── wxs/
│ │ └── package.json
│ └── wxss/
│ └── package.json
├── html/
│ ├── common.ejs
│ ├── preview.ejs
│ ├── project.ejs
│ └── quality.ejs
├── package.json
├── package.nls.json
├── package.nls.zh-cn.json
├── patches/
│ └── miniprogram-ci@2.0.9.patch
├── src/
│ ├── base.ts
│ ├── commands/
│ │ ├── base.ts
│ │ ├── compile/
│ │ │ ├── analyze.ts
│ │ │ ├── artifact.ts
│ │ │ ├── directory.ts
│ │ │ ├── index.ts
│ │ │ ├── npm.ts
│ │ │ ├── preview.ts
│ │ │ ├── quality.ts
│ │ │ ├── sourcemap.ts
│ │ │ ├── upload.ts
│ │ │ └── utils.ts
│ │ ├── create.ts
│ │ ├── document/
│ │ │ ├── index.ts
│ │ │ ├── management.ts
│ │ │ ├── open.ts
│ │ │ ├── search.ts
│ │ │ └── utils.ts
│ │ ├── index.ts
│ │ ├── project.ts
│ │ └── storage.ts
│ ├── entry/
│ │ ├── development.js
│ │ └── production.js
│ ├── index.ts
│ ├── plugins/
│ │ ├── component.ts
│ │ ├── extension.ts
│ │ ├── proxy.ts
│ │ └── view.ts
│ ├── templates/
│ │ ├── component.ts
│ │ └── page.ts
│ ├── types.ts
│ └── utils/
│ ├── json.ts
│ ├── path.ts
│ ├── project.ts
│ ├── render.ts
│ └── ui.ts
└── tsconfig.json
================================================
FILE CONTENTS
================================================
================================================
FILE: .eslintrc.json
================================================
{
"env": {
"browser": true,
"es2021": true
},
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:n/recommended", "prettier"],
"overrides": [],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["@typescript-eslint"],
"rules": {
"indent": ["error", 2],
"linebreak-style": ["error", "unix"],
"quotes": ["error", "single"],
"semi": ["error", "always"],
"n/exports-style": ["error", "module.exports"],
"n/no-missing-import": "off",
"@typescript-eslint/no-explicit-any": "warn",
"no-case-declarations": "warn"
},
"ignorePatterns": ["extensions/*.js"]
}
================================================
FILE: .github/workflows/build.yml
================================================
name: Publish
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Global Dependencies
run: |
corepack enable
- name: NPM Install
run: |
pnpm install --frozen-lockfile --prod --ignore-scripts
mkdir ./dist
cp -r node_modules ./dist/node_modules
pnpm install --frozen-lockfile --ignore-scripts
- name: Build
run: |
npm run build
- name: Deploy
run: |
npx vsce publish -p $VSCE_TOKEN --no-dependencies
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
================================================
FILE: .gitignore
================================================
node_modules
.bak
*.vsix
dist
================================================
FILE: .husky/commit-msg
================================================
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx commitlint --edit
================================================
FILE: .husky/pre-commit
================================================
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx lint-staged
================================================
FILE: .lintstagedrc.json
================================================
{
"src/**/*.{js,jsx,ts,tsx}": "eslint --fix",
"src/**/*": "prettier --write --ignore-unknown"
}
================================================
FILE: .npmrc
================================================
node-linker=hoisted
symlink=false
================================================
FILE: .prettierrc.json
================================================
{
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"jsxSingleQuote": false,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"useTabs": false,
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"semi": true,
"arrowParens": "avoid",
"trailingComma": "none",
"endOfLine": "auto",
"bracketSameLine": true,
"plugins": [
"@ianvs/prettier-plugin-sort-imports",
"prettier-plugin-packagejson"
],
"importOrder": [
"<BUILTIN_MODULES>",
"<THIRD_PARTY_MODULES>",
"",
"^@/(.*)$",
"",
"^[./]"
]
}
================================================
FILE: .vscode/launch.json
================================================
{
"version": "0.2.0",
"configurations": [
{
"name": "调试插件",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}"
]
}
]
}
================================================
FILE: .vscodeignore
================================================
.vscode
.github
build
src
commitlint.config.js
tsconfig.json
patches
.vsix
.npmrc
.lintstagedrc.json
.husky
pnpm-lock.yaml
node_modules
================================================
FILE: CHANGELOG.md
================================================
# 更新日志
## [1.5.0] - 2024-8-16
### 新增
- 支持 TypeScript 项目
- 支持自定义 CI Bot
### 优化
- 更新 `miniprogram-ci` 至 `2.0.9`
- 编译选项交给 `miniprogram-ci` 解析
## [1.4.19] - 2024-4-20
### 优化
- 优化代码质量分析功能界面样式
### 修复
- 修复 Windows 下非 C 盘无法创建模板文件 @XiongAmao
## [1.4.18] - 2024-4-17
### 新增
- 新增代码质量分析功能
## [1.4.17] - 2023-7-23
### 优化
- 更新 `miniprogram-ci` 至 `1.9.8`
- 更新内置的代码片段
- 优化小程序开发体验
### 修复
- 修复 JSON 文件匹配规则,避免对非小程序的 JSON 进行 schema 校验
## [1.4.16] - 2023-4-14
### 优化
- 更新 `miniprogram-ci` 至 `1.9.6`
- 允许配置过滤无依赖文件
### 修复
- 修复 Windows 下找不到微信开发者工具的 `ide-status` 端口开启状态
## [1.4.15] - 2022-12-8
### 新增
- 支持配置微信开发工具的安装路径 @chenbimo
### 优化
- 清除缓存时增加提示
## [1.4.13] - 2022-12-3
### 新增
- 支持点击自定义组件标签跳转到对应文件
- 支持多线程编译
### 优化
- 优化 TypeScript 支持的实现,采用 `typeAcquisition`
- 更新 `miniprogram-ci` 至 `1.9.3`
### 工程
- 项目使用 `pnpm`
## [1.4.11] - 2022-6-27
### 修复
- 修复在 MacOS 下新版 VSCode 中 WXML Language Server 可能崩溃的问题
## [1.4.10] - 2022-6-24
### 修复
- 修复分析代码未填写 key 时出现弹窗
- 修复微信开发工具不存在 `ide-status` 文件时报错
### 优化
- 优化项目模块结构
## [1.4.9] - 2022-5-27
### 修复
- 修复文档搜索部分结果丢失
### 优化
- asar 移除 `devDependencies` 进一步压缩空间
## [1.4.8] - 2022-5-21
### 新增
- 支持开发文档的搜索
### 优化
- 通过构建 asar 优化插件体积及安装时间,减少 46%
- 更新 `miniprogram-ci` 至 `1.8.25`
### 修复
- 修复 Windows 下打开微信开发工具报错
## [1.4.7] - 2022-5-17
### 修复
- 修复插件启动后影响 HTML 部分语法的显示 [#25](https://github.com/crazyurus/miniprogram-vscode-extension/issues/25)
## [1.4.6] - 2022-5-7
### 优化
- 优化打开微信开发者工具的方式
## [1.4.5] - 2022-4-25
### 新增
- 支持小程序项目在非根目录下时指定小程序目录,例如 Taro、Uni 等框架下使用
### 优化
- 优化 `project.config.json` 不存在时的处理,提供文件选择功能
## [1.4.4] - 2022-4-24
### 新增
- 预览小程序支持选择页面路径
- 支持查看小程序编译产物
- 支持下载最近上传的 SourceMap
- 支持代理设置
### 优化
- API 类型依赖不再出现在 `package.json`
- 加快 Windows 下打开 IDE 的速度
- 优化错误处理
### 修复
- Windows 下创建页面 `app.json` 中路径错误
- 修复设置小程序 `miniprogramRoot` 未使用相对路径
- 修复构建 npm 查找 `package.json` 逻辑
## [1.4.3] - 2022-4-23
### 修复
- WXML Language Server 启动报错
- Windows 下找不到 IDE
## [1.4.2] - 2022-4-22
### 新增
- 支持打开 **微信开发者工具 IDE**
- 支持通过工作区设置指定小程序运行目录
- NPM 构建支持显示警告
### 优化
- 优化 API 提示,通过自动安装 `@types/wechat-miniprogram`
- 优化开发文档的显示
- 优化插件的加载,解决报错问题
- 优化清除缓存功能
- 支持仅加载 WXML 文件时使用插件
- 支持 `privateKey` 存储,不再依赖 key 文件
- 优化命令显示支持中/英文
- 优化选择密钥文件的体验
### 修复
- 修复首次运行插件点击命令无反应,无法选择 `privateKeyPath` 文件
- 编译参数传递错误
## [1.4.1] - 2022-4-21
### 新增
- 提供代码静态依赖分析功能
- 全新的项目详情页面
- 新增图标
### 优化
- 优化主题、代码片段以及对 WXML 的支持
- 支持 `project.config.js` 中最新的编译参数
- 移除依赖 `js-beautify`
## [1.4.0] - 2022-4-20
### 优化
- 更新 `miniprogram-ci` 至 `1.8.12`
- 移除模拟器功能,因为模拟器长期未维护
- 随机分配 CI Bot 使负载均衡
### 修复
- 修复状态栏项目名称部分情况下乱码
## [1.3.6] - 2020-4-26
### 修复
- 打开非小程序项目时不再启动插件
- `privateKeyPath` Windows 下路径错误 [#9](https://github.com/crazyurus/miniprogram-vscode-extension/issues/9)
## [1.3.5] - 2020-4-23
### 修复
- `miniprogramRoot` 不支持相对路径 [#8](https://github.com/crazyurus/miniprogram-vscode-extension/issues/8)
## [1.3.4] - 2020-4-20
### 修复
- 编译失败时触发成功的回调
## [1.3.3] - 2020-4-19
### 优化
- 优化预览、上传、模拟器进度提示
- 优化错误提示
## [1.3.2] - 2020-4-16
### 修复
- 完善模拟器的错误提示
## [1.3.1] - 2020-4-16
### 文档
- 更新文档中的 Issue 和 PR 链接
## [1.3.0] - 2020-4-15
### 新增
- 提供模拟器功能
## [1.2.4] - 2020-4-14
### 新增
- 支持读取编译参数
### 优化
- 加快构建速度
- 升级底层依赖
## [1.2.2] - 2020-4-12
### 新增
- 查看开发文档
- 打开项目配置文件
### 优化
- 优化上传参数输入体验
## [1.2.1] - 2020-4-10
### 修复
- 上传小程序失败
- 构建 npm 失败
### 优化
- 优化预览小程序错误提示
## [1.2.0] - 2020-4-8
### 新增
- 支持预览和上传小程序
- 状态栏显示当前小程序名称和 `AppId`
- 支持构建 npm
### 修复
- 命令无效修复
## [1.1.0] - 2020-4-7
### 新增
- 支持快速创建 `Page` 及 `Component`
- 支持设置编译及上传目录
### 修复
- 代码片段 bug 修复
### TODO
- 支持小程序的预览和上传
- 支持小程序创建模版
- 支持小程序模拟器
## [1.0.0] - 2020-4-6
### 新增
- 支持小程序 API 的代码补全
- 支持 `WXML` 的代码补全和语法高亮
- 支持 `WXSS` 的语法高亮
- 支持 `WXS` 的语法高亮
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
================================================
FILE: README.md
================================================
# 微信小程序开发工具
  

提供预览、打包上传、代码补全、语法高亮、依赖分析、项目模版等功能。可以在面板的底部“微信小程序”处使用,如下图所示。

## 功能
### 代码补全与语法高亮
- 支持小程序 API 的代码补全
- 支持 `WXML` 中组件的代码补全
- 支持 `WXML` `WXSS` `WXS` 的语法高亮
- 支持快速创建 `Page` 及 `Component`
### 预览和上传小程序
- 支持设置小程序上传目录
- 支持扫码预览小程序
- 支持小程序打包并上传到微信后台
- 支持查看小程序编译产物
- 支持下载最近上传的 SourceMap
### 代码分析
- 支持代码静态依赖分析
- 支持代码质量分析
### 项目设置
- 支持查看和修改项目配置
- 支持构建 npm
- 支持查看开发文档
- 支持打开微信开发者工具 IDE
### 主题
- 提供 `Dark` 和 `Light` 两种主题
- 提供图标
### 组件支持
- 支持点击自定义组件标签跳转到对应文件
- 支持点击绑定的函数名跳转到对应函数定义
### 其它
- 支持微信小程序开发文档搜索
- 支持代理设置
## 常见问题
1. IDE 默认会寻找项目根目录的 `project.config.json`。若小程序项目有单独的目录,将无法自动识别,需按照提示选择该文件进行设置。设置完成后会在项目目录下生成 `.vscode/settings.json` 用于存储。
1. 在 **微信公众平台** - **开发** - **开发设置** 下载代码上传密钥后,一定要关闭 **IP 白名单** 功能,否则无法正常预览和上传小程序。如果你的设备是静态 IP,也可以在白名单中配置设备 IP 使用(不推荐)。
## 反馈
[创建 Issue](https://github.com/crazyurus/miniprogram-vscode-extension/issues)
[欢迎 Pull Request](https://github.com/crazyurus/miniprogram-vscode-extension/pulls)
[Email: crazyurus@vip.qq.com](mailto:crazyurus@vip.qq.com)
## 致谢
感谢以下开源项目:
- [minapp-vscode](https://github.com/wx-minapp/minapp-vscode)
- [vscode-miniapp-helper](https://github.com/overtrue/vscode-miniapp-helper)
- [w-extension](https://github.com/masterZSH/w-extension)
- [@tarojs/plugin-mini-ci](https://github.com/NervJS/taro/blob/next/packages/taro-plugin-mini-ci)
- [minapp-comp-definition](https://github.com/wjf2016/minapp-comp-definition)
部分功能的实现参考了微信开发者工具 IDE
## License
[GPL-3.0](https://github.com/crazyurus/miniprogram-vscode-extension/blob/master/LICENSE)
================================================
FILE: assets/icons/material-icons.json
================================================
{
"iconDefinitions": {
"git": {
"iconPath": "./git.svg"
},
"c": {
"iconPath": "./c.svg"
},
"yaml": {
"iconPath": "./yaml.svg"
},
"xml": {
"iconPath": "./xml.svg"
},
"wxml": {
"iconPath": "./xml.svg"
},
"matlab": {
"iconPath": "./matlab.svg"
},
"settings": {
"iconPath": "./settings.svg"
},
"shaderlab": {
"iconPath": "./shaderlab.svg"
},
"diff": {
"iconPath": "./diff.svg"
},
"json": {
"iconPath": "./json.svg"
},
"blink": {
"iconPath": "./blink.svg"
},
"java": {
"iconPath": "./java.svg"
},
"razor": {
"iconPath": "./razor.svg"
},
"python": {
"iconPath": "./python.svg"
},
"javascript": {
"iconPath": "./javascript.svg"
},
"typescript": {
"iconPath": "./typescript.svg"
},
"scala": {
"iconPath": "./scala.svg"
},
"handlebars": {
"iconPath": "./handlebars.svg"
},
"perl": {
"iconPath": "./perl.svg"
},
"haxe": {
"iconPath": "./haxe.svg"
},
"puppet": {
"iconPath": "./puppet.svg"
},
"elixir": {
"iconPath": "./elixir.svg"
},
"livescript": {
"iconPath": "./livescript.svg"
},
"erlang": {
"iconPath": "./erlang.svg"
},
"twig": {
"iconPath": "./twig.svg"
},
"julia": {
"iconPath": "./julia.svg"
},
"elm": {
"iconPath": "./elm.svg"
},
"purescript": {
"iconPath": "./purescript.svg"
},
"stylus": {
"iconPath": "./stylus.svg"
},
"nunjucks": {
"iconPath": "./nunjucks.svg"
},
"pug": {
"iconPath": "./pug.svg"
},
"robot": {
"iconPath": "./robot.svg"
},
"sass": {
"iconPath": "./sass.svg"
},
"less": {
"iconPath": "./less.svg"
},
"css": {
"iconPath": "./css.svg"
},
"visualstudio": {
"iconPath": "./visualstudio.svg"
},
"angular": {
"iconPath": "./angular.svg"
},
"graphql": {
"iconPath": "./graphql.svg"
},
"solidity": {
"iconPath": "./solidity.svg"
},
"autoit": {
"iconPath": "./autoit.svg"
},
"haml": {
"iconPath": "./haml.svg"
},
"yang": {
"iconPath": "./yang.svg"
},
"terraform": {
"iconPath": "./terraform.svg"
},
"applescript": {
"iconPath": "./applescript.svg"
},
"cake": {
"iconPath": "./cake.svg"
},
"cucumber": {
"iconPath": "./cucumber.svg"
},
"nim": {
"iconPath": "./nim.svg"
},
"apiblueprint": {
"iconPath": "./apiblueprint.svg"
},
"riot": {
"iconPath": "./riot.svg"
},
"postcss": {
"iconPath": "./postcss.svg"
},
"coldfusion": {
"iconPath": "./coldfusion.svg"
},
"haskell": {
"iconPath": "./haskell.svg"
},
"cabal": {
"iconPath": "./cabal.svg"
},
"nix": {
"iconPath": "./nix.svg"
},
"ruby": {
"iconPath": "./ruby.svg"
},
"slim": {
"iconPath": "./slim.svg"
},
"php": {
"iconPath": "./php.svg"
},
"php_elephant": {
"iconPath": "./php_elephant.svg"
},
"hack": {
"iconPath": "./hack.svg"
},
"react": {
"iconPath": "./react.svg"
},
"mjml": {
"iconPath": "./mjml.svg"
},
"processing": {
"iconPath": "./processing.svg"
},
"hcl": {
"iconPath": "./hcl.svg"
},
"go": {
"iconPath": "./go.svg"
},
"go_gopher": {
"iconPath": "./go_gopher.svg"
},
"nodejs_alt": {
"iconPath": "./nodejs_alt.svg"
},
"django": {
"iconPath": "./django.svg"
},
"godot": {
"iconPath": "./godot.svg"
},
"vim": {
"iconPath": "./vim.svg"
},
"silverstripe": {
"iconPath": "./silverstripe.svg"
},
"html": {
"iconPath": "./html.svg"
},
"markdown": {
"iconPath": "./markdown.svg"
},
"blink_light": {
"iconPath": "./blink_light.svg"
},
"jinja": {
"iconPath": "./jinja.svg"
},
"jinja_light": {
"iconPath": "./jinja_light.svg"
},
"sublime": {
"iconPath": "./sublime.svg"
},
"image": {
"iconPath": "./image.svg"
},
"react_ts": {
"iconPath": "./react_ts.svg"
},
"routing": {
"iconPath": "./routing.svg"
},
"typescript-def": {
"iconPath": "./typescript-def.svg"
},
"markojs": {
"iconPath": "./markojs.svg"
},
"pdf": {
"iconPath": "./pdf.svg"
},
"table": {
"iconPath": "./table.svg"
},
"vscode": {
"iconPath": "./vscode.svg"
},
"database": {
"iconPath": "./database.svg"
},
"csharp": {
"iconPath": "./csharp.svg"
},
"zip": {
"iconPath": "./zip.svg"
},
"exe": {
"iconPath": "./exe.svg"
},
"h": {
"iconPath": "./h.svg"
},
"cpp": {
"iconPath": "./cpp.svg"
},
"hpp": {
"iconPath": "./hpp.svg"
},
"go-mod": {
"iconPath": "./go-mod.svg"
},
"python-misc": {
"iconPath": "./python-misc.svg"
},
"url": {
"iconPath": "./url.svg"
},
"console": {
"iconPath": "./console.svg"
},
"powershell": {
"iconPath": "./powershell.svg"
},
"gradle": {
"iconPath": "./gradle.svg"
},
"word": {
"iconPath": "./word.svg"
},
"certificate": {
"iconPath": "./certificate.svg"
},
"key": {
"iconPath": "./key.svg"
},
"font": {
"iconPath": "./font.svg"
},
"lib": {
"iconPath": "./lib.svg"
},
"gemfile": {
"iconPath": "./gemfile.svg"
},
"fsharp": {
"iconPath": "./fsharp.svg"
},
"swift": {
"iconPath": "./swift.svg"
},
"arduino": {
"iconPath": "./arduino.svg"
},
"docker": {
"iconPath": "./docker.svg"
},
"tex": {
"iconPath": "./tex.svg"
},
"powerpoint": {
"iconPath": "./powerpoint.svg"
},
"video": {
"iconPath": "./video.svg"
},
"virtual": {
"iconPath": "./virtual.svg"
},
"email": {
"iconPath": "./email.svg"
},
"audio": {
"iconPath": "./audio.svg"
},
"coffee": {
"iconPath": "./coffee.svg"
},
"document": {
"iconPath": "./document.svg"
},
"rust": {
"iconPath": "./rust.svg"
},
"raml": {
"iconPath": "./raml.svg"
},
"xaml": {
"iconPath": "./xaml.svg"
},
"kotlin": {
"iconPath": "./kotlin.svg"
},
"lua": {
"iconPath": "./lua.svg"
},
"clojure": {
"iconPath": "./clojure.svg"
},
"groovy": {
"iconPath": "./groovy.svg"
},
"r": {
"iconPath": "./r.svg"
},
"dart": {
"iconPath": "./dart.svg"
},
"actionscript": {
"iconPath": "./actionscript.svg"
},
"mxml": {
"iconPath": "./mxml.svg"
},
"autohotkey": {
"iconPath": "./autohotkey.svg"
},
"flash": {
"iconPath": "./flash.svg"
},
"swc": {
"iconPath": "./swc.svg"
},
"cmake": {
"iconPath": "./cmake.svg"
},
"assembly": {
"iconPath": "./assembly.svg"
},
"vue": {
"iconPath": "./vue.svg"
},
"vue-config": {
"iconPath": "./vue-config.svg"
},
"ocaml": {
"iconPath": "./ocaml.svg"
},
"javascript-map": {
"iconPath": "./javascript-map.svg"
},
"css-map": {
"iconPath": "./css-map.svg"
},
"lock": {
"iconPath": "./lock.svg"
},
"test-ts": {
"iconPath": "./test-ts.svg"
},
"test-jsx": {
"iconPath": "./test-jsx.svg"
},
"test-js": {
"iconPath": "./test-js.svg"
},
"angular-component": {
"iconPath": "./angular-component.svg"
},
"angular-guard": {
"iconPath": "./angular-guard.svg"
},
"angular-service": {
"iconPath": "./angular-service.svg"
},
"angular-pipe": {
"iconPath": "./angular-pipe.svg"
},
"angular-directive": {
"iconPath": "./angular-directive.svg"
},
"angular-resolver": {
"iconPath": "./angular-resolver.svg"
},
"smarty": {
"iconPath": "./smarty.svg"
},
"reason": {
"iconPath": "./reason.svg"
},
"bucklescript": {
"iconPath": "./bucklescript.svg"
},
"merlin": {
"iconPath": "./merlin.svg"
},
"verilog": {
"iconPath": "./verilog.svg"
},
"mathematica": {
"iconPath": "./mathematica.svg"
},
"wolframlanguage": {
"iconPath": "./wolframlanguage.svg"
},
"now": {
"iconPath": "./now.svg"
},
"now_light": {
"iconPath": "./now_light.svg"
},
"laravel": {
"iconPath": "./laravel.svg"
},
"vfl": {
"iconPath": "./vfl.svg"
},
"kl": {
"iconPath": "./kl.svg"
},
"todo": {
"iconPath": "./todo.svg"
},
"http": {
"iconPath": "./http.svg"
},
"restql": {
"iconPath": "./restql.svg"
},
"kivy": {
"iconPath": "./kivy.svg"
},
"graphcool": {
"iconPath": "./graphcool.svg"
},
"sbt": {
"iconPath": "./sbt.svg"
},
"webpack": {
"iconPath": "./webpack.svg"
},
"ionic": {
"iconPath": "./ionic.svg"
},
"gulp": {
"iconPath": "./gulp.svg"
},
"nodejs": {
"iconPath": "./nodejs.svg"
},
"npm": {
"iconPath": "./npm.svg"
},
"yarn": {
"iconPath": "./yarn.svg"
},
"android": {
"iconPath": "./android.svg"
},
"tune": {
"iconPath": "./tune.svg"
},
"babel": {
"iconPath": "./babel.svg"
},
"contributing": {
"iconPath": "./contributing.svg"
},
"readme": {
"iconPath": "./readme.svg"
},
"changelog": {
"iconPath": "./changelog.svg"
},
"credits": {
"iconPath": "./credits.svg"
},
"authors": {
"iconPath": "./authors.svg"
},
"flow": {
"iconPath": "./flow.svg"
},
"favicon": {
"iconPath": "./favicon.svg"
},
"karma": {
"iconPath": "./karma.svg"
},
"bithound": {
"iconPath": "./bithound.svg"
},
"appveyor": {
"iconPath": "./appveyor.svg"
},
"travis": {
"iconPath": "./travis.svg"
},
"protractor": {
"iconPath": "./protractor.svg"
},
"fusebox": {
"iconPath": "./fusebox.svg"
},
"heroku": {
"iconPath": "./heroku.svg"
},
"editorconfig": {
"iconPath": "./editorconfig.svg"
},
"gitlab": {
"iconPath": "./gitlab.svg"
},
"bower": {
"iconPath": "./bower.svg"
},
"eslint": {
"iconPath": "./eslint.svg"
},
"conduct": {
"iconPath": "./conduct.svg"
},
"watchman": {
"iconPath": "./watchman.svg"
},
"aurelia": {
"iconPath": "./aurelia.svg"
},
"mocha": {
"iconPath": "./mocha.svg"
},
"jenkins": {
"iconPath": "./jenkins.svg"
},
"firebase": {
"iconPath": "./firebase.svg"
},
"rollup": {
"iconPath": "./rollup.svg"
},
"stylelint": {
"iconPath": "./stylelint.svg"
},
"stylelint_light": {
"iconPath": "./stylelint_light.svg"
},
"code-climate": {
"iconPath": "./code-climate.svg"
},
"code-climate_light": {
"iconPath": "./code-climate_light.svg"
},
"prettier": {
"iconPath": "./prettier.svg"
},
"nodemon": {
"iconPath": "./nodemon.svg"
},
"webhint": {
"iconPath": "./webhint.svg"
},
"browserlist": {
"iconPath": "./browserlist.svg"
},
"browserlist_light": {
"iconPath": "./browserlist_light.svg"
},
"crystal": {
"iconPath": "./crystal.svg"
},
"crystal_light": {
"iconPath": "./crystal_light.svg"
},
"snyk": {
"iconPath": "./snyk.svg"
},
"drone": {
"iconPath": "./drone.svg"
},
"drone_light": {
"iconPath": "./drone_light.svg"
},
"cuda": {
"iconPath": "./cuda.svg"
},
"log": {
"iconPath": "./log.svg"
},
"dotjs": {
"iconPath": "./dotjs.svg"
},
"ejs": {
"iconPath": "./ejs.svg"
},
"sequelize": {
"iconPath": "./sequelize.svg"
},
"gatsby": {
"iconPath": "./gatsby.svg"
},
"wakatime": {
"iconPath": "./wakatime.svg"
},
"wakatime_light": {
"iconPath": "./wakatime_light.svg"
},
"circleci": {
"iconPath": "./circleci.svg"
},
"circleci_light": {
"iconPath": "./circleci_light.svg"
},
"cloudfoundry": {
"iconPath": "./cloudfoundry.svg"
},
"grunt": {
"iconPath": "./grunt.svg"
},
"jest": {
"iconPath": "./jest.svg"
},
"processing_light": {
"iconPath": "./processing_light.svg"
},
"storybook": {
"iconPath": "./storybook.svg"
},
"wepy": {
"iconPath": "./wepy.svg"
},
"fastlane": {
"iconPath": "./fastlane.svg"
},
"hcl_light": {
"iconPath": "./hcl_light.svg"
},
"helm": {
"iconPath": "./helm.svg"
},
"san": {
"iconPath": "./san.svg"
},
"wallaby": {
"iconPath": "./wallaby.svg"
},
"stencil": {
"iconPath": "./stencil.svg"
},
"stencil_light": {
"iconPath": "./stencil_light.svg"
},
"red": {
"iconPath": "./red.svg"
},
"makefile": {
"iconPath": "./makefile.svg"
},
"foxpro": {
"iconPath": "./foxpro.svg"
},
"i18n": {
"iconPath": "./i18n.svg"
},
"webassembly": {
"iconPath": "./webassembly.svg"
},
"semantic-release": {
"iconPath": "./semantic-release.svg"
},
"semantic-release_light": {
"iconPath": "./semantic-release_light.svg"
},
"bitbucket": {
"iconPath": "./bitbucket.svg"
},
"jupyter": {
"iconPath": "./jupyter.svg"
},
"d": {
"iconPath": "./d.svg"
},
"mdx": {
"iconPath": "./mdx.svg"
},
"ballerina": {
"iconPath": "./ballerina.svg"
},
"racket": {
"iconPath": "./racket.svg"
},
"bazel": {
"iconPath": "./bazel.svg"
},
"mint": {
"iconPath": "./mint.svg"
},
"velocity": {
"iconPath": "./velocity.svg"
},
"godot-assets": {
"iconPath": "./godot-assets.svg"
},
"azure-pipelines": {
"iconPath": "./azure-pipelines.svg"
},
"azure": {
"iconPath": "./azure.svg"
},
"vagrant": {
"iconPath": "./vagrant.svg"
},
"prisma": {
"iconPath": "./prisma.svg"
},
"asciidoc": {
"iconPath": "./asciidoc.svg"
},
"istanbul": {
"iconPath": "./istanbul.svg"
},
"edge": {
"iconPath": "./edge.svg"
},
"scheme": {
"iconPath": "./scheme.svg"
},
"tailwindcss": {
"iconPath": "./tailwindcss.svg"
},
"3d": {
"iconPath": "./3d.svg"
},
"buildkite": {
"iconPath": "./buildkite.svg"
},
"netlify": {
"iconPath": "./netlify.svg"
},
"svg": {
"iconPath": "./svg.svg"
},
"svelte": {
"iconPath": "./svelte.svg"
},
"nest": {
"iconPath": "./nest.svg"
},
"moonscript": {
"iconPath": "./moonscript.svg"
},
"percy": {
"iconPath": "./percy.svg"
},
"gitpod": {
"iconPath": "./gitpod.svg"
},
"file": {
"iconPath": "./file.svg"
},
"folder-src": {
"iconPath": "./folder-src.svg"
},
"folder-src-open": {
"iconPath": "./folder-src-open.svg"
},
"folder-dist": {
"iconPath": "./folder-dist.svg"
},
"folder-dist-open": {
"iconPath": "./folder-dist-open.svg"
},
"folder-css": {
"iconPath": "./folder-css.svg"
},
"folder-css-open": {
"iconPath": "./folder-css-open.svg"
},
"folder-sass": {
"iconPath": "./folder-sass.svg"
},
"folder-sass-open": {
"iconPath": "./folder-sass-open.svg"
},
"folder-images": {
"iconPath": "./folder-images.svg"
},
"folder-images-open": {
"iconPath": "./folder-images-open.svg"
},
"folder-scripts": {
"iconPath": "./folder-scripts.svg"
},
"folder-scripts-open": {
"iconPath": "./folder-scripts-open.svg"
},
"folder-node": {
"iconPath": "./folder-node.svg"
},
"folder-node-open": {
"iconPath": "./folder-node-open.svg"
},
"folder-javascript": {
"iconPath": "./folder-javascript.svg"
},
"folder-javascript-open": {
"iconPath": "./folder-javascript-open.svg"
},
"folder-font": {
"iconPath": "./folder-font.svg"
},
"folder-font-open": {
"iconPath": "./folder-font-open.svg"
},
"folder-bower": {
"iconPath": "./folder-bower.svg"
},
"folder-bower-open": {
"iconPath": "./folder-bower-open.svg"
},
"folder-test": {
"iconPath": "./folder-test.svg"
},
"folder-test-open": {
"iconPath": "./folder-test-open.svg"
},
"folder-jinja": {
"iconPath": "./folder-jinja.svg"
},
"folder-jinja-open": {
"iconPath": "./folder-jinja-open.svg"
},
"folder-jinja_light": {
"iconPath": "./folder-jinja_light.svg"
},
"folder-jinja-open_light": {
"iconPath": "./folder-jinja-open_light.svg"
},
"folder-markdown": {
"iconPath": "./folder-markdown.svg"
},
"folder-markdown-open": {
"iconPath": "./folder-markdown-open.svg"
},
"folder-php": {
"iconPath": "./folder-php.svg"
},
"folder-php-open": {
"iconPath": "./folder-php-open.svg"
},
"folder-phpmailer": {
"iconPath": "./folder-phpmailer.svg"
},
"folder-phpmailer-open": {
"iconPath": "./folder-phpmailer-open.svg"
},
"folder-sublime": {
"iconPath": "./folder-sublime.svg"
},
"folder-sublime-open": {
"iconPath": "./folder-sublime-open.svg"
},
"folder-docs": {
"iconPath": "./folder-docs.svg"
},
"folder-docs-open": {
"iconPath": "./folder-docs-open.svg"
},
"folder-git": {
"iconPath": "./folder-git.svg"
},
"folder-git-open": {
"iconPath": "./folder-git-open.svg"
},
"folder-github": {
"iconPath": "./folder-github.svg"
},
"folder-github-open": {
"iconPath": "./folder-github-open.svg"
},
"folder-gitlab": {
"iconPath": "./folder-gitlab.svg"
},
"folder-gitlab-open": {
"iconPath": "./folder-gitlab-open.svg"
},
"folder-vscode": {
"iconPath": "./folder-vscode.svg"
},
"folder-vscode-open": {
"iconPath": "./folder-vscode-open.svg"
},
"folder-views": {
"iconPath": "./folder-views.svg"
},
"folder-views-open": {
"iconPath": "./folder-views-open.svg"
},
"folder-vue": {
"iconPath": "./folder-vue.svg"
},
"folder-vue-open": {
"iconPath": "./folder-vue-open.svg"
},
"folder-expo": {
"iconPath": "./folder-expo.svg"
},
"folder-expo-open": {
"iconPath": "./folder-expo-open.svg"
},
"folder-config": {
"iconPath": "./folder-config.svg"
},
"folder-config-open": {
"iconPath": "./folder-config-open.svg"
},
"folder-i18n": {
"iconPath": "./folder-i18n.svg"
},
"folder-i18n-open": {
"iconPath": "./folder-i18n-open.svg"
},
"folder-components": {
"iconPath": "./folder-components.svg"
},
"folder-components-open": {
"iconPath": "./folder-components-open.svg"
},
"folder-aurelia": {
"iconPath": "./folder-aurelia.svg"
},
"folder-aurelia-open": {
"iconPath": "./folder-aurelia-open.svg"
},
"folder-resource": {
"iconPath": "./folder-resource.svg"
},
"folder-resource-open": {
"iconPath": "./folder-resource-open.svg"
},
"folder-lib": {
"iconPath": "./folder-lib.svg"
},
"folder-lib-open": {
"iconPath": "./folder-lib-open.svg"
},
"folder-theme": {
"iconPath": "./folder-theme.svg"
},
"folder-theme-open": {
"iconPath": "./folder-theme-open.svg"
},
"folder-webpack": {
"iconPath": "./folder-webpack.svg"
},
"folder-webpack-open": {
"iconPath": "./folder-webpack-open.svg"
},
"folder-global": {
"iconPath": "./folder-global.svg"
},
"folder-global-open": {
"iconPath": "./folder-global-open.svg"
},
"folder-public": {
"iconPath": "./folder-public.svg"
},
"folder-public-open": {
"iconPath": "./folder-public-open.svg"
},
"folder-include": {
"iconPath": "./folder-include.svg"
},
"folder-include-open": {
"iconPath": "./folder-include-open.svg"
},
"folder-docker": {
"iconPath": "./folder-docker.svg"
},
"folder-docker-open": {
"iconPath": "./folder-docker-open.svg"
},
"folder-database": {
"iconPath": "./folder-database.svg"
},
"folder-database-open": {
"iconPath": "./folder-database-open.svg"
},
"folder-log": {
"iconPath": "./folder-log.svg"
},
"folder-log-open": {
"iconPath": "./folder-log-open.svg"
},
"folder-temp": {
"iconPath": "./folder-temp.svg"
},
"folder-temp-open": {
"iconPath": "./folder-temp-open.svg"
},
"folder-aws": {
"iconPath": "./folder-aws.svg"
},
"folder-aws-open": {
"iconPath": "./folder-aws-open.svg"
},
"folder-audio": {
"iconPath": "./folder-audio.svg"
},
"folder-audio-open": {
"iconPath": "./folder-audio-open.svg"
},
"folder-video": {
"iconPath": "./folder-video.svg"
},
"folder-video-open": {
"iconPath": "./folder-video-open.svg"
},
"folder-kubernetes": {
"iconPath": "./folder-kubernetes.svg"
},
"folder-kubernetes-open": {
"iconPath": "./folder-kubernetes-open.svg"
},
"folder-import": {
"iconPath": "./folder-import.svg"
},
"folder-import-open": {
"iconPath": "./folder-import-open.svg"
},
"folder-export": {
"iconPath": "./folder-export.svg"
},
"folder-export-open": {
"iconPath": "./folder-export-open.svg"
},
"folder-wakatime": {
"iconPath": "./folder-wakatime.svg"
},
"folder-wakatime-open": {
"iconPath": "./folder-wakatime-open.svg"
},
"folder-circleci": {
"iconPath": "./folder-circleci.svg"
},
"folder-circleci-open": {
"iconPath": "./folder-circleci-open.svg"
},
"folder-wordpress": {
"iconPath": "./folder-wordpress.svg"
},
"folder-wordpress-open": {
"iconPath": "./folder-wordpress-open.svg"
},
"folder-gradle": {
"iconPath": "./folder-gradle.svg"
},
"folder-gradle-open": {
"iconPath": "./folder-gradle-open.svg"
},
"folder-coverage": {
"iconPath": "./folder-coverage.svg"
},
"folder-coverage-open": {
"iconPath": "./folder-coverage-open.svg"
},
"folder-class": {
"iconPath": "./folder-class.svg"
},
"folder-class-open": {
"iconPath": "./folder-class-open.svg"
},
"folder-other": {
"iconPath": "./folder-other.svg"
},
"folder-other-open": {
"iconPath": "./folder-other-open.svg"
},
"folder-typescript": {
"iconPath": "./folder-typescript.svg"
},
"folder-typescript-open": {
"iconPath": "./folder-typescript-open.svg"
},
"folder-graphql": {
"iconPath": "./folder-graphql.svg"
},
"folder-graphql-open": {
"iconPath": "./folder-graphql-open.svg"
},
"folder-routes": {
"iconPath": "./folder-routes.svg"
},
"folder-routes-open": {
"iconPath": "./folder-routes-open.svg"
},
"folder-ci": {
"iconPath": "./folder-ci.svg"
},
"folder-ci-open": {
"iconPath": "./folder-ci-open.svg"
},
"folder-benchmark": {
"iconPath": "./folder-benchmark.svg"
},
"folder-benchmark-open": {
"iconPath": "./folder-benchmark-open.svg"
},
"folder-messages": {
"iconPath": "./folder-messages.svg"
},
"folder-messages-open": {
"iconPath": "./folder-messages-open.svg"
},
"folder-less": {
"iconPath": "./folder-less.svg"
},
"folder-less-open": {
"iconPath": "./folder-less-open.svg"
},
"folder-python": {
"iconPath": "./folder-python.svg"
},
"folder-python-open": {
"iconPath": "./folder-python-open.svg"
},
"folder-debug": {
"iconPath": "./folder-debug.svg"
},
"folder-debug-open": {
"iconPath": "./folder-debug-open.svg"
},
"folder-fastlane": {
"iconPath": "./folder-fastlane.svg"
},
"folder-fastlane-open": {
"iconPath": "./folder-fastlane-open.svg"
},
"folder-plugin": {
"iconPath": "./folder-plugin.svg"
},
"folder-plugin-open": {
"iconPath": "./folder-plugin-open.svg"
},
"folder-middleware": {
"iconPath": "./folder-middleware.svg"
},
"folder-middleware-open": {
"iconPath": "./folder-middleware-open.svg"
},
"folder-controller": {
"iconPath": "./folder-controller.svg"
},
"folder-controller-open": {
"iconPath": "./folder-controller-open.svg"
},
"folder-ansible": {
"iconPath": "./folder-ansible.svg"
},
"folder-ansible-open": {
"iconPath": "./folder-ansible-open.svg"
},
"folder-server": {
"iconPath": "./folder-server.svg"
},
"folder-server-open": {
"iconPath": "./folder-server-open.svg"
},
"folder-client": {
"iconPath": "./folder-client.svg"
},
"folder-client-open": {
"iconPath": "./folder-client-open.svg"
},
"folder-tasks": {
"iconPath": "./folder-tasks.svg"
},
"folder-tasks-open": {
"iconPath": "./folder-tasks-open.svg"
},
"folder-android": {
"iconPath": "./folder-android.svg"
},
"folder-android-open": {
"iconPath": "./folder-android-open.svg"
},
"folder-ios": {
"iconPath": "./folder-ios.svg"
},
"folder-ios-open": {
"iconPath": "./folder-ios-open.svg"
},
"folder-upload": {
"iconPath": "./folder-upload.svg"
},
"folder-upload-open": {
"iconPath": "./folder-upload-open.svg"
},
"folder-download": {
"iconPath": "./folder-download.svg"
},
"folder-download-open": {
"iconPath": "./folder-download-open.svg"
},
"folder-tools": {
"iconPath": "./folder-tools.svg"
},
"folder-tools-open": {
"iconPath": "./folder-tools-open.svg"
},
"folder-helper": {
"iconPath": "./folder-helper.svg"
},
"folder-helper-open": {
"iconPath": "./folder-helper-open.svg"
},
"folder-serverless": {
"iconPath": "./folder-serverless.svg"
},
"folder-serverless-open": {
"iconPath": "./folder-serverless-open.svg"
},
"folder-api": {
"iconPath": "./folder-api.svg"
},
"folder-api-open": {
"iconPath": "./folder-api-open.svg"
},
"folder-app": {
"iconPath": "./folder-app.svg"
},
"folder-app-open": {
"iconPath": "./folder-app-open.svg"
},
"folder-archive": {
"iconPath": "./folder-archive.svg"
},
"folder-archive-open": {
"iconPath": "./folder-archive-open.svg"
},
"folder-batch": {
"iconPath": "./folder-batch.svg"
},
"folder-batch-open": {
"iconPath": "./folder-batch-open.svg"
},
"folder-cluster": {
"iconPath": "./folder-cluster.svg"
},
"folder-cluster-open": {
"iconPath": "./folder-cluster-open.svg"
},
"folder-command": {
"iconPath": "./folder-command.svg"
},
"folder-command-open": {
"iconPath": "./folder-command-open.svg"
},
"folder-constant": {
"iconPath": "./folder-constant.svg"
},
"folder-constant-open": {
"iconPath": "./folder-constant-open.svg"
},
"folder-content": {
"iconPath": "./folder-content.svg"
},
"folder-content-open": {
"iconPath": "./folder-content-open.svg"
},
"folder-core": {
"iconPath": "./folder-core.svg"
},
"folder-core-open": {
"iconPath": "./folder-core-open.svg"
},
"folder-delta": {
"iconPath": "./folder-delta.svg"
},
"folder-delta-open": {
"iconPath": "./folder-delta-open.svg"
},
"folder-dump": {
"iconPath": "./folder-dump.svg"
},
"folder-dump-open": {
"iconPath": "./folder-dump-open.svg"
},
"folder-examples": {
"iconPath": "./folder-examples.svg"
},
"folder-examples-open": {
"iconPath": "./folder-examples-open.svg"
},
"folder-environment": {
"iconPath": "./folder-environment.svg"
},
"folder-environment-open": {
"iconPath": "./folder-environment-open.svg"
},
"folder-generator": {
"iconPath": "./folder-generator.svg"
},
"folder-generator-open": {
"iconPath": "./folder-generator-open.svg"
},
"folder-hook": {
"iconPath": "./folder-hook.svg"
},
"folder-hook-open": {
"iconPath": "./folder-hook-open.svg"
},
"folder-job": {
"iconPath": "./folder-job.svg"
},
"folder-job-open": {
"iconPath": "./folder-job-open.svg"
},
"folder-keys": {
"iconPath": "./folder-keys.svg"
},
"folder-keys-open": {
"iconPath": "./folder-keys-open.svg"
},
"folder-layout": {
"iconPath": "./folder-layout.svg"
},
"folder-layout-open": {
"iconPath": "./folder-layout-open.svg"
},
"folder-mail": {
"iconPath": "./folder-mail.svg"
},
"folder-mail-open": {
"iconPath": "./folder-mail-open.svg"
},
"folder-mappings": {
"iconPath": "./folder-mappings.svg"
},
"folder-mappings-open": {
"iconPath": "./folder-mappings-open.svg"
},
"folder-meta": {
"iconPath": "./folder-meta.svg"
},
"folder-meta-open": {
"iconPath": "./folder-meta-open.svg"
},
"folder-packages": {
"iconPath": "./folder-packages.svg"
},
"folder-packages-open": {
"iconPath": "./folder-packages-open.svg"
},
"folder-shared": {
"iconPath": "./folder-shared.svg"
},
"folder-shared-open": {
"iconPath": "./folder-shared-open.svg"
},
"folder-stack": {
"iconPath": "./folder-stack.svg"
},
"folder-stack-open": {
"iconPath": "./folder-stack-open.svg"
},
"folder-template": {
"iconPath": "./folder-template.svg"
},
"folder-template-open": {
"iconPath": "./folder-template-open.svg"
},
"folder-utils": {
"iconPath": "./folder-utils.svg"
},
"folder-utils-open": {
"iconPath": "./folder-utils-open.svg"
},
"folder-private": {
"iconPath": "./folder-private.svg"
},
"folder-private-open": {
"iconPath": "./folder-private-open.svg"
},
"folder-error": {
"iconPath": "./folder-error.svg"
},
"folder-error-open": {
"iconPath": "./folder-error-open.svg"
},
"folder-event": {
"iconPath": "./folder-event.svg"
},
"folder-event-open": {
"iconPath": "./folder-event-open.svg"
},
"folder-secure": {
"iconPath": "./folder-secure.svg"
},
"folder-secure-open": {
"iconPath": "./folder-secure-open.svg"
},
"folder-custom": {
"iconPath": "./folder-custom.svg"
},
"folder-custom-open": {
"iconPath": "./folder-custom-open.svg"
},
"folder-mock": {
"iconPath": "./folder-mock.svg"
},
"folder-mock-open": {
"iconPath": "./folder-mock-open.svg"
},
"folder-syntax": {
"iconPath": "./folder-syntax.svg"
},
"folder-syntax-open": {
"iconPath": "./folder-syntax-open.svg"
},
"folder-vm": {
"iconPath": "./folder-vm.svg"
},
"folder-vm-open": {
"iconPath": "./folder-vm-open.svg"
},
"folder-stylus": {
"iconPath": "./folder-stylus.svg"
},
"folder-stylus-open": {
"iconPath": "./folder-stylus-open.svg"
},
"folder-flow": {
"iconPath": "./folder-flow.svg"
},
"folder-flow-open": {
"iconPath": "./folder-flow-open.svg"
},
"folder-rules": {
"iconPath": "./folder-rules.svg"
},
"folder-rules-open": {
"iconPath": "./folder-rules-open.svg"
},
"folder-review": {
"iconPath": "./folder-review.svg"
},
"folder-review-open": {
"iconPath": "./folder-review-open.svg"
},
"folder-animation": {
"iconPath": "./folder-animation.svg"
},
"folder-animation-open": {
"iconPath": "./folder-animation-open.svg"
},
"folder-guard": {
"iconPath": "./folder-guard.svg"
},
"folder-guard-open": {
"iconPath": "./folder-guard-open.svg"
},
"folder-prisma": {
"iconPath": "./folder-prisma.svg"
},
"folder-prisma-open": {
"iconPath": "./folder-prisma-open.svg"
},
"folder-pipe": {
"iconPath": "./folder-pipe.svg"
},
"folder-pipe-open": {
"iconPath": "./folder-pipe-open.svg"
},
"folder-svg": {
"iconPath": "./folder-svg.svg"
},
"folder-svg-open": {
"iconPath": "./folder-svg-open.svg"
},
"folder": {
"iconPath": "./folder.svg"
},
"folder-open": {
"iconPath": "./folder-open.svg"
},
"folder-root": {
"iconPath": "./folder-root.svg"
},
"folder-root-open": {
"iconPath": "./folder-root-open.svg"
},
"__cloudfunction__root__": {
"iconPath": "./__cloudfunction__root__.svg"
},
"__cloudfunction__root__open": {
"iconPath": "./__cloudfunction__root__open.svg"
},
"__cloudfunction__nodejs__": {
"iconPath": "./__cloudfunction__nodejs__.svg"
},
"__cloudfunction__nodejs__open": {
"iconPath": "./__cloudfunction__nodejs__open.svg"
},
"__cloudfunction__php__": {
"iconPath": "./__cloudfunction__php__.svg"
},
"__cloudfunction__php__open": {
"iconPath": "./__cloudfunction__php__open.svg"
},
"__cloudbase__cloud__": {
"iconPath": "./__cloudbase__cloud__.svg"
},
"__cloudbase__cloud__open": {
"iconPath": "./__cloudbase__cloud__.svg"
},
"__cloudbase__containerservice__": {
"iconPath": "./__cloudbase__containerservice__.svg"
},
"__cloudbase__containerservice__open": {
"iconPath": "./__cloudbase__containerservice__.svg"
},
"__cloudbase__docker__": {
"iconPath": "./__cloudbase__docker__.svg"
},
"__cloudbase__docker__open": {
"iconPath": "./__cloudbase__docker__.svg"
},
"__cloudbase__env__": {
"iconPath": "./__cloudbase__env__.svg"
},
"__cloudbase__env__open": {
"iconPath": "./__cloudbase__env__.svg"
},
"__cloudbase__fx__": {
"iconPath": "./__cloudbase__fx__.svg"
},
"__cloudbase__fx__open": {
"iconPath": "./__cloudbase__fx__.svg"
},
"__cloudbase__fxfolder__": {
"iconPath": "./__cloudbase__fxfolder__.svg"
},
"__cloudbase__fxfolder__open": {
"iconPath": "./__cloudbase__fxfolder__.svg"
}
},
"folderNames": {
"src": "folder-src",
"source": "folder-src",
"sources": "folder-src",
"dist": "folder-dist",
"out": "folder-dist",
"build": "folder-dist",
"release": "folder-dist",
"bin": "folder-dist",
"css": "folder-css",
"stylesheet": "folder-css",
"stylesheets": "folder-css",
"style": "folder-css",
"styles": "folder-css",
"sass": "folder-sass",
"_sass": "folder-sass",
"scss": "folder-sass",
"_scss": "folder-sass",
"images": "folder-images",
"image": "folder-images",
"img": "folder-images",
"icons": "folder-images",
"icon": "folder-images",
"ico": "folder-images",
"screenshot": "folder-images",
"screenshots": "folder-images",
"script": "folder-scripts",
"scripts": "folder-scripts",
"node_modules": "folder-node",
"js": "folder-javascript",
"javascript": "folder-javascript",
"javascripts": "folder-javascript",
"font": "folder-font",
"fonts": "folder-font",
"bower_components": "folder-bower",
"test": "folder-test",
"tests": "folder-test",
"testing": "folder-test",
"__tests__": "folder-test",
"__snapshots__": "folder-test",
"__mocks__": "folder-test",
"__test__": "folder-test",
"spec": "folder-test",
"specs": "folder-test",
"jinja": "folder-jinja",
"jinja2": "folder-jinja",
"j2": "folder-jinja",
"markdown": "folder-markdown",
"md": "folder-markdown",
"php": "folder-php",
"phpmailer": "folder-phpmailer",
"sublime": "folder-sublime",
"doc": "folder-docs",
"docs": "folder-docs",
"documents": "folder-docs",
"documentation": "folder-docs",
"post": "folder-docs",
"posts": "folder-docs",
".git": "folder-git",
"submodules": "folder-git",
".submodules": "folder-git",
".github": "folder-github",
".gitlab": "folder-gitlab",
".vscode": "folder-vscode",
".vscode-test": "folder-vscode",
"view": "folder-views",
"views": "folder-views",
"screen": "folder-views",
"screens": "folder-views",
"page": "folder-views",
"pages": "folder-views",
"html": "folder-views",
"vue": "folder-vue",
".expo": "folder-expo",
".expo-shared": "folder-expo",
"config": "folder-config",
"configs": "folder-config",
"configuration": "folder-config",
"configurations": "folder-config",
"settings": "folder-config",
".settings": "folder-config",
"META-INF": "folder-config",
"i18n": "folder-i18n",
"internationalization": "folder-i18n",
"lang": "folder-i18n",
"language": "folder-i18n",
"languages": "folder-i18n",
"locale": "folder-i18n",
"locales": "folder-i18n",
"localization": "folder-i18n",
"translation": "folder-i18n",
"translate": "folder-i18n",
"translations": "folder-i18n",
".tx": "folder-i18n",
"components": "folder-components",
"aurelia_project": "folder-aurelia",
"resource": "folder-resource",
"resources": "folder-resource",
"res": "folder-resource",
"asset": "folder-resource",
"assets": "folder-resource",
"static": "folder-resource",
"lib": "folder-lib",
"libs": "folder-lib",
"library": "folder-lib",
"libraries": "folder-lib",
"vendor": "folder-lib",
"vendors": "folder-lib",
"third-party": "folder-lib",
"themes": "folder-theme",
"theme": "folder-theme",
"color": "folder-theme",
"colors": "folder-theme",
"design": "folder-theme",
"designs": "folder-theme",
"webpack": "folder-webpack",
".webpack": "folder-webpack",
"global": "folder-global",
"public": "folder-public",
"wwwroot": "folder-public",
"web": "folder-public",
"website": "folder-public",
"include": "folder-include",
"includes": "folder-include",
"_includes": "folder-include",
"docker": "folder-docker",
"dockerfiles": "folder-docker",
".docker": "folder-docker",
"db": "folder-database",
"database": "folder-database",
"databases": "folder-database",
"sql": "folder-database",
"data": "folder-database",
"_data": "folder-database",
"log": "folder-log",
"logs": "folder-log",
"temp": "folder-temp",
".temp": "folder-temp",
"tmp": "folder-temp",
".tmp": "folder-temp",
"cached": "folder-temp",
"cache": "folder-temp",
".cache": "folder-temp",
"aws": "folder-aws",
".aws": "folder-aws",
"audio": "folder-audio",
"audios": "folder-audio",
"music": "folder-audio",
"video": "folder-video",
"videos": "folder-video",
"movie": "folder-video",
"movies": "folder-video",
"kubernetes": "folder-kubernetes",
"k8s": "folder-kubernetes",
"import": "folder-import",
"imports": "folder-import",
"imported": "folder-import",
"export": "folder-export",
"exports": "folder-export",
"exported": "folder-export",
"wakatime": "folder-wakatime",
".circleci": "folder-circleci",
"wp-content": "folder-wordpress",
"gradle": "folder-gradle",
".gradle": "folder-gradle",
"coverage": "folder-coverage",
".nyc-output": "folder-coverage",
".nyc_output": "folder-coverage",
"e2e": "folder-coverage",
"it": "folder-coverage",
"integration-test": "folder-coverage",
"integration-tests": "folder-coverage",
"class": "folder-class",
"classes": "folder-class",
"model": "folder-class",
"models": "folder-class",
"other": "folder-other",
"others": "folder-other",
"misc": "folder-other",
"miscellaneous": "folder-other",
"extra": "folder-other",
"extras": "folder-other",
"typescript": "folder-typescript",
"ts": "folder-typescript",
"typings": "folder-typescript",
"@types": "folder-typescript",
"graphql": "folder-graphql",
"gql": "folder-graphql",
"routes": "folder-routes",
".ci": "folder-ci",
"ci": "folder-ci",
"benchmark": "folder-benchmark",
"benchmarks": "folder-benchmark",
"performance": "folder-benchmark",
"measure": "folder-benchmark",
"measures": "folder-benchmark",
"measurement": "folder-benchmark",
"messages": "folder-messages",
"forum": "folder-messages",
"chat": "folder-messages",
"chats": "folder-messages",
"conversation": "folder-messages",
"conversations": "folder-messages",
"less": "folder-less",
"python": "folder-python",
"__pycache__": "folder-python",
".pytest_cache": "folder-python",
"debug": "folder-debug",
"debugging": "folder-debug",
"fastlane": "folder-fastlane",
"plugin": "folder-plugin",
"plugins": "folder-plugin",
"_plugins": "folder-plugin",
"extension": "folder-plugin",
"extensions": "folder-plugin",
"addon": "folder-plugin",
"addons": "folder-plugin",
"middleware": "folder-middleware",
"middlewares": "folder-middleware",
"controller": "folder-controller",
"controllers": "folder-controller",
"service": "folder-controller",
"services": "folder-controller",
"provider": "folder-controller",
"providers": "folder-controller",
"ansible": "folder-ansible",
"server": "folder-server",
"servers": "folder-server",
"backend": "folder-server",
"client": "folder-client",
"clients": "folder-client",
"frontend": "folder-client",
"tasks": "folder-tasks",
"tickets": "folder-tasks",
"android": "folder-android",
"ios": "folder-ios",
"uploads": "folder-upload",
"upload": "folder-upload",
"downloads": "folder-download",
"download": "folder-download",
"tools": "folder-tools",
"helpers": "folder-helper",
"helper": "folder-helper",
".serverless": "folder-serverless",
"serverless": "folder-serverless",
"api": "folder-api",
"apis": "folder-api",
"app": "folder-app",
"apps": "folder-app",
"archive": "folder-archive",
"archives": "folder-archive",
"archival": "folder-archive",
"backup": "folder-archive",
"backups": "folder-archive",
"back-up": "folder-archive",
"back-ups": "folder-archive",
"batch": "folder-batch",
"batchs": "folder-batch",
"batches": "folder-batch",
"cluster": "folder-cluster",
"clusters": "folder-cluster",
"command": "folder-command",
"commands": "folder-command",
"cli": "folder-command",
"clis": "folder-command",
"constant": "folder-constant",
"constants": "folder-constant",
"content": "folder-content",
"contents": "folder-content",
"core": "folder-core",
"delta": "folder-delta",
"deltas": "folder-delta",
"changes": "folder-delta",
"dump": "folder-dump",
"dumps": "folder-dump",
"example": "folder-examples",
"examples": "folder-examples",
"sample": "folder-examples",
"samples": "folder-examples",
"demo": "folder-examples",
"demos": "folder-examples",
".env": "folder-environment",
".environment": "folder-environment",
"env": "folder-environment",
"environment": "folder-environment",
"environments": "folder-environment",
"lambda": "folder-functions",
"lambdas": "folder-functions",
"generator": "folder-generator",
"generators": "folder-generator",
"generated": "folder-generator",
"cfn-gen": "folder-generator",
"gen": "folder-generator",
"gens": "folder-generator",
"auto": "folder-generator",
"hook": "folder-hook",
"hooks": "folder-hook",
"trigger": "folder-hook",
"triggers": "folder-hook",
"job": "folder-job",
"jobs": "folder-job",
"keys": "folder-keys",
"key": "folder-keys",
"token": "folder-keys",
"tokens": "folder-keys",
"layout": "folder-layout",
"layouts": "folder-layout",
"mail": "folder-mail",
"mails": "folder-mail",
"smtp": "folder-mail",
"mappings": "folder-mappings",
"mapping": "folder-mappings",
"meta": "folder-meta",
"package": "folder-packages",
"packages": "folder-packages",
"shared": "folder-shared",
"stack": "folder-stack",
"stacks": "folder-stack",
"template": "folder-template",
"templates": "folder-template",
"util": "folder-utils",
"utils": "folder-utils",
"private": "folder-private",
".private": "folder-private",
"error": "folder-error",
"errors": "folder-error",
"err": "folder-error",
"event": "folder-event",
"events": "folder-event",
"auth": "folder-secure",
"authentication": "folder-secure",
"secure": "folder-secure",
"security": "folder-secure",
"cert": "folder-secure",
"certs": "folder-secure",
"certificate": "folder-secure",
"certificates": "folder-secure",
"ssl": "folder-secure",
"custom": "folder-custom",
"customs": "folder-custom",
"mock": "folder-mock",
"mocks": "folder-mock",
"draft": "folder-mock",
"drafts": "folder-mock",
"concept": "folder-mock",
"concepts": "folder-mock",
"sketch": "folder-mock",
"sketches": "folder-mock",
"syntax": "folder-syntax",
"syntaxes": "folder-syntax",
"spellcheck": "folder-syntax",
"vm": "folder-vm",
"vms": "folder-vm",
"stylus": "folder-stylus",
"flow-typed": "folder-flow",
"rule": "folder-rules",
"rules": "folder-rules",
"validation": "folder-rules",
"validations": "folder-rules",
"validator": "folder-rules",
"validators": "folder-rules",
"review": "folder-review",
"reviews": "folder-review",
"revisal": "folder-review",
"revisals": "folder-review",
"reviewed": "folder-review",
"animation": "folder-animation",
"animations": "folder-animation",
"animated": "folder-animation",
"guard": "folder-guard",
"guards": "folder-guard",
"prisma": "folder-prisma",
"pipe": "folder-pipe",
"pipes": "folder-pipe",
"svg": "folder-svg",
"svgs": "folder-svg",
"__cloudfunction__root__": "__cloudfunction__root__",
"__cloudfunction__nodejs__": "__cloudfunction__nodejs__",
"__cloudfunction__php__": "__cloudfunction__php__",
"__cloudbase__cloud__": "__cloudbase__cloud__",
"__cloudbase__containerservice__": "__cloudbase__containerservice__",
"__cloudbase__docker__": "__cloudbase__docker__",
"__cloudbase__env__": "__cloudbase__env__",
"__cloudbase__fx__": "__cloudbase__fx__",
"__cloudbase__fxfolder__": "__cloudbase__fxfolder__"
},
"folderNamesExpanded": {
"src": "folder-src-open",
"source": "folder-src-open",
"sources": "folder-src-open",
"dist": "folder-dist-open",
"out": "folder-dist-open",
"build": "folder-dist-open",
"release": "folder-dist-open",
"bin": "folder-dist-open",
"css": "folder-css-open",
"stylesheet": "folder-css-open",
"stylesheets": "folder-css-open",
"style": "folder-css-open",
"styles": "folder-css-open",
"sass": "folder-sass-open",
"_sass": "folder-sass-open",
"scss": "folder-sass-open",
"_scss": "folder-sass-open",
"images": "folder-images-open",
"image": "folder-images-open",
"img": "folder-images-open",
"icons": "folder-images-open",
"icon": "folder-images-open",
"ico": "folder-images-open",
"screenshot": "folder-images-open",
"screenshots": "folder-images-open",
"script": "folder-scripts-open",
"scripts": "folder-scripts-open",
"node_modules": "folder-node-open",
"js": "folder-javascript-open",
"javascript": "folder-javascript-open",
"javascripts": "folder-javascript-open",
"font": "folder-font-open",
"fonts": "folder-font-open",
"bower_components": "folder-bower-open",
"test": "folder-test-open",
"tests": "folder-test-open",
"testing": "folder-test-open",
"__tests__": "folder-test-open",
"__snapshots__": "folder-test-open",
"__mocks__": "folder-test-open",
"__test__": "folder-test-open",
"spec": "folder-test-open",
"specs": "folder-test-open",
"jinja": "folder-jinja-open",
"jinja2": "folder-jinja-open",
"j2": "folder-jinja-open",
"markdown": "folder-markdown-open",
"md": "folder-markdown-open",
"php": "folder-php-open",
"phpmailer": "folder-phpmailer-open",
"sublime": "folder-sublime-open",
"doc": "folder-docs-open",
"docs": "folder-docs-open",
"documents": "folder-docs-open",
"documentation": "folder-docs-open",
"post": "folder-docs-open",
"posts": "folder-docs-open",
".git": "folder-git-open",
"submodules": "folder-git-open",
".submodules": "folder-git-open",
".github": "folder-github-open",
".gitlab": "folder-gitlab-open",
".vscode": "folder-vscode-open",
".vscode-test": "folder-vscode-open",
"view": "folder-views-open",
"views": "folder-views-open",
"screen": "folder-views-open",
"screens": "folder-views-open",
"page": "folder-views-open",
"pages": "folder-views-open",
"html": "folder-views-open",
"vue": "folder-vue-open",
".expo": "folder-expo-open",
".expo-shared": "folder-expo-open",
"config": "folder-config-open",
"configs": "folder-config-open",
"configuration": "folder-config-open",
"configurations": "folder-config-open",
"settings": "folder-config-open",
".settings": "folder-config-open",
"META-INF": "folder-config-open",
"i18n": "folder-i18n-open",
"internationalization": "folder-i18n-open",
"lang": "folder-i18n-open",
"language": "folder-i18n-open",
"languages": "folder-i18n-open",
"locale": "folder-i18n-open",
"locales": "folder-i18n-open",
"localization": "folder-i18n-open",
"translation": "folder-i18n-open",
"translate": "folder-i18n-open",
"translations": "folder-i18n-open",
".tx": "folder-i18n-open",
"components": "folder-components-open",
"aurelia_project": "folder-aurelia-open",
"resource": "folder-resource-open",
"resources": "folder-resource-open",
"res": "folder-resource-open",
"asset": "folder-resource-open",
"assets": "folder-resource-open",
"static": "folder-resource-open",
"lib": "folder-lib-open",
"libs": "folder-lib-open",
"library": "folder-lib-open",
"libraries": "folder-lib-open",
"vendor": "folder-lib-open",
"vendors": "folder-lib-open",
"third-party": "folder-lib-open",
"themes": "folder-theme-open",
"theme": "folder-theme-open",
"color": "folder-theme-open",
"colors": "folder-theme-open",
"design": "folder-theme-open",
"designs": "folder-theme-open",
"webpack": "folder-webpack-open",
".webpack": "folder-webpack-open",
"global": "folder-global-open",
"public": "folder-public-open",
"wwwroot": "folder-public-open",
"web": "folder-public-open",
"website": "folder-public-open",
"include": "folder-include-open",
"includes": "folder-include-open",
"_includes": "folder-include-open",
"docker": "folder-docker-open",
"dockerfiles": "folder-docker-open",
".docker": "folder-docker-open",
"db": "folder-database-open",
"database": "folder-database-open",
"databases": "folder-database-open",
"sql": "folder-database-open",
"data": "folder-database-open",
"_data": "folder-database-open",
"log": "folder-log-open",
"logs": "folder-log-open",
"temp": "folder-temp-open",
".temp": "folder-temp-open",
"tmp": "folder-temp-open",
".tmp": "folder-temp-open",
"cached": "folder-temp-open",
"cache": "folder-temp-open",
".cache": "folder-temp-open",
"aws": "folder-aws-open",
".aws": "folder-aws-open",
"audio": "folder-audio-open",
"audios": "folder-audio-open",
"music": "folder-audio-open",
"video": "folder-video-open",
"videos": "folder-video-open",
"movie": "folder-video-open",
"movies": "folder-video-open",
"kubernetes": "folder-kubernetes-open",
"k8s": "folder-kubernetes-open",
"import": "folder-import-open",
"imports": "folder-import-open",
"imported": "folder-import-open",
"export": "folder-export-open",
"exports": "folder-export-open",
"exported": "folder-export-open",
"wakatime": "folder-wakatime-open",
".circleci": "folder-circleci-open",
"wp-content": "folder-wordpress-open",
"gradle": "folder-gradle-open",
".gradle": "folder-gradle-open",
"coverage": "folder-coverage-open",
".nyc-output": "folder-coverage-open",
".nyc_output": "folder-coverage-open",
"e2e": "folder-coverage-open",
"it": "folder-coverage-open",
"integration-test": "folder-coverage-open",
"integration-tests": "folder-coverage-open",
"class": "folder-class-open",
"classes": "folder-class-open",
"model": "folder-class-open",
"models": "folder-class-open",
"other": "folder-other-open",
"others": "folder-other-open",
"misc": "folder-other-open",
"miscellaneous": "folder-other-open",
"extra": "folder-other-open",
"extras": "folder-other-open",
"typescript": "folder-typescript-open",
"ts": "folder-typescript-open",
"typings": "folder-typescript-open",
"@types": "folder-typescript-open",
"graphql": "folder-graphql-open",
"gql": "folder-graphql-open",
"routes": "folder-routes-open",
".ci": "folder-ci-open",
"ci": "folder-ci-open",
"benchmark": "folder-benchmark-open",
"benchmarks": "folder-benchmark-open",
"performance": "folder-benchmark-open",
"measure": "folder-benchmark-open",
"measures": "folder-benchmark-open",
"measurement": "folder-benchmark-open",
"messages": "folder-messages-open",
"forum": "folder-messages-open",
"chat": "folder-messages-open",
"chats": "folder-messages-open",
"conversation": "folder-messages-open",
"conversations": "folder-messages-open",
"less": "folder-less-open",
"python": "folder-python-open",
"__pycache__": "folder-python-open",
".pytest_cache": "folder-python-open",
"debug": "folder-debug-open",
"debugging": "folder-debug-open",
"fastlane": "folder-fastlane-open",
"plugin": "folder-plugin-open",
"plugins": "folder-plugin-open",
"_plugins": "folder-plugin-open",
"extension": "folder-plugin-open",
"extensions": "folder-plugin-open",
"addon": "folder-plugin-open",
"addons": "folder-plugin-open",
"middleware": "folder-middleware-open",
"middlewares": "folder-middleware-open",
"controller": "folder-controller-open",
"controllers": "folder-controller-open",
"service": "folder-controller-open",
"services": "folder-controller-open",
"provider": "folder-controller-open",
"providers": "folder-controller-open",
"ansible": "folder-ansible-open",
"server": "folder-server-open",
"servers": "folder-server-open",
"backend": "folder-server-open",
"client": "folder-client-open",
"clients": "folder-client-open",
"frontend": "folder-client-open",
"tasks": "folder-tasks-open",
"tickets": "folder-tasks-open",
"android": "folder-android-open",
"ios": "folder-ios-open",
"uploads": "folder-upload-open",
"upload": "folder-upload-open",
"downloads": "folder-download-open",
"download": "folder-download-open",
"tools": "folder-tools-open",
"helpers": "folder-helper-open",
"helper": "folder-helper-open",
".serverless": "folder-serverless-open",
"serverless": "folder-serverless-open",
"api": "folder-api-open",
"apis": "folder-api-open",
"app": "folder-app-open",
"apps": "folder-app-open",
"archive": "folder-archive-open",
"archives": "folder-archive-open",
"archival": "folder-archive-open",
"backup": "folder-archive-open",
"backups": "folder-archive-open",
"back-up": "folder-archive-open",
"back-ups": "folder-archive-open",
"batch": "folder-batch-open",
"batchs": "folder-batch-open",
"batches": "folder-batch-open",
"cluster": "folder-cluster-open",
"clusters": "folder-cluster-open",
"command": "folder-command-open",
"commands": "folder-command-open",
"cli": "folder-command-open",
"clis": "folder-command-open",
"constant": "folder-constant-open",
"constants": "folder-constant-open",
"content": "folder-content-open",
"contents": "folder-content-open",
"core": "folder-core-open",
"delta": "folder-delta-open",
"deltas": "folder-delta-open",
"changes": "folder-delta-open",
"dump": "folder-dump-open",
"dumps": "folder-dump-open",
"example": "folder-examples-open",
"examples": "folder-examples-open",
"sample": "folder-examples-open",
"samples": "folder-examples-open",
"demo": "folder-examples-open",
"demos": "folder-examples-open",
".env": "folder-environment-open",
".environment": "folder-environment-open",
"env": "folder-environment-open",
"environment": "folder-environment-open",
"environments": "folder-environment-open",
"lambda": "folder-functions-open",
"lambdas": "folder-functions-open",
"generator": "folder-generator-open",
"generators": "folder-generator-open",
"generated": "folder-generator-open",
"cfn-gen": "folder-generator-open",
"gen": "folder-generator-open",
"gens": "folder-generator-open",
"auto": "folder-generator-open",
"hook": "folder-hook-open",
"hooks": "folder-hook-open",
"trigger": "folder-hook-open",
"triggers": "folder-hook-open",
"job": "folder-job-open",
"jobs": "folder-job-open",
"keys": "folder-keys-open",
"key": "folder-keys-open",
"token": "folder-keys-open",
"tokens": "folder-keys-open",
"layout": "folder-layout-open",
"layouts": "folder-layout-open",
"mail": "folder-mail-open",
"mails": "folder-mail-open",
"smtp": "folder-mail-open",
"mappings": "folder-mappings-open",
"mapping": "folder-mappings-open",
"meta": "folder-meta-open",
"package": "folder-packages-open",
"packages": "folder-packages-open",
"shared": "folder-shared-open",
"stack": "folder-stack-open",
"stacks": "folder-stack-open",
"template": "folder-template-open",
"templates": "folder-template-open",
"util": "folder-utils-open",
"utils": "folder-utils-open",
"private": "folder-private-open",
".private": "folder-private-open",
"error": "folder-error-open",
"errors": "folder-error-open",
"err": "folder-error-open",
"event": "folder-event-open",
"events": "folder-event-open",
"auth": "folder-secure-open",
"authentication": "folder-secure-open",
"secure": "folder-secure-open",
"security": "folder-secure-open",
"cert": "folder-secure-open",
"certs": "folder-secure-open",
"certificate": "folder-secure-open",
"certificates": "folder-secure-open",
"ssl": "folder-secure-open",
"custom": "folder-custom-open",
"customs": "folder-custom-open",
"mock": "folder-mock-open",
"mocks": "folder-mock-open",
"draft": "folder-mock-open",
"drafts": "folder-mock-open",
"concept": "folder-mock-open",
"concepts": "folder-mock-open",
"sketch": "folder-mock-open",
"sketches": "folder-mock-open",
"syntax": "folder-syntax-open",
"syntaxes": "folder-syntax-open",
"spellcheck": "folder-syntax-open",
"vm": "folder-vm-open",
"vms": "folder-vm-open",
"stylus": "folder-stylus-open",
"flow-typed": "folder-flow-open",
"rule": "folder-rules-open",
"rules": "folder-rules-open",
"validation": "folder-rules-open",
"validations": "folder-rules-open",
"validator": "folder-rules-open",
"validators": "folder-rules-open",
"review": "folder-review-open",
"reviews": "folder-review-open",
"revisal": "folder-review-open",
"revisals": "folder-review-open",
"reviewed": "folder-review-open",
"animation": "folder-animation-open",
"animations": "folder-animation-open",
"animated": "folder-animation-open",
"guard": "folder-guard-open",
"guards": "folder-guard-open",
"prisma": "folder-prisma-open",
"pipe": "folder-pipe-open",
"pipes": "folder-pipe-open",
"svg": "folder-svg-open",
"svgs": "folder-svg-open",
"__cloudfunction__root__": "__cloudfunction__root__open",
"__cloudfunction__nodejs__": "__cloudfunction__nodejs__open",
"__cloudfunction__php__": "__cloudfunction__php__open",
"__cloudbase__cloud__": "__cloudbase__cloud__open",
"__cloudbase__containerservice__": "__cloudbase__containerservice__open",
"__cloudbase__docker__": "__cloudbase__docker__open",
"__cloudbase__env__": "__cloudbase__env__open",
"__cloudbase__fx__": "__cloudbase__fx__open",
"__cloudbase__fxfolder__": "__cloudbase__fxfolder__open",
},
"fileExtensions": {
"html": "html",
"htm": "html",
"xhtml": "html",
"html_vm": "html",
"asp": "html",
"jade": "pug",
"pug": "pug",
"md": "markdown",
"markdown": "markdown",
"rst": "markdown",
"blink": "blink",
"css": "css",
"scss": "sass",
"sass": "sass",
"less": "less",
"json": "json",
"tsbuildinfo": "json",
"jinja": "jinja",
"jinja2": "jinja",
"j2": "jinja",
"sublime-project": "sublime",
"sublime-workspace": "sublime",
"yaml": "yaml",
"YAML-tmLanguage": "yaml",
"yml": "yaml",
"xml": "xml",
"wxml": "xml",
"plist": "xml",
"xsd": "xml",
"dtd": "xml",
"xsl": "xml",
"xslt": "xml",
"resx": "xml",
"iml": "xml",
"xquery": "xml",
"tmLanguage": "xml",
"manifest": "xml",
"project": "xml",
"png": "image",
"jpeg": "image",
"jpg": "image",
"gif": "image",
"ico": "image",
"tif": "image",
"tiff": "image",
"psd": "image",
"psb": "image",
"ami": "image",
"apx": "image",
"bmp": "image",
"bpg": "image",
"brk": "image",
"cur": "image",
"dds": "image",
"dng": "image",
"exr": "image",
"fpx": "image",
"gbr": "image",
"img": "image",
"jbig2": "image",
"jb2": "image",
"jng": "image",
"jxr": "image",
"pbm": "image",
"pgf": "image",
"pic": "image",
"raw": "image",
"webp": "image",
"eps": "image",
"js": "javascript",
"esx": "javascript",
"mjs": "javascript",
"jsx": "react",
"tsx": "react_ts",
"routing.ts": "routing",
"routing.tsx": "routing",
"routing.js": "routing",
"routing.jsx": "routing",
"routes.ts": "routing",
"routes.tsx": "routing",
"routes.js": "routing",
"routes.jsx": "routing",
"ini": "settings",
"dlc": "settings",
"dll": "settings",
"config": "settings",
"conf": "settings",
"properties": "settings",
"prop": "settings",
"settings": "settings",
"option": "settings",
"props": "settings",
"toml": "settings",
"prefs": "settings",
"sln.dotsettings": "settings",
"sln.dotsettings.user": "settings",
"cfg": "settings",
"ts": "typescript",
"d.ts": "typescript-def",
"marko": "markojs",
"pdf": "pdf",
"xlsx": "table",
"xls": "table",
"csv": "table",
"tsv": "table",
"vscodeignore": "vscode",
"vsixmanifest": "vscode",
"vsix": "vscode",
"code-workplace": "vscode",
"csproj": "visualstudio",
"ruleset": "visualstudio",
"sln": "visualstudio",
"suo": "visualstudio",
"vb": "visualstudio",
"vbs": "visualstudio",
"vcxitems": "visualstudio",
"vcxitems.filters": "visualstudio",
"vcxproj": "visualstudio",
"vcxproj.filters": "visualstudio",
"pdb": "database",
"sql": "database",
"pks": "database",
"pkb": "database",
"accdb": "database",
"mdb": "database",
"sqlite": "database",
"pgsql": "database",
"postgres": "database",
"psql": "database",
"cs": "csharp",
"csx": "csharp",
"zip": "zip",
"tar": "zip",
"gz": "zip",
"xz": "zip",
"br": "zip",
"bzip2": "zip",
"gzip": "zip",
"brotli": "zip",
"7z": "zip",
"rar": "zip",
"tgz": "zip",
"exe": "exe",
"msi": "exe",
"java": "java",
"jar": "java",
"jsp": "java",
"c": "c",
"m": "c",
"i": "c",
"mi": "c",
"h": "h",
"cc": "cpp",
"cpp": "cpp",
"cxx": "cpp",
"c++": "cpp",
"cp": "cpp",
"mm": "cpp",
"mii": "cpp",
"ii": "cpp",
"hh": "hpp",
"hpp": "hpp",
"hxx": "hpp",
"h++": "hpp",
"hp": "hpp",
"tcc": "hpp",
"inl": "hpp",
"go": "go",
"py": "python",
"pyc": "python-misc",
"whl": "python-misc",
"url": "url",
"sh": "console",
"ksh": "console",
"csh": "console",
"tcsh": "console",
"zsh": "console",
"bash": "console",
"bat": "console",
"cmd": "console",
"awk": "console",
"fish": "console",
"ps1": "powershell",
"psm1": "powershell",
"psd1": "powershell",
"ps1xml": "powershell",
"psc1": "powershell",
"pssc": "powershell",
"gradle": "gradle",
"doc": "word",
"docx": "word",
"rtf": "word",
"cer": "certificate",
"cert": "certificate",
"crt": "certificate",
"pub": "key",
"key": "key",
"pem": "key",
"asc": "key",
"gpg": "key",
"woff": "font",
"woff2": "font",
"ttf": "font",
"eot": "font",
"suit": "font",
"otf": "font",
"bmap": "font",
"fnt": "font",
"odttf": "font",
"ttc": "font",
"font": "font",
"fonts": "font",
"sui": "font",
"ntf": "font",
"mrf": "font",
"lib": "lib",
"bib": "lib",
"rb": "ruby",
"erb": "ruby",
"fs": "fsharp",
"fsx": "fsharp",
"fsi": "fsharp",
"fsproj": "fsharp",
"swift": "swift",
"ino": "arduino",
"dockerignore": "docker",
"dockerfile": "docker",
"tex": "tex",
"cls": "tex",
"sty": "tex",
"dtx": "tex",
"ltx": "tex",
"pptx": "powerpoint",
"ppt": "powerpoint",
"pptm": "powerpoint",
"potx": "powerpoint",
"potm": "powerpoint",
"ppsx": "powerpoint",
"ppsm": "powerpoint",
"pps": "powerpoint",
"ppam": "powerpoint",
"ppa": "powerpoint",
"webm": "video",
"mkv": "video",
"flv": "video",
"vob": "video",
"ogv": "video",
"ogg": "video",
"gifv": "video",
"avi": "video",
"mov": "video",
"qt": "video",
"wmv": "video",
"yuv": "video",
"rm": "video",
"rmvb": "video",
"mp4": "video",
"m4v": "video",
"mpg": "video",
"mp2": "video",
"mpeg": "video",
"mpe": "video",
"mpv": "video",
"m2v": "video",
"vdi": "virtual",
"vbox": "virtual",
"vbox-prev": "virtual",
"ics": "email",
"mp3": "audio",
"flac": "audio",
"m4a": "audio",
"wma": "audio",
"aiff": "audio",
"coffee": "coffee",
"cson": "coffee",
"iced": "coffee",
"txt": "document",
"graphql": "graphql",
"gql": "graphql",
"rs": "rust",
"raml": "raml",
"xaml": "xaml",
"hs": "haskell",
"kt": "kotlin",
"kts": "kotlin",
"patch": "git",
"lua": "lua",
"clj": "clojure",
"cljs": "clojure",
"cljc": "clojure",
"groovy": "groovy",
"r": "r",
"rmd": "r",
"dart": "dart",
"as": "actionscript",
"mxml": "mxml",
"ahk": "autohotkey",
"swf": "flash",
"swc": "swc",
"cmake": "cmake",
"asm": "assembly",
"a51": "assembly",
"inc": "assembly",
"nasm": "assembly",
"s": "assembly",
"ms": "assembly",
"agc": "assembly",
"ags": "assembly",
"aea": "assembly",
"argus": "assembly",
"mitigus": "assembly",
"binsource": "assembly",
"vue": "vue",
"ml": "ocaml",
"mli": "ocaml",
"cmx": "ocaml",
"js.map": "javascript-map",
"mjs.map": "javascript-map",
"css.map": "css-map",
"lock": "lock",
"hbs": "handlebars",
"mustache": "handlebars",
"pl": "perl",
"pm": "perl",
"hx": "haxe",
"spec.ts": "test-ts",
"e2e-spec.ts": "test-ts",
"test.ts": "test-ts",
"ts.snap": "test-ts",
"spec.tsx": "test-jsx",
"test.tsx": "test-jsx",
"tsx.snap": "test-jsx",
"spec.jsx": "test-jsx",
"test.jsx": "test-jsx",
"jsx.snap": "test-jsx",
"spec.js": "test-js",
"e2e-spec.js": "test-js",
"test.js": "test-js",
"js.snap": "test-js",
"module.ts": "angular",
"module.js": "angular",
"ng-template": "angular",
"component.ts": "angular-component",
"component.js": "angular-component",
"guard.ts": "angular-guard",
"guard.js": "angular-guard",
"service.ts": "angular-service",
"service.js": "angular-service",
"pipe.ts": "angular-pipe",
"pipe.js": "angular-pipe",
"filter.js": "angular-pipe",
"directive.ts": "angular-directive",
"directive.js": "angular-directive",
"resolver.ts": "angular-resolver",
"resolver.js": "angular-resolver",
"pp": "puppet",
"ex": "elixir",
"exs": "elixir",
"eex": "elixir",
"leex": "elixir",
"ls": "livescript",
"erl": "erlang",
"twig": "twig",
"jl": "julia",
"elm": "elm",
"pure": "purescript",
"purs": "purescript",
"tpl": "smarty",
"styl": "stylus",
"re": "reason",
"rei": "reason",
"cmj": "bucklescript",
"merlin": "merlin",
"v": "verilog",
"vhd": "verilog",
"sv": "verilog",
"svh": "verilog",
"nb": "mathematica",
"wl": "wolframlanguage",
"wls": "wolframlanguage",
"njk": "nunjucks",
"nunjucks": "nunjucks",
"robot": "robot",
"sol": "solidity",
"au3": "autoit",
"haml": "haml",
"yang": "yang",
"mjml": "mjml",
"tf": "terraform",
"tf.json": "terraform",
"tfvars": "terraform",
"tfstate": "terraform",
"blade.php": "laravel",
"inky.php": "laravel",
"applescript": "applescript",
"cake": "cake",
"feature": "cucumber",
"nim": "nim",
"nimble": "nim",
"apib": "apiblueprint",
"apiblueprint": "apiblueprint",
"riot": "riot",
"tag": "riot",
"vfl": "vfl",
"kl": "kl",
"pcss": "postcss",
"sss": "postcss",
"todo": "todo",
"cfml": "coldfusion",
"cfc": "coldfusion",
"lucee": "coldfusion",
"cfm": "coldfusion",
"cabal": "cabal",
"nix": "nix",
"slim": "slim",
"http": "http",
"rest": "http",
"rql": "restql",
"restql": "restql",
"kv": "kivy",
"graphcool": "graphcool",
"sbt": "sbt",
"env": "tune",
"gitlab-ci.yml": "gitlab",
"jenkinsfile": "jenkins",
"jenkins": "jenkins",
"cr": "crystal",
"ecr": "crystal",
"drone.yml": "drone",
"cu": "cuda",
"cuh": "cuda",
"log": "log",
"def": "dotjs",
"dot": "dotjs",
"jst": "dotjs",
"ejs": "ejs",
".wakatime-project": "wakatime",
"pde": "processing",
"stories.js": "storybook",
"stories.jsx": "storybook",
"story.js": "storybook",
"story.jsx": "storybook",
"stories.ts": "storybook",
"stories.tsx": "storybook",
"story.ts": "storybook",
"story.tsx": "storybook",
"wpy": "wepy",
"hcl": "hcl",
"san": "san",
"djt": "django",
"red": "red",
"fxp": "foxpro",
"prg": "foxpro",
"pot": "i18n",
"po": "i18n",
"mo": "i18n",
"wat": "webassembly",
"wasm": "webassembly",
"ipynb": "jupyter",
"d": "d",
"mdx": "mdx",
"bal": "ballerina",
"balx": "ballerina",
"rkt": "racket",
"bzl": "bazel",
"bazel": "bazel",
"mint": "mint",
"vm": "velocity",
"fhtml": "velocity",
"vtl": "velocity",
"gd": "godot",
"godot": "godot-assets",
"tres": "godot-assets",
"tscn": "godot-assets",
"azcli": "azure",
"vagrantfile": "vagrant",
"prisma": "prisma",
"cshtml": "razor",
"vbhtml": "razor",
"ad": "asciidoc",
"adoc": "asciidoc",
"asciidoc": "asciidoc",
"edge": "edge",
"ss": "scheme",
"scm": "scheme",
"stl": "3d",
"obj": "3d",
"ac": "3d",
"svg": "svg",
"svelte": "svelte",
"vimrc": "vim",
"gvimrc": "vim",
"exrc": "vim",
"moon": "moonscript"
},
"fileNames": {
".jscsrc": "json",
".jshintrc": "json",
"tsconfig.json": "json",
"tslint.json": "json",
"composer.lock": "json",
".jsbeautifyrc": "json",
".esformatter": "json",
"cdp.pid": "json",
".htaccess": "xml",
"router.js": "routing",
"router.jsx": "routing",
"router.ts": "routing",
"router.tsx": "routing",
"routes.js": "routing",
"routes.jsx": "routing",
"routes.ts": "routing",
"routes.tsx": "routing",
".jshintignore": "settings",
".buildignore": "settings",
".mrconfig": "settings",
".yardopts": "settings",
"manifest.mf": "settings",
".clang-format": "settings",
".clang-tidy": "settings",
"go.mod": "go-mod",
"go.sum": "go-mod",
"requirements.txt": "python-misc",
"pipfile": "python-misc",
".python-version": "python-misc",
"manifest.in": "python-misc",
"gradle.properties": "gradle",
"gradlew": "gradle",
"gradle-wrapper.properties": "gradle",
"license": "certificate",
"license.md": "certificate",
"license.txt": "certificate",
"licence": "certificate",
"licence.md": "certificate",
"licence.txt": "certificate",
"unlicense": "certificate",
"unlicense.md": "certificate",
"unlicense.txt": "certificate",
".htpasswd": "key",
"gemfile": "gemfile",
"dockerfile": "docker",
"docker-compose.yml": "docker",
"docker-compose.yaml": "docker",
"docker-compose.dev.yml": "docker",
"docker-compose.local.yml": "docker",
"docker-compose.ci.yml": "docker",
"docker-compose.override.yml": "docker",
"docker-compose.staging.yml": "docker",
"docker-compose.prod.yml": "docker",
"docker-compose.production.yml": "docker",
"docker-compose.test.yml": "docker",
".mailmap": "email",
".graphqlconfig": "graphql",
".gitignore": "git",
".gitconfig": "git",
".gitattributes": "git",
".gitmodules": "git",
".gitkeep": "git",
"git-history": "git",
".luacheckrc": "lua",
".Rhistory": "r",
"cmakelists.txt": "cmake",
"cmakecache.txt": "cmake",
"vue.config.js": "vue-config",
"vue.config.ts": "vue-config",
"angular-cli.json": "angular",
".angular-cli.json": "angular",
"angular.json": "angular",
"now.json": "now",
".nowignore": "now",
".vfl": "vfl",
".kl": "kl",
"postcss.config.js": "postcss",
".postcssrc.js": "postcss",
".postcssrc": "postcss",
".postcssrc.json": "postcss",
".postcssrc.yml": "postcss",
"project.graphcool": "graphcool",
"webpack.js": "webpack",
"webpack.ts": "webpack",
"webpack.base.js": "webpack",
"webpack.base.ts": "webpack",
"webpack.config.js": "webpack",
"webpack.config.ts": "webpack",
"webpack.common.js": "webpack",
"webpack.common.ts": "webpack",
"webpack.config.common.js": "webpack",
"webpack.config.common.ts": "webpack",
"webpack.config.common.babel.js": "webpack",
"webpack.config.common.babel.ts": "webpack",
"webpack.dev.js": "webpack",
"webpack.dev.ts": "webpack",
"webpack.config.dev.js": "webpack",
"webpack.config.dev.ts": "webpack",
"webpack.config.dev.babel.js": "webpack",
"webpack.config.dev.babel.ts": "webpack",
"webpack.prod.js": "webpack",
"webpack.prod.ts": "webpack",
"webpack.server.js": "webpack",
"webpack.server.ts": "webpack",
"webpack.client.js": "webpack",
"webpack.client.ts": "webpack",
"webpack.config.server.js": "webpack",
"webpack.config.server.ts": "webpack",
"webpack.config.client.js": "webpack",
"webpack.config.client.ts": "webpack",
"webpack.config.production.babel.js": "webpack",
"webpack.config.production.babel.ts": "webpack",
"webpack.config.prod.babel.js": "webpack",
"webpack.config.prod.babel.ts": "webpack",
"webpack.config.prod.js": "webpack",
"webpack.config.prod.ts": "webpack",
"webpack.config.production.js": "webpack",
"webpack.config.production.ts": "webpack",
"webpack.config.staging.js": "webpack",
"webpack.config.staging.ts": "webpack",
"webpack.config.babel.js": "webpack",
"webpack.config.babel.ts": "webpack",
"webpack.config.base.babel.js": "webpack",
"webpack.config.base.babel.ts": "webpack",
"webpack.config.base.js": "webpack",
"webpack.config.base.ts": "webpack",
"webpack.config.staging.babel.js": "webpack",
"webpack.config.staging.babel.ts": "webpack",
"webpack.config.coffee": "webpack",
"webpack.config.test.js": "webpack",
"webpack.config.test.ts": "webpack",
"webpack.config.vendor.js": "webpack",
"webpack.config.vendor.ts": "webpack",
"webpack.config.vendor.production.js": "webpack",
"webpack.config.vendor.production.ts": "webpack",
"webpack.test.js": "webpack",
"webpack.test.ts": "webpack",
"webpack.dist.js": "webpack",
"webpack.dist.ts": "webpack",
"webpackfile.js": "webpack",
"webpackfile.ts": "webpack",
"ionic.config.json": "ionic",
".io-config.json": "ionic",
"gulpfile.js": "gulp",
"gulpfile.ts": "gulp",
"gulpfile.babel.js": "gulp",
"package.json": "nodejs",
"package-lock.json": "nodejs",
".nvmrc": "nodejs",
".esmrc": "nodejs",
".npmignore": "npm",
".npmrc": "npm",
".yarnrc": "yarn",
"yarn.lock": "yarn",
".yarnclean": "yarn",
".yarn-integrity": "yarn",
"yarn-error.log": "yarn",
"androidmanifest.xml": "android",
".env.example": "tune",
".env.local": "tune",
".env.dev": "tune",
".env.development": "tune",
".env.prod": "tune",
".env.production": "tune",
".env.staging": "tune",
".env.preview": "tune",
".env.test": "tune",
".env.development.local": "tune",
".env.production.local": "tune",
".env.test.local": "tune",
".babelrc": "babel",
".babelrc.js": "babel",
"babel.config.js": "babel",
"contributing.md": "contributing",
"readme.md": "readme",
"readme.txt": "readme",
"readme": "readme",
"changelog": "changelog",
"changelog.md": "changelog",
"changelog.txt": "changelog",
"credits": "credits",
"credits.txt": "credits",
"credits.md": "credits",
"authors": "authors",
"authors.md": "authors",
"authors.txt": "authors",
".flowconfig": "flow",
"favicon.ico": "favicon",
"karma.conf.js": "karma",
"karma.conf.ts": "karma",
"karma.conf.coffee": "karma",
"karma.config.js": "karma",
"karma.config.ts": "karma",
"karma-main.js": "karma",
"karma-main.ts": "karma",
".bithoundrc": "bithound",
".appveyor.yml": "appveyor",
"appveyor.yml": "appveyor",
".travis.yml": "travis",
"protractor.conf.js": "protractor",
"protractor.conf.ts": "protractor",
"protractor.conf.coffee": "protractor",
"protractor.config.js": "protractor",
"protractor.config.ts": "protractor",
"fuse.js": "fusebox",
"procfile": "heroku",
"procfile.windows": "heroku",
".editorconfig": "editorconfig",
".bowerrc": "bower",
"bower.json": "bower",
".eslintrc.js": "eslint",
".eslintrc.yaml": "eslint",
".eslintrc.yml": "eslint",
".eslintrc.json": "eslint",
".eslintrc": "eslint",
".eslintignore": "eslint",
"code_of_conduct.md": "conduct",
"code_of_conduct.txt": "conduct",
".watchmanconfig": "watchman",
"aurelia.json": "aurelia",
"mocha.opts": "mocha",
".mocharc.yml": "mocha",
".mocharc.yaml": "mocha",
".mocharc.js": "mocha",
".mocharc.json": "mocha",
".mocharc.jsonc": "mocha",
"jenkinsfile": "jenkins",
"firebase.json": "firebase",
".firebaserc": "firebase",
"rollup.config.js": "rollup",
"rollup.config.ts": "rollup",
"rollup-config.js": "rollup",
"rollup-config.ts": "rollup",
"rollup.config.common.js": "rollup",
"rollup.config.common.ts": "rollup",
"rollup.config.base.js": "rollup",
"rollup.config.base.ts": "rollup",
"rollup.config.prod.js": "rollup",
"rollup.config.prod.ts": "rollup",
"rollup.config.dev.js": "rollup",
"rollup.config.dev.ts": "rollup",
"rollup.config.prod.vendor.js": "rollup",
"rollup.config.prod.vendor.ts": "rollup",
".hhconfig": "hack",
".stylelintrc": "stylelint",
"stylelint.config.js": "stylelint",
".stylelintrc.json": "stylelint",
".stylelintrc.yaml": "stylelint",
".stylelintrc.yml": "stylelint",
".stylelintrc.js": "stylelint",
".stylelintignore": "stylelint",
".codeclimate.yml": "code-climate",
".prettierrc": "prettier",
"prettier.config.js": "prettier",
".prettierrc.js": "prettier",
".prettierrc.json": "prettier",
".prettierrc.yaml": "prettier",
".prettierrc.yml": "prettier",
".prettierignore": "prettier",
"nodemon.json": "nodemon",
"nodemon-debug.json": "nodemon",
".hintrc": "webhint",
"browserslist": "browserlist",
".browserslistrc": "browserlist",
".snyk": "snyk",
".drone.yml": "drone",
".sequelizerc": "sequelize",
"gatsby.config.js": "gatsby",
"gatsby-config.js": "gatsby",
"gatsby-node.js": "gatsby",
"gatsby-browser.js": "gatsby",
"gatsby-ssr.js": "gatsby",
".wakatime-project": "wakatime",
"circle.yml": "circleci",
".cfignore": "cloudfoundry",
"gruntfile.js": "grunt",
"gruntfile.ts": "grunt",
"gruntfile.coffee": "grunt",
"gruntfile.babel.js": "grunt",
"gruntfile.babel.ts": "grunt",
"gruntfile.babel.coffee": "grunt",
"jest.config.js": "jest",
"jest.config.ts": "jest",
"jest.config.json": "jest",
"jest.setup.js": "jest",
"jest.setup.ts": "jest",
"jest.json": "jest",
".jestrc": "jest",
".jestrc.js": "jest",
".jestrc.json": "jest",
"jest.teardown.js": "jest",
"fastfile": "fastlane",
"appfile": "fastlane",
".helmignore": "helm",
"wallaby.js": "wallaby",
"wallaby.conf.js": "wallaby",
"stencil.config.js": "stencil",
"stencil.config.ts": "stencil",
"makefile": "makefile",
".releaserc": "semantic-release",
"release.config.js": "semantic-release",
"bitbucket-pipelines.yaml": "bitbucket",
"bitbucket-pipelines.yml": "bitbucket",
".bazelignore": "bazel",
".bazelrc": "bazel",
"azure-pipelines.yml": "azure-pipelines",
"vagrantfile": "vagrant",
"prisma.yml": "prisma",
".nycrc": "istanbul",
".nycrc.json": "istanbul",
"tailwind.js": "tailwindcss",
"tailwind.config.js": "tailwindcss",
"buildkite.yml": "buildkite",
"buildkite.yaml": "buildkite",
"netlify.toml": "netlify",
"nest-cli.json": "nest",
".nest-cli.json": "nest",
"nestconfig.json": "nest",
".nestconfig.json": "nest",
".percy.yml": "percy",
".gitpod.yml": "gitpod"
},
"languageIds": {
"git": "git",
"git-commit": "git",
"git-rebase": "git",
"c": "c",
"objective-c": "c",
"yaml": "yaml",
"xml": "xml",
"wxml": "wxml",
"xquery": "xml",
"matlab": "matlab",
"makefile": "settings",
"shaderlab": "shaderlab",
"diff": "diff",
"json": "json",
"jsonc": "json",
"blink": "blink",
"java": "java",
"razor": "razor",
"aspnetcorerazor": "razor",
"python": "python",
"javascript": "javascript",
"typescript": "typescript",
"scala": "scala",
"handlebars": "handlebars",
"perl": "perl",
"perl6": "perl",
"haxe": "haxe",
"hxml": "haxe",
"puppet": "puppet",
"elixir": "elixir",
"livescript": "livescript",
"erlang": "erlang",
"twig": "twig",
"julia": "julia",
"elm": "elm",
"purescript": "purescript",
"stylus": "stylus",
"nunjucks": "nunjucks",
"pug": "pug",
"robotframework": "robot",
"sass": "sass",
"less": "less",
"css": "css",
"testOutput": "visualstudio",
"ng-template": "angular",
"graphql": "graphql",
"solidity": "solidity",
"autoit": "autoit",
"haml": "haml",
"yang": "yang",
"terraform": "terraform",
"applescript": "applescript",
"cake": "cake",
"cucumber": "cucumber",
"nim": "nim",
"nimble": "nim",
"apiblueprint": "apiblueprint",
"riot": "riot",
"postcss": "postcss",
"lang-cfml": "coldfusion",
"haskell": "haskell",
"cabal": "cabal",
"nix": "nix",
"ruby": "ruby",
"slim": "slim",
"php": "php",
"hack": "hack",
"javascriptreact": "react",
"mjml": "mjml",
"processing": "processing",
"hcl": "hcl",
"go": "go",
"django-html": "django",
"django-txt": "django",
"gdscript": "godot",
"viml": "vim"
},
"light": {
"fileExtensions": {
"blink": "blink_light",
"jinja": "jinja_light",
"jinja2": "jinja_light",
"j2": "jinja_light",
"cr": "crystal_light",
"ecr": "crystal_light",
"drone.yml": "drone_light",
".wakatime-project": "wakatime_light",
"pde": "processing_light",
"hcl": "hcl_light"
},
"fileNames": {
"now.json": "now_light",
".nowignore": "now_light",
".stylelintrc": "stylelint_light",
"stylelint.config.js": "stylelint_light",
".stylelintrc.json": "stylelint_light",
".stylelintrc.yaml": "stylelint_light",
".stylelintrc.yml": "stylelint_light",
".stylelintrc.js": "stylelint_light",
".stylelintignore": "stylelint_light",
".codeclimate.yml": "code-climate_light",
"browserslist": "browserlist_light",
".browserslistrc": "browserlist_light",
".drone.yml": "drone_light",
".wakatime-project": "wakatime_light",
"circle.yml": "circleci_light",
"stencil.config.js": "stencil_light",
"stencil.config.ts": "stencil_light",
".releaserc": "semantic-release_light",
"release.config.js": "semantic-release_light"
},
"folderNames": {
"jinja": "folder-jinja_light",
"jinja2": "folder-jinja_light",
"j2": "folder-jinja_light"
},
"folderNamesExpanded": {
"jinja": "folder-jinja-open_light",
"jinja2": "folder-jinja-open_light",
"j2": "folder-jinja-open_light"
}
},
"highContrast": {
"fileExtensions": {},
"fileNames": {}
},
"options": {
"folders": {
"theme": "specific",
"color": "#90a4ae",
"associations": {}
},
"activeIconPack": "angular",
"hidesExplorerArrows": false,
"opacity": 1,
"saturation": 1,
"files": {
"associations": {}
},
"languages": {
"associations": {}
}
},
"file": "file",
"hidesExplorerArrows": false,
"folder": "folder",
"folderExpanded": "folder-open",
"rootFolder": "folder-root",
"rootFolderExpanded": "folder-root-open"
}
================================================
FILE: assets/themes/dark.json
================================================
{
"name": "wechat-dark",
"type": "dark",
"colors": {
"editor.background": "#2E2E2E",
"editor.foreground": "#DCDCDC",
"editorLineNumber.foreground": "#4B4B4B",
"editorGroup.border": "#444444",
"editorGroupHeader.tabsBackground": "#383838",
"editor.lineHighlightBorder": "#ffffff00",
"editor.lineHighlightBackground": "#ffffff20",
"tab.activeBackground": "#2D2D2D",
"tab.inactiveBackground": "#383838",
"titleBar.inactiveBackground": "#424242",
"titleBar.activeBackground": "#424242",
"titleBar.border": "#0B0B0B",
"sideBarSectionHeader.background": "#383838",
"sideBarSectionHeader.foreground": "#bdbdbd",
"sideBar.background": "#2E2E2E",
"sideBar.border": "#00000020",
"focusBorder": "#55BD6A",
"activityBar.foreground": "#f7f7f7",
"list.activeSelectionBackground": "#434343",
"list.activeSelectionForeground": "#EAEAEA",
"list.hoverBackground": "#424242",
"list.inactiveSelectionBackground": "#424242",
"list.dropBackground": "#4C4C4C",
"list.focusBackground": "#005894",
"terminal.border": "#525252",
"panel.background": "#333333",
"panel.border": "#444444",
"statusBar.background": "#383838",
"statusBar.foreground": "#9b9b9b",
"editor.findMatchHighlightBackground": "#534333"
},
"tokenColors": [
{
"settings": {
"foreground": "#d0d0d0ff",
"background": "#263238ff"
}
},
{
"name": "Comment",
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"foreground": "#7ccd7d"
}
},
{
"name": "Variables",
"scope": [
"variable",
"string constant.other.placeholder"
],
"settings": {
"foreground": "#D0D0D0"
}
},
{
"name": "Colors",
"scope": [
"constant.other.color"
],
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Invalid",
"scope": [
"invalid",
"invalid.illegal"
],
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "Keyword, Storage",
"scope": [
"keyword",
"storage.type",
"storage.modifier"
],
"settings": {
"foreground": "#f7e45a"
}
},
{
"name": "Operator, Misc",
"scope": [
"keyword.control",
"constant.other.color",
"punctuation",
"meta.tag",
"punctuation.definition.tag",
"punctuation.separator.inheritance.php",
"punctuation.definition.tag.html",
"punctuation.definition.tag.begin.html",
"punctuation.definition.tag.end.html",
"punctuation.section.embedded",
"keyword.other.template",
"keyword.other.substitution"
],
"settings": {
"foreground": "#89DDFF"
}
},
{
"name": "Tag",
"scope": [
"entity.name.tag",
"meta.tag.sgml",
"markup.deleted.git_gutter"
],
"settings": {
"foreground": "#71c7ff"
}
},
{
"name": "Function, Special Method",
"scope": [
"entity.name.function",
"meta.function-call",
"variable.function",
"support.function",
"keyword.other.special-method"
],
"settings": {
"foreground": "#FFA54F"
}
},
{
"name": "Block Level Variables",
"scope": [
"meta.block variable.other"
],
"settings": {
"foreground": "#c0c0c0"
}
},
{
"name": "Other Variable, String Link",
"scope": [
"support.other.variable",
"string.other.link"
],
"settings": {
"foreground": "#c0c0c0"
}
},
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"constant.numeric",
"constant.language",
"support.constant",
"constant.character",
"constant.escape",
"variable.parameter",
"keyword.other.unit",
"keyword.other"
],
"settings": {
"foreground": "#FA8072"
}
},
{
"name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [
"string",
"constant.other.symbol",
"constant.other.key",
"entity.other.inherited-class",
"markup.heading",
"markup.inserted.git_gutter",
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"foreground": "#FA8072"
}
},
{
"name": "Class, Support",
"scope": [
"entity.name",
"support.type",
"support.class",
"support.orther.namespace.use.php",
"meta.use.php",
"support.other.namespace.php",
"markup.changed.git_gutter",
"support.type.sys-types"
],
"settings": {
"foreground": "#87CEEB"
}
},
{
"name": "Entity Types",
"scope": [
"support.type"
],
"settings": {
"foreground": "#e99aff"
}
},
{
"name": "CSS Class and Support",
"scope": [
"source.css support.type.property-name",
"source.sass support.type.property-name",
"source.scss support.type.property-name",
"source.less support.type.property-name",
"source.stylus support.type.property-name",
"source.postcss support.type.property-name"
],
"settings": {
"foreground": "#FFA54F"
}
},
{
"name": "Sub-methods",
"scope": [
"entity.name.module.js",
"variable.import.parameter.js",
"variable.other.class.js"
],
"settings": {
"foreground": "#66caff"
}
},
{
"name": "Language methods",
"scope": [
"variable.language"
],
"settings": {
"foreground": "#66caff"
}
},
{
"name": "entity.name.method.js",
"scope": [
"entity.name.method.js"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "meta.method.js",
"scope": [
"meta.class-method.js entity.name.function.js",
"variable.function.constructor"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Attributes",
"scope": [
"entity.other.attribute-name"
],
"settings": {
"foreground": "#C0C0C0"
}
},
{
"name": "HTML Attributes",
"scope": [
"text.html.basic entity.other.attribute-name.html",
"text.html.basic entity.other.attribute-name"
],
"settings": {
"foreground": "#87CEEB"
}
},
{
"name": "CSS Classes",
"scope": [
"entity.other.attribute-name.class"
],
"settings": {
"foreground": "#87CEEB"
}
},
{
"name": "CSS ID's",
"scope": [
"source.sass keyword.control"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Inserted",
"scope": [
"markup.inserted"
],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Deleted",
"scope": [
"markup.deleted"
],
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "Changed",
"scope": [
"markup.changed"
],
"settings": {
"foreground": "#C0C0C0"
}
},
{
"name": "Regular Expressions",
"scope": [
"string.regexp"
],
"settings": {
"foreground": "#FFA54F"
}
},
{
"name": "Escape Characters",
"scope": [
"constant.character.escape"
],
"settings": {
"foreground": "#FFA54F"
}
},
{
"name": "URL",
"scope": [
"*url*",
"*link*",
"*uri*"
],
"settings": {
"fontStyle": "underline"
}
},
{
"name": "Decorators",
"scope": [
"tag.decorator.js entity.name.tag.js",
"tag.decorator.js punctuation.definition.tag.js"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "ES7 Bind Operator",
"scope": [
"source.js constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "JSON Key - Level 0",
"scope": [
"source.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C0C0C0"
}
},
{
"name": "JSON Key - Level 1",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#87CEEB"
}
},
{
"name": "JSON Key - Level 2",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "JSON Key - Level 3",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#FF5370"
}
},
{
"name": "JSON Key - Level 4",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C17E70"
}
},
{
"name": "JSON Key - Level 5",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "JSON Key - Level 6",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON Key - Level 7",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C0C0C0"
}
},
{
"name": "JSON Key - Level 8",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markdown - Plain",
"scope": [
"text.html.markdown",
"punctuation.definition.list_item.markdown"
],
"settings": {
"foreground": "#D0D0D0"
}
},
{
"name": "Markdown - Markup Raw Inline",
"scope": [
"text.html.markdown markup.inline.raw.markdown"
],
"settings": {
"foreground": "#C0C0C0"
}
},
{
"name": "Markdown - Markup Raw Inline Punctuation",
"scope": [
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
],
"settings": {
"foreground": "#65737E"
}
},
{
"name": "Markdown - Line Break",
"scope": [
"text.html.markdown meta.dummy.line-break"
],
"settings": {
"foreground": ""
}
},
{
"name": "Markdown - Heading",
"scope": [
"markdown.heading",
"markup.heading | markup.heading entity.name",
"markup.heading.markdown punctuation.definition.heading.markdown"
],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markup - Italic",
"scope": [
"markup.italic"
],
"settings": {
"fontStyle": "italic",
"foreground": "#f07178"
}
},
{
"name": "Markup - Bold",
"scope": [
"markup.bold",
"markup.bold string"
],
"settings": {
"fontStyle": "bold",
"foreground": "#f07178"
}
},
{
"name": "Markup - Bold-Italic",
"scope": [
"markup.bold markup.italic",
"markup.italic markup.bold",
"markup.quote markup.bold",
"markup.bold markup.italic string",
"markup.italic markup.bold string",
"markup.quote markup.bold string"
],
"settings": {
"fontStyle": "bold",
"foreground": "#f07178"
}
},
{
"name": "Markup - Underline",
"scope": [
"markup.underline"
],
"settings": {
"fontStyle": "underline",
"foreground": "#F78C6C"
}
},
{
"name": "Markup - Strike",
"scope": [
"markup.strike"
],
"settings": {
"fontStyle": "strike",
"foreground": ""
}
},
{
"name": "Markdown - Blockquote",
"scope": [
"markup.quote punctuation.definition.blockquote.markdown"
],
"settings": {
"background": "#65737E",
"foreground": "#65737E"
}
},
{
"name": "Markup - Quote",
"scope": [
"markup.quote"
],
"settings": {
"foreground": "#c0c0c0"
}
},
{
"name": "Markdown - Link",
"scope": [
"string.other.link.title.markdown"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Markdown - Link Description",
"scope": [
"string.other.link.description.title.markdown"
],
"settings": {
"foreground": "#C0C0C0"
}
},
{
"name": "Markdown - Link Anchor",
"scope": [
"constant.other.reference.link.markdown"
],
"settings": {
"foreground": "#87CEEB"
}
},
{
"name": "Markup - Raw Block",
"scope": [
"markup.raw.block"
],
"settings": {
"foreground": "#C0C0C0"
}
},
{
"name": "Markdown - Raw Block Fenced",
"scope": [
"markup.raw.block.fenced.markdown"
],
"settings": {
"foreground": "#00000050"
}
},
{
"name": "Markdown - Fenced Bode Block",
"scope": [
"punctuation.definition.fenced.markdown"
],
"settings": {
"foreground": "#00000050"
}
},
{
"name": "Markdown - Fenced Bode Block Variable",
"scope": [
"markup.raw.block.fenced.markdown",
"variable.language.fenced.markdown",
"punctuation.section.class.end"
],
"settings": {
"foreground": "#D0D0D0"
}
},
{
"name": "Markdown - Fenced Language",
"scope": [
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#65737E"
}
},
{
"name": "Markdown - Separator",
"scope": [
"meta.separator"
],
"settings": {
"fontStyle": "bold",
"background": "#00000050",
"foreground": "#65737E"
}
},
{
"name": "Markup - Table",
"scope": [
"markup.table"
],
"settings": {
"foreground": "#D0D0D0"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#f44747"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#b267e6"
}
}
]
}
================================================
FILE: assets/themes/light.json
================================================
{
"name": "wechat-light",
"type": "light",
"colors": {
"foreground": "#222222",
"editor.background": "#ffffff",
"sideBarSectionHeader.background": "#F2F2F2",
"sideBarSectionHeader.border": "#E8E8E8",
"sideBarSectionHeader.foreground": "#7f7f7f",
"sideBar.background": "#ffffff",
"sideBar.foreground": "#222222",
"sideBar.border": "#E8E8E8",
"panel.background": "#f3f3f3",
"activityBar.background": "#F2F2F2",
"activityBar.foreground": "#000000",
"list.activeSelectionBackground": "#F5F5F5",
"list.activeSelectionForeground": "#000000",
"statusBar.background": "#f2f2f2",
"statusBar.foreground": "#787878",
"terminal.border": "#E8E8E8",
"focusBorder": "#55BD6A",
"input.background": "#F7F7F7",
"input.border": "#EAEAEA"
},
"tokenColors": [
{
"settings": {
"foreground": "#001080ff",
"background": "#263238ff"
}
},
{
"name": "Comment",
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"foreground": "#57ad0a"
}
},
{
"name": "Variables",
"scope": [
"variable",
"string constant.other.placeholder"
],
"settings": {
"foreground": "#001080"
}
},
{
"name": "Colors",
"scope": [
"constant.other.color"
],
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Invalid",
"scope": [
"invalid",
"invalid.illegal"
],
"settings": {
"foreground": "#0024D6"
}
},
{
"name": "Keyword, Storage",
"scope": [
"keyword",
"storage.type",
"storage.modifier"
],
"settings": {
"foreground": "#2674e0"
}
},
{
"name": "Operator, Misc",
"scope": [
"keyword.control",
"constant.other.color",
"punctuation",
"meta.tag",
"punctuation.definition.tag",
"punctuation.separator.inheritance.php",
"punctuation.definition.tag.html",
"punctuation.definition.tag.begin.html",
"punctuation.definition.tag.end.html",
"punctuation.section.embedded",
"keyword.other.template",
"keyword.other.substitution"
],
"settings": {
"foreground": "#AD06C1"
}
},
{
"name": "Tag",
"scope": [
"entity.name.tag",
"meta.tag.sgml",
"markup.deleted.git_gutter"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "Function, Special Method",
"scope": [
"entity.name.function",
"meta.function-call",
"variable.function",
"support.function",
"keyword.other.special-method"
],
"settings": {
"foreground": "#2082AB"
}
},
{
"name": "Block Level Variables",
"scope": [
"meta.block variable.other"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "Other Variable, String Link",
"scope": [
"support.other.variable",
"string.other.link"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"constant.numeric",
"constant.language",
"support.constant",
"constant.character",
"constant.escape",
"variable.parameter",
"keyword.other.unit",
"keyword.other"
],
"settings": {
"foreground": "#bd5c00"
}
},
{
"name": "String, Symbols, Inherited Class, Markup Heading",
"scope": [
"string",
"constant.other.symbol",
"constant.other.key",
"entity.other.inherited-class",
"markup.heading",
"markup.inserted.git_gutter",
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"foreground": "#bd5c00"
}
},
{
"name": "Class, Support",
"scope": [
"entity.name",
"support.type",
"support.class",
"support.orther.namespace.use.php",
"meta.use.php",
"support.other.namespace.php",
"markup.changed.git_gutter",
"support.type.sys-types"
],
"settings": {
"foreground": "#008CC5"
}
},
{
"name": "Entity Types",
"scope": [
"support.type"
],
"settings": {
"foreground": "#be3be2"
}
},
{
"name": "CSS Class and Support",
"scope": [
"source.css support.type.property-name",
"source.sass support.type.property-name",
"source.scss support.type.property-name",
"source.less support.type.property-name",
"source.stylus support.type.property-name",
"source.postcss support.type.property-name"
],
"settings": {
"foreground": "#2082AB"
}
},
{
"name": "Sub-methods",
"scope": [
"entity.name.module.js",
"variable.import.parameter.js",
"variable.other.class.js"
],
"settings": {
"foreground": "#0024D6"
}
},
{
"name": "Language methods",
"scope": [
"variable.language"
],
"settings": {
"foreground": "#0024D6"
}
},
{
"name": "entity.name.method.js",
"scope": [
"entity.name.method.js"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "meta.method.js",
"scope": [
"meta.class-method.js entity.name.function.js",
"variable.function.constructor"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Attributes",
"scope": [
"entity.other.attribute-name"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "HTML Attributes",
"scope": [
"text.html.basic entity.other.attribute-name.html",
"text.html.basic entity.other.attribute-name"
],
"settings": {
"foreground": "#008CC5"
}
},
{
"name": "CSS Classes",
"scope": [
"entity.other.attribute-name.class"
],
"settings": {
"foreground": "#008CC5"
}
},
{
"name": "CSS ID's",
"scope": [
"source.sass keyword.control"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Inserted",
"scope": [
"markup.inserted"
],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Deleted",
"scope": [
"markup.deleted"
],
"settings": {
"foreground": "#0024D6"
}
},
{
"name": "Changed",
"scope": [
"markup.changed"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "Regular Expressions",
"scope": [
"string.regexp"
],
"settings": {
"foreground": "#2082AB"
}
},
{
"name": "Escape Characters",
"scope": [
"constant.character.escape"
],
"settings": {
"foreground": "#2082AB"
}
},
{
"name": "URL",
"scope": [
"*url*",
"*link*",
"*uri*"
],
"settings": {
"fontStyle": "underline"
}
},
{
"name": "Decorators",
"scope": [
"tag.decorator.js entity.name.tag.js",
"tag.decorator.js punctuation.definition.tag.js"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "ES7 Bind Operator",
"scope": [
"source.js constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"foreground": "#0024D6"
}
},
{
"name": "JSON Key - Level 0",
"scope": [
"source.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "JSON Key - Level 1",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#008CC5"
}
},
{
"name": "JSON Key - Level 2",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#F78C6C"
}
},
{
"name": "JSON Key - Level 3",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#0024D6"
}
},
{
"name": "JSON Key - Level 4",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C17E70"
}
},
{
"name": "JSON Key - Level 5",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "JSON Key - Level 6",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#f07178"
}
},
{
"name": "JSON Key - Level 7",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "JSON Key - Level 8",
"scope": [
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markdown - Plain",
"scope": [
"text.html.markdown",
"punctuation.definition.list_item.markdown"
],
"settings": {
"foreground": "#001080"
}
},
{
"name": "Markdown - Markup Raw Inline",
"scope": [
"text.html.markdown markup.inline.raw.markdown"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "Markdown - Markup Raw Inline Punctuation",
"scope": [
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
],
"settings": {
"foreground": "#65737E"
}
},
{
"name": "Markdown - Line Break",
"scope": [
"text.html.markdown meta.dummy.line-break"
],
"settings": {
"foreground": ""
}
},
{
"name": "Markdown - Heading",
"scope": [
"markdown.heading",
"markup.heading | markup.heading entity.name",
"markup.heading.markdown punctuation.definition.heading.markdown"
],
"settings": {
"foreground": "#C3E88D"
}
},
{
"name": "Markup - Italic",
"scope": [
"markup.italic"
],
"settings": {
"fontStyle": "italic",
"foreground": "#f07178"
}
},
{
"name": "Markup - Bold",
"scope": [
"markup.bold",
"markup.bold string"
],
"settings": {
"fontStyle": "bold",
"foreground": "#f07178"
}
},
{
"name": "Markup - Bold-Italic",
"scope": [
"markup.bold markup.italic",
"markup.italic markup.bold",
"markup.quote markup.bold",
"markup.bold markup.italic string",
"markup.italic markup.bold string",
"markup.quote markup.bold string"
],
"settings": {
"fontStyle": "bold",
"foreground": "#f07178"
}
},
{
"name": "Markup - Underline",
"scope": [
"markup.underline"
],
"settings": {
"fontStyle": "underline",
"foreground": "#F78C6C"
}
},
{
"name": "Markup - Strike",
"scope": [
"markup.strike"
],
"settings": {
"fontStyle": "strike",
"foreground": ""
}
},
{
"name": "Markdown - Blockquote",
"scope": [
"markup.quote punctuation.definition.blockquote.markdown"
],
"settings": {
"background": "#65737E",
"foreground": "#65737E"
}
},
{
"name": "Markup - Quote",
"scope": [
"markup.quote"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "Markdown - Link",
"scope": [
"string.other.link.title.markdown"
],
"settings": {
"foreground": "#82AAFF"
}
},
{
"name": "Markdown - Link Description",
"scope": [
"string.other.link.description.title.markdown"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "Markdown - Link Anchor",
"scope": [
"constant.other.reference.link.markdown"
],
"settings": {
"foreground": "#008CC5"
}
},
{
"name": "Markup - Raw Block",
"scope": [
"markup.raw.block"
],
"settings": {
"foreground": "#696969"
}
},
{
"name": "Markdown - Raw Block Fenced",
"scope": [
"markup.raw.block.fenced.markdown"
],
"settings": {
"foreground": "#00000050"
}
},
{
"name": "Markdown - Fenced Bode Block",
"scope": [
"punctuation.definition.fenced.markdown"
],
"settings": {
"foreground": "#00000050"
}
},
{
"name": "Markdown - Fenced Bode Block Variable",
"scope": [
"markup.raw.block.fenced.markdown",
"variable.language.fenced.markdown",
"punctuation.section.class.end"
],
"settings": {
"foreground": "#001080"
}
},
{
"name": "Markdown - Fenced Language",
"scope": [
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#65737E"
}
},
{
"name": "Markdown - Separator",
"scope": [
"meta.separator"
],
"settings": {
"fontStyle": "bold",
"background": "#00000050",
"foreground": "#65737E"
}
},
{
"name": "Markup - Table",
"scope": [
"markup.table"
],
"settings": {
"foreground": "#001080"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#6796e6"
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#cd9731"
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#f44747"
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#b267e6"
}
}
]
}
================================================
FILE: build/esbuild.js
================================================
/* eslint-disable @typescript-eslint/no-var-requires */
/* eslint-disable n/no-unpublished-require */
const esbuild = require('esbuild');
async function main() {
const context = await esbuild.context({
entryPoints: ['src/index.ts'],
bundle: true,
format: 'cjs',
minify: true,
sourcemap: false,
sourcesContent: false,
platform: 'node',
outfile: 'dist/extension/index.js',
external: ['vscode', 'miniprogram-ci'],
logLevel: 'silent',
plugins: []
});
await context.rebuild();
await context.dispose();
}
main();
================================================
FILE: build/vsce.js
================================================
const fs = require('node:fs');
const path = require('node:path');
const packagePath = path.join(__dirname, '..', 'package.json');
const packageConfig = JSON.parse(fs.readFileSync(packagePath, 'utf-8'));
packageConfig.main = './dist/extension/entry.js';
fs.writeFileSync(packagePath, JSON.stringify(packageConfig, null, 2));
const entryPath = path.join(__dirname, '..', 'src', 'entry', 'production.js');
const targetPath = path.resolve(__dirname, '..', packageConfig.main);
fs.copyFileSync(entryPath, targetPath);
================================================
FILE: commitlint.config.js
================================================
module.exports = {
extends: ['@commitlint/config-conventional'],
};
================================================
FILE: extensions/analyse-viewer/index.html
================================================
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Analysis of Miniprogram</title></head><body><div id="container"></div><script>window.isNavigator=0</script><script>!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);d.length;)d.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,o=1;o<r.length;o++){var c=r[o];0!==a[c]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={1:0},a={1:0},u=[];function i(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,i),r.l=!0,r.exports}i.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{2:1,3:1,5:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{2:"9f6604f8",3:"b02a7ca9",5:"a90a123e",6:"31d6cfe0"}[e]+".chunk.css",a=i.p+n,u=document.getElementsByTagName("link"),c=0;c<u.length;c++){var l=(f=u[c]).getAttribute("data-href")||f.getAttribute("href");if("stylesheet"===f.rel&&(l===n||l===a))return t()}var s=document.getElementsByTagName("style");for(c=0;c<s.length;c++){var f;if((l=(f=s[c]).getAttribute("data-href"))===n||l===a)return t()}var d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.onload=t,d.onerror=function(t){var n=t&&t.target&&t.target.src||a,u=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");u.code="CSS_CHUNK_LOAD_FAILED",u.request=n,delete o[e],d.parentNode.removeChild(d),r(u)},d.href=a,document.getElementsByTagName("head")[0].appendChild(d)})).then((function(){o[e]=0})));var r=a[e];if(0!==r)if(r)t.push(r[2]);else{var n=new Promise((function(t,n){r=a[e]=[t,n]}));t.push(r[2]=n);var u,c=document.createElement("script");c.charset="utf-8",c.timeout=120,i.nc&&c.setAttribute("nonce",i.nc),c.src=function(e){return i.p+"static/js/"+({}[e]||e)+"."+{2:"0ee27f03",3:"b5b7d98f",5:"2b6265a7",6:"4a4cbc58"}[e]+".chunk.js"}(e);var l=new Error;u=function(t){c.onerror=c.onload=null,clearTimeout(s);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;l.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",l.name="ChunkLoadError",l.type=n,l.request=o,r[1](l)}a[e]=void 0}};var s=setTimeout((function(){u({type:"timeout",target:c})}),12e4);c.onerror=c.onload=u,document.head.appendChild(c)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="vscode://",i.oe=function(e){throw console.error(e),e};var c=this["webpackJsonpcode-analyse-viewer"]=this["webpackJsonpcode-analyse-viewer"]||[],l=c.push.bind(c);c.push=t,c=c.slice();for(var s=0;s<c.length;s++)t(c[s]);var f=l;r()}([])</script><script src="vscode://static/js/4.df8b2cc6.chunk.js"></script><script src="vscode://static/js/main.00de8eaf.chunk.js"></script></body></html>
================================================
FILE: extensions/analyse-viewer/static/css/2.9f6604f8.chunk.css
================================================
*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}hr{color:inherit;height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}nav li:before{content:"\200B"}pre{font-family:monospace,monospace;font-size:1em;overflow:auto;-ms-overflow-style:scrollbar}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe,img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical;resize:block}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details,dialog{display:block}dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:inline;display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}
/*# sourceMappingURL=2.9f6604f8.chunk.css.map */
================================================
FILE: extensions/analyse-viewer/static/css/3.53514592.chunk.css
================================================
*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}hr{color:inherit;height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}nav li:before{content:"\200B"}pre{font-family:monospace,monospace;font-size:1em;overflow:auto;-ms-overflow-style:scrollbar}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe,img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical;resize:block}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details,dialog{display:block}dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:inline;display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}body,html{height:100%}body{background-color:#2e2e2e;color:#e4e4e4;font-size:13px;padding:0}#container{height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}:root{--font-color:#e4e4e4;--font-color-light:#777;--box-bg:#383838}body.vscode-light{--font-color:#777;--font-color-light:#acacac;--box-bg:#ececec;background-color:#fff}.navigator{padding-top:10px}.navigator .search-box{background-color:#383838;background-color:var(--box-bg);display:flex;border-radius:2.2px;margin:0 8px 12px}.navigator .search-box input,.navigator .search-box select{background-color:transparent;border:none;color:#777;color:var(--font-color-light);height:24px}.navigator .search-box input{flex:auto;padding-left:10px;color:#777;color:var(--font-color-light)}.navigator .search-box input:focus{color:#e4e4e4;color:var(--font-color)}.navigator .search-box :focus{outline:none}.navigator .navigator-body header{padding:0 8px;margin-bottom:10px;color:#777;color:var(--font-color-light);display:flex;justify-content:space-between}.navigator .navigator-body header .navigator-breadcrumbs{cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px;flex:auto}.navigator .navigator-body header .navigator-sort{flex:none;cursor:pointer}.navigator .navigator-body header .navigator-sort-icon{font-size:0;display:inline-flex;flex-direction:column;vertical-align:5px;margin-left:5px;height:8px;justify-content:space-between}.navigator .navigator-body header .navigator-sort-icon-desc .ui-icon-arrow-down{background-color:#e4e4e4;background-color:var(--font-color)}.navigator .navigator-body header .navigator-sort-icon-asc .ui-icon-arrow-down{background-color:#9a9a9a}.navigator .navigator-body header .navigator-sort-icon-asc .ui-icon-arrow-up{background-color:#e4e4e4;background-color:var(--font-color)}.navigator .navigator-body header .navigator-sort-icon-desc .ui-icon-arrow-up{background-color:#9a9a9a}.navigator .list-area{height:calc(100vh - 56px);overflow-y:scroll}.navigator .navigator-list{overflow-y:scroll;height:calc(100vh - 76px)}.navigator .navigator-item{display:flex;justify-content:space-between;padding:5px 8px;cursor:pointer}.navigator .navigator-item:first-of-type{margin-top:0}.navigator .navigator-item .red-tips{position:relative}.navigator .navigator-item .red-tips:after{position:absolute;width:6px;height:6px;top:0;left:0;border-radius:3px;background-color:red;content:" "}.navigator .navigator-item-name{margin-right:20px;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777;color:var(--font-color-light)}.navigator .navigator-item-name .basename{margin-left:4px;color:#e4e4e4;color:var(--font-color)}.navigator .navigator-item-name .dirname{margin-left:10px;font-size:12px}.navigator .navigator-item-size{color:#777;color:var(--font-color-light);font-size:12px;flex:none}.ui-icon-arrow-up{width:5px;height:3px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01IDNIMGwyLjUtM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01IDNIMGwyLjUtM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.ui-icon-arrow-down{width:5px;height:3px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoNUwyLjUgM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoNUwyLjUgM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}
/*# sourceMappingURL=3.53514592.chunk.css.map */
================================================
FILE: extensions/analyse-viewer/static/css/3.74e47665.chunk.css
================================================
*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}hr{color:inherit;height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}nav li:before{content:"\200B"}pre{font-family:monospace,monospace;font-size:1em;overflow:auto;-ms-overflow-style:scrollbar}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe,img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical;resize:block}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details,dialog{display:block}dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:inline;display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}body,html{height:100%}body{background-color:#2e2e2e;color:#e4e4e4;font-size:13px;padding:0}#container{height:100%;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}:root{--font-color:#e4e4e4;--font-color-light:#777;--box-bg:#383838}body.vscode-light{--font-color:#777;--font-color-light:#acacac;--box-bg:#ececec;background-color:#fff}.navigator{padding-top:10px}.navigator .search-box{background-color:#383838;background-color:var(--box-bg);display:flex;border-radius:2.2px;margin:0 8px 12px}.navigator .search-box input,.navigator .search-box select{background-color:transparent;border:none;color:#777;color:var(--font-color-light);height:24px}.navigator .search-box input{flex:auto;padding-left:10px;color:#777;color:var(--font-color-light)}.navigator .search-box input:focus{color:#e4e4e4;color:var(--font-color)}.navigator .search-box :focus{outline:none}.navigator .navigator-body header{padding:0 8px;margin-bottom:10px;color:#777;color:var(--font-color-light);display:flex;justify-content:space-between}.navigator .navigator-body header .navigator-breadcrumbs{cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px;flex:auto}.navigator .navigator-body header .navigator-sort{flex:none;cursor:pointer}.navigator .navigator-body header .navigator-sort-icon{font-size:0;display:inline-flex;flex-direction:column;vertical-align:5px;margin-left:5px;height:8px;justify-content:space-between}.navigator .navigator-body header .navigator-sort-icon-desc .ui-icon-arrow-down{background-color:#e4e4e4;background-color:var(--font-color)}.navigator .navigator-body header .navigator-sort-icon-asc .ui-icon-arrow-down{background-color:#9a9a9a}.navigator .navigator-body header .navigator-sort-icon-asc .ui-icon-arrow-up{background-color:#e4e4e4;background-color:var(--font-color)}.navigator .navigator-body header .navigator-sort-icon-desc .ui-icon-arrow-up{background-color:#9a9a9a}.navigator .list-area{height:calc(100vh - 56px);overflow-y:overlay}.navigator .navigator-list{overflow-y:overlay;height:calc(100vh - 76px)}.navigator .navigator-item{display:flex;justify-content:space-between;padding:5px 12px 5px 8px;cursor:pointer}.navigator .navigator-item:first-of-type{margin-top:0}.navigator .navigator-item .red-tips{position:relative}.navigator .navigator-item .red-tips:after{position:absolute;width:6px;height:6px;top:0;left:0;border-radius:3px;background-color:red;content:" "}.navigator .navigator-item-name{margin-right:20px;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777;color:var(--font-color-light)}.navigator .navigator-item-name .basename{margin-left:4px;color:#e4e4e4;color:var(--font-color)}.navigator .navigator-item-name .dirname{margin-left:10px;font-size:12px}.navigator .navigator-item-size{color:#777;color:var(--font-color-light);font-size:12px;flex:none}.ui-icon-arrow-up{width:5px;height:3px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01IDNIMGwyLjUtM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01IDNIMGwyLjUtM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.ui-icon-arrow-down{width:5px;height:3px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoNUwyLjUgM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoNUwyLjUgM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}
/*# sourceMappingURL=3.74e47665.chunk.css.map */
================================================
FILE: extensions/analyse-viewer/static/css/3.810520a8.chunk.css
================================================
*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}hr{color:inherit;height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}nav li:before{content:"\200B"}pre{font-family:monospace,monospace;font-size:1em;overflow:auto;-ms-overflow-style:scrollbar}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe,img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}fieldset{border:1px solid #a0a0a0;padding:.35em .75em .625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical;resize:block}[type=checkbox],[type=radio]{padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details,dialog{display:block}dialog{background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}[hidden]{display:none}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:inline;display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}body,html{height:100%}body{background-color:#2e2e2e;color:#e4e4e4;font-size:13px;padding:0}#container{height:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}:root{--font-color:#e4e4e4;--font-color-light:#777;--box-bg:#383838}body.vscode-light{--font-color:#777;--font-color-light:#acacac;--box-bg:#ececec;background-color:#fff}.navigator{padding-top:10px}.navigator .search-box{background-color:#383838;background-color:var(--box-bg);display:flex;border-radius:2.2px;margin:0 8px 12px}.navigator .search-box input,.navigator .search-box select{background-color:transparent;border:none;color:#777;color:var(--font-color-light);height:24px}.navigator .search-box input{flex:auto;padding-left:10px;color:#777;color:var(--font-color-light)}.navigator .search-box input:focus{color:#e4e4e4;color:var(--font-color)}.navigator .search-box :focus{outline:none}.navigator .navigator-body header{padding:0 8px;margin-bottom:10px;color:#777;color:var(--font-color-light);display:flex;justify-content:space-between}.navigator .navigator-body header .navigator-breadcrumbs{cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:10px;flex:1 1}.navigator .navigator-body header .navigator-sort{flex:0 1;cursor:pointer}.navigator .navigator-body header .navigator-sort-icon{font-size:0;display:inline-flex;flex-direction:column;vertical-align:5px;margin-left:5px;height:8px;justify-content:space-between}.navigator .navigator-body header .navigator-sort-icon-desc .ui-icon-arrow-down{background-color:#e4e4e4;background-color:var(--font-color)}.navigator .navigator-body header .navigator-sort-icon-asc .ui-icon-arrow-down{background-color:#9a9a9a}.navigator .navigator-body header .navigator-sort-icon-asc .ui-icon-arrow-up{background-color:#e4e4e4;background-color:var(--font-color)}.navigator .navigator-body header .navigator-sort-icon-desc .ui-icon-arrow-up{background-color:#9a9a9a}.navigator .list-area{height:calc(100vh - 56px);overflow-y:scroll}.navigator .navigator-list{overflow-y:scroll;height:calc(100vh - 76px)}.navigator .navigator-item{display:flex;justify-content:space-between;padding:5px 8px;cursor:pointer}.navigator .navigator-item:first-of-type{margin-top:0}.navigator .navigator-item .red-tips{position:relative}.navigator .navigator-item .red-tips:after{position:absolute;width:6px;height:6px;top:0;left:0;border-radius:3px;background-color:red;content:" "}.navigator .navigator-item-name{margin-right:20px;flex:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#777;color:var(--font-color-light)}.navigator .navigator-item-name .basename{margin-left:4px;color:#e4e4e4;color:var(--font-color)}.navigator .navigator-item-name .dirname{margin-left:10px;font-size:12px}.navigator .navigator-item-size{color:#777;color:var(--font-color-light);font-size:12px;flex:none}.ui-icon-arrow-up{width:5px;height:3px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01IDNIMGwyLjUtM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik01IDNIMGwyLjUtM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.ui-icon-arrow-down{width:5px;height:3px;-webkit-mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoNUwyLjUgM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;mask:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSIzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBoNUwyLjUgM3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}
/*# sourceMappingURL=3.810520a8.chunk.css.map */
================================================
FILE: extensions/analyse-viewer/static/css/3.87f7e95e.chunk.css
================================================
*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}hr{color:inherit;height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}nav li:before{content:"\200B"}pre{font-family:monospace,monospace;font-size:1em;overflow:auto;-ms-overflow-style:scrollbar}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe,img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:
gitextract_c3pd8ixj/ ├── .eslintrc.json ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── .husky/ │ ├── commit-msg │ └── pre-commit ├── .lintstagedrc.json ├── .npmrc ├── .prettierrc.json ├── .vscode/ │ └── launch.json ├── .vscodeignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── assets/ │ ├── icons/ │ │ └── material-icons.json │ └── themes/ │ ├── dark.json │ └── light.json ├── build/ │ ├── esbuild.js │ └── vsce.js ├── commitlint.config.js ├── extensions/ │ ├── analyse-viewer/ │ │ ├── index.html │ │ └── static/ │ │ ├── css/ │ │ │ ├── 2.9f6604f8.chunk.css │ │ │ ├── 3.53514592.chunk.css │ │ │ ├── 3.74e47665.chunk.css │ │ │ ├── 3.810520a8.chunk.css │ │ │ ├── 3.87f7e95e.chunk.css │ │ │ ├── 3.971dc97e.chunk.css │ │ │ ├── 3.b02a7ca9.chunk.css │ │ │ ├── 3.de8578ed.chunk.css │ │ │ ├── 5.024d3dce.chunk.css │ │ │ ├── 5.3ca67b73.chunk.css │ │ │ ├── 5.67e99b5b.chunk.css │ │ │ ├── 5.a90a123e.chunk.css │ │ │ └── 5.ce003449.chunk.css │ │ └── js/ │ │ ├── 2.0ee27f03.chunk.js │ │ ├── 2.23e1b2e3.chunk.js │ │ ├── 2.273904b0.chunk.js │ │ ├── 2.5b726728.chunk.js │ │ ├── 2.a94c24bf.chunk.js │ │ ├── 2.e47230da.chunk.js │ │ ├── 3.00bc8b6b.chunk.js │ │ ├── 3.23e57b6e.chunk.js │ │ ├── 3.2bd96288.chunk.js │ │ ├── 3.30e7f44a.chunk.js │ │ ├── 3.3dbab1a0.chunk.js │ │ ├── 3.593a262a.chunk.js │ │ ├── 3.803a8145.chunk.js │ │ ├── 3.8ba63f56.chunk.js │ │ ├── 3.9878b665.chunk.js │ │ ├── 3.9e6790bd.chunk.js │ │ ├── 3.b5b7d98f.chunk.js │ │ ├── 3.c1774fd1.chunk.js │ │ ├── 3.c527663a.chunk.js │ │ ├── 3.cb4f16a3.chunk.js │ │ ├── 3.e547b69c.chunk.js │ │ ├── 3.f447cb85.chunk.js │ │ ├── 4.df8b2cc6.chunk.js │ │ ├── 5.26f40738.chunk.js │ │ ├── 5.2b6265a7.chunk.js │ │ ├── 5.50937eab.chunk.js │ │ ├── 5.523a7bc8.chunk.js │ │ ├── 5.67ee3c65.chunk.js │ │ ├── 5.70f7ea44.chunk.js │ │ ├── 5.75671545.chunk.js │ │ ├── 5.81a0e6dd.chunk.js │ │ ├── 5.895a2210.chunk.js │ │ ├── 5.8b43fc37.chunk.js │ │ ├── 5.a0252e13.chunk.js │ │ ├── 5.ae9e55ed.chunk.js │ │ ├── 5.b3bdf355.chunk.js │ │ ├── 5.b9d25961.chunk.js │ │ ├── 5.e622f88e.chunk.js │ │ ├── 5.f3a6fb85.chunk.js │ │ ├── 6.4a4cbc58.chunk.js │ │ ├── main.00de8eaf.chunk.js │ │ ├── main.0ebb9031.chunk.js │ │ ├── main.4c352252.chunk.js │ │ ├── main.9953cb97.chunk.js │ │ ├── main.c71c4fc5.chunk.js │ │ ├── runtime-main.07070f90.js │ │ ├── runtime-main.11ad15e6.js │ │ ├── runtime-main.187e97fb.js │ │ ├── runtime-main.21691426.js │ │ ├── runtime-main.2192102b.js │ │ ├── runtime-main.26e5ac6f.js │ │ ├── runtime-main.356ad258.js │ │ ├── runtime-main.35940d5f.js │ │ ├── runtime-main.569bc7d2.js │ │ ├── runtime-main.602152c9.js │ │ ├── runtime-main.79bf1275.js │ │ ├── runtime-main.90def5d3.js │ │ ├── runtime-main.93907157.js │ │ ├── runtime-main.93c8bb56.js │ │ ├── runtime-main.940e5b39.js │ │ ├── runtime-main.95a9cd64.js │ │ ├── runtime-main.a2328cd3.js │ │ ├── runtime-main.baeffe83.js │ │ ├── runtime-main.cf1381ab.js │ │ ├── runtime-main.d25a832a.js │ │ ├── runtime-main.d7b52baa.js │ │ ├── runtime-main.e083ef2b.js │ │ ├── runtime-main.ed20c667.js │ │ ├── runtime-main.f1eda083.js │ │ ├── runtime-main.f5f67302.js │ │ └── runtime-main.f99000c1.js │ ├── engine-tutorial-plugin/ │ │ ├── extension.js │ │ └── package.json │ ├── universal-path-intellisense/ │ │ ├── LICENSE.txt │ │ ├── out/ │ │ │ ├── configuration/ │ │ │ │ ├── configuration.interface.js │ │ │ │ ├── configuration.service.js │ │ │ │ ├── mapping.service.js │ │ │ │ └── tsconfig.service.js │ │ │ ├── extension.js │ │ │ ├── providers/ │ │ │ │ ├── defProvider/ │ │ │ │ │ └── default.defFrovider.js │ │ │ │ ├── default.provider.js │ │ │ │ ├── index.js │ │ │ │ ├── javascript/ │ │ │ │ │ ├── createCompletionItem.js │ │ │ │ │ ├── createContext.js │ │ │ │ │ └── javascript.provider.js │ │ │ │ └── provider.interface.js │ │ │ └── utils/ │ │ │ └── file-utills.js │ │ └── package.json │ ├── wechat-miniprogram-development/ │ │ ├── extension.js │ │ ├── package.json │ │ └── skylineStyleServer.js │ ├── wx-json/ │ │ └── package.json │ ├── wx-snippets/ │ │ ├── package.json │ │ └── snippets/ │ │ ├── snippets.js.json │ │ ├── snippets.json.json │ │ └── snippets.ts.json │ ├── wxml-basics/ │ │ ├── cgmanifest.json │ │ ├── html.tmLanguage.json │ │ ├── package.json │ │ ├── package.nls.json │ │ ├── syntaxes/ │ │ │ ├── wxml-derivative.tmLanguage.json │ │ │ ├── wxml.tmLanguage.json │ │ │ └── xsl.tmLanguage.json │ │ ├── wxml.language-configuration.json │ │ └── xsl.language-configuration.json │ ├── wxml-language-features/ │ │ ├── README.md │ │ ├── build/ │ │ │ └── bundleTypeScriptLibraries.js │ │ ├── package.json │ │ ├── package.nls.json │ │ ├── schemas/ │ │ │ └── package.schema.json │ │ └── server/ │ │ ├── lib/ │ │ │ ├── cgmanifest.json │ │ │ └── jquery.d.ts │ │ └── package.json │ ├── wxs/ │ │ └── package.json │ └── wxss/ │ └── package.json ├── html/ │ ├── common.ejs │ ├── preview.ejs │ ├── project.ejs │ └── quality.ejs ├── package.json ├── package.nls.json ├── package.nls.zh-cn.json ├── patches/ │ └── miniprogram-ci@2.0.9.patch ├── src/ │ ├── base.ts │ ├── commands/ │ │ ├── base.ts │ │ ├── compile/ │ │ │ ├── analyze.ts │ │ │ ├── artifact.ts │ │ │ ├── directory.ts │ │ │ ├── index.ts │ │ │ ├── npm.ts │ │ │ ├── preview.ts │ │ │ ├── quality.ts │ │ │ ├── sourcemap.ts │ │ │ ├── upload.ts │ │ │ └── utils.ts │ │ ├── create.ts │ │ ├── document/ │ │ │ ├── index.ts │ │ │ ├── management.ts │ │ │ ├── open.ts │ │ │ ├── search.ts │ │ │ └── utils.ts │ │ ├── index.ts │ │ ├── project.ts │ │ └── storage.ts │ ├── entry/ │ │ ├── development.js │ │ └── production.js │ ├── index.ts │ ├── plugins/ │ │ ├── component.ts │ │ ├── extension.ts │ │ ├── proxy.ts │ │ └── view.ts │ ├── templates/ │ │ ├── component.ts │ │ └── page.ts │ ├── types.ts │ └── utils/ │ ├── json.ts │ ├── path.ts │ ├── project.ts │ ├── render.ts │ └── ui.ts └── tsconfig.json
Showing preview only (2,597K chars total). Download the full file or copy to clipboard to get everything.
SYMBOL INDEX (26552 symbols across 117 files)
FILE: build/esbuild.js
function main (line 5) | async function main() {
FILE: extensions/analyse-viewer/static/js/2.0ee27f03.chunk.js
function o (line 1) | function o(t,n){var e;if("undefined"===typeof Symbol||null==t[Symbol.ite...
function o (line 1) | function o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){va...
function i (line 1) | function i(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[...
function r (line 1) | function r(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enume...
function o (line 1) | function o(t,n){return function(t){if(Array.isArray(t))return t}(t)||fun...
function o (line 1) | function o(t,n){if(t){if("string"===typeof t)return Object(r.a)(t,n);var...
function e (line 1) | function e(t,n){for(var e=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t....
function r (line 1) | function r(t,n){if(t.filter)return t.filter(n);for(var e=[],r=0;r<t.leng...
function r (line 1) | function r(t){for(var n=0;n<t.length&&""===t[n];n++);for(var e=t.length-...
function r (line 1) | function r(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Ar...
function i (line 1) | function i(){throw new Error("setTimeout has not been defined")}
function a (line 1) | function a(){throw new Error("clearTimeout has not been defined")}
function u (line 1) | function u(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&s...
function h (line 1) | function h(){f&&c&&(f=!1,c.length?s=c.concat(s):l=-1,s.length&&p())}
function p (line 1) | function p(){if(!f){var t=u(h);f=!0;for(var n=s.length;n;){for(c=s,s=[];...
function v (line 1) | function v(t,n){this.fun=t,this.array=n}
function y (line 1) | function y(){}
function i (line 1) | function i(){for(var t,n=0,e=arguments.length,r={};n<e;++n){if(!(t=argum...
function a (line 1) | function a(t){this._=t}
function u (line 1) | function u(t,n){return t.trim().split(/^|\s+/).map((function(t){var e=""...
function c (line 1) | function c(t,n){for(var e,r=0,o=t.length;r<o;++r)if((e=t[r]).name===n)re...
function s (line 1) | function s(t,n,e){for(var r=0,i=t.length;r<i;++r)if(t[r].name===n){t[r]=...
function h (line 1) | function h(){}
function y (line 1) | function y(){return[]}
function m (line 1) | function m(t){return function(n){return n.matches(t)}}
function _ (line 1) | function _(){return this.firstElementChild}
function j (line 1) | function j(){return this.children}
function O (line 1) | function O(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.n...
function k (line 1) | function k(t,n,e,r,o,i){for(var a,u=0,c=n.length,s=i.length;u<s;++u)(a=n...
function M (line 1) | function M(t,n,e,r,o,i,a){var u,c,s,f=new Map,l=n.length,h=i.length,p=ne...
function E (line 1) | function E(t){return t.__data__}
function S (line 1) | function S(t,n){return t<n?-1:t>n?1:t>=n?0:NaN}
function P (line 1) | function P(t){return function(){this.removeAttribute(t)}}
function I (line 1) | function I(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function B (line 1) | function B(t,n){return function(){this.setAttribute(t,n)}}
function C (line 1) | function C(t,n){return function(){this.setAttributeNS(t.space,t.local,n)}}
function R (line 1) | function R(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function D (line 1) | function D(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function X (line 1) | function X(t){return function(){this.style.removeProperty(t)}}
function U (line 1) | function U(t,n,e){return function(){this.style.setProperty(t,n,e)}}
function L (line 1) | function L(t,n,e){return function(){var r=n.apply(this,arguments);null==...
function Y (line 1) | function Y(t,n){return t.style.getPropertyValue(n)||q(t).getComputedStyl...
function $ (line 1) | function $(t){return function(){delete this[t]}}
function V (line 1) | function V(t,n){return function(){this[t]=n}}
function F (line 1) | function F(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function H (line 1) | function H(t){return t.trim().split(/^|\s+/)}
function W (line 1) | function W(t){return t.classList||new G(t)}
function G (line 1) | function G(t){this._node=t,this._names=H(t.getAttribute("class")||"")}
function K (line 1) | function K(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.add(n[r])}
function J (line 1) | function J(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.remove(n[r])}
function Q (line 1) | function Q(t){return function(){K(this,t)}}
function Z (line 1) | function Z(t){return function(){J(this,t)}}
function tt (line 1) | function tt(t,n){return function(){(n.apply(this,arguments)?K:J)(this,t)}}
function nt (line 1) | function nt(){this.textContent=""}
function et (line 1) | function et(t){return function(){this.textContent=t}}
function rt (line 1) | function rt(t){return function(){var n=t.apply(this,arguments);this.text...
function ot (line 1) | function ot(){this.innerHTML=""}
function it (line 1) | function it(t){return function(){this.innerHTML=t}}
function at (line 1) | function at(t){return function(){var n=t.apply(this,arguments);this.inne...
function ut (line 1) | function ut(){this.nextSibling&&this.parentNode.appendChild(this)}
function ct (line 1) | function ct(){this.previousSibling&&this.parentNode.insertBefore(this,th...
function st (line 1) | function st(t){return function(){var n=this.ownerDocument,e=this.namespa...
function ft (line 1) | function ft(t){return function(){return this.ownerDocument.createElement...
function ht (line 1) | function ht(){return null}
function pt (line 1) | function pt(){var t=this.parentNode;t&&t.removeChild(this)}
function vt (line 1) | function vt(){var t=this.cloneNode(!1),n=this.parentNode;return n?n.inse...
function yt (line 1) | function yt(){var t=this.cloneNode(!0),n=this.parentNode;return n?n.inse...
function dt (line 1) | function dt(t){return t.trim().split(/^|\s+/).map((function(t){var n="",...
function gt (line 1) | function gt(t){return function(){var n=this.__on;if(n){for(var e,r=0,o=-...
function mt (line 1) | function mt(t,n,e){return function(){var r,o=this.__on,i=function(t){ret...
function bt (line 1) | function bt(t,n,e){var r=q(t),o=r.CustomEvent;"function"===typeof o?o=ne...
function _t (line 1) | function _t(t,n){return function(){return bt(this,t,n)}}
function wt (line 1) | function wt(t,n){return function(){return bt(this,t,n.apply(this,argumen...
function At (line 1) | function At(){var t,n,e,r,o,i,a;return xt.a.wrap((function(u){for(;;)swi...
function Mt (line 1) | function Mt(t,n){this._groups=t,this._parents=n}
function Et (line 1) | function Et(){return new Mt([[document.documentElement]],kt)}
function n (line 1) | function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}
function Pt (line 1) | function Pt(t,n){var e=t.document.documentElement,r=Tt(t).on("dragstart....
function Bt (line 1) | function Bt(t,n){var e=Object.create(t.prototype);for(var r in n)e[r]=n[...
function Ct (line 1) | function Ct(){}
function Kt (line 1) | function Kt(){return this.rgb().formatHex()}
function Jt (line 1) | function Jt(){return this.rgb().formatRgb()}
function Qt (line 1) | function Qt(t){var n,e;return t=(t+"").trim().toLowerCase(),(n=Lt.exec(t...
function Zt (line 1) | function Zt(t){return new rn(t>>16&255,t>>8&255,255&t,1)}
function tn (line 1) | function tn(t,n,e,r){return r<=0&&(t=n=e=NaN),new rn(t,n,e,r)}
function nn (line 1) | function nn(t){return t instanceof Ct||(t=Qt(t)),t?new rn((t=t.rgb()).r,...
function en (line 1) | function en(t,n,e,r){return 1===arguments.length?nn(t):new rn(t,n,e,null...
function rn (line 1) | function rn(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}
function on (line 1) | function on(){return"#"+un(this.r)+un(this.g)+un(this.b)}
function an (line 1) | function an(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Mat...
function un (line 1) | function un(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?...
function cn (line 1) | function cn(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=N...
function sn (line 1) | function sn(t){if(t instanceof fn)return new fn(t.h,t.s,t.l,t.opacity);i...
function fn (line 1) | function fn(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}
function ln (line 1) | function ln(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(...
function hn (line 1) | function hn(t,n,e,r,o){var i=t*t,a=i*t;return((1-3*t+3*i-a)*n+(4-6*i+3*a...
function vn (line 1) | function vn(t,n){return function(e){return t+e*n}}
function yn (line 1) | function yn(t){return 1===(t=+t)?dn:function(n,e){return e-n?function(t,...
function dn (line 1) | function dn(t,n){var e=n-t;return e?vn(t,e):pn(isNaN(t)?n:t)}
function r (line 1) | function r(t,n){var r=e((t=en(t)).r,(n=en(n)).r),o=e(t.g,n.g),i=e(t.b,n....
function mn (line 1) | function mn(t){return function(n){var e,r,o=n.length,i=new Array(o),a=ne...
function In (line 1) | function In(){return Tn||(Pn(Bn),Tn=Nn.now()+zn)}
function Bn (line 1) | function Bn(){Tn=0}
function Cn (line 1) | function Cn(){this._call=this._time=this._next=null}
function Rn (line 1) | function Rn(t,n,e){var r=new Cn;return r.restart(t,n,e),r}
function Dn (line 1) | function Dn(){Tn=(Sn=Nn.now())+zn,kn=Mn=0;try{!function(){In(),++kn;for(...
function qn (line 1) | function qn(){var t=Nn.now(),n=t-Sn;n>1e3&&(zn-=n,Sn=t)}
function Xn (line 1) | function Xn(t){kn||(Mn&&(Mn=clearTimeout(Mn)),t-Tn>24?(t<1/0&&(Mn=setTim...
function i (line 1) | function i(t){e.state=1,e.timer.restart(a,e.delay,e.time),e.delay<=t&&a(...
function a (line 1) | function a(i){var s,f,l,h;if(1!==e.state)return c();for(s in o)if((h=o[s...
function u (line 1) | function u(n){for(var o=n<e.duration?e.ease.call(null,n/e.duration):(e.t...
function c (line 1) | function c(){for(var r in e.state=6,e.timer.stop(),delete o[n],o)return;...
function Vn (line 1) | function Vn(t,n){var e=Hn(t,n);if(e.state>0)throw new Error("too late; a...
function Fn (line 1) | function Fn(t,n){var e=Hn(t,n);if(e.state>3)throw new Error("too late; a...
function Hn (line 1) | function Hn(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("...
function Zn (line 1) | function Zn(t,n,e,r){function o(t){return t.length?t.pop()+" ":""}return...
function ee (line 1) | function ee(t,n){var e,r;return function(){var o=Fn(this,t),i=o.tween;if...
function re (line 1) | function re(t,n,e){var r,o;if("function"!==typeof e)throw new Error;retu...
function oe (line 1) | function oe(t,n,e){var r=t._id;return t.each((function(){var t=Fn(this,r...
function ae (line 1) | function ae(t){return function(){this.removeAttribute(t)}}
function ue (line 1) | function ue(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function ce (line 1) | function ce(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function se (line 1) | function se(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function fe (line 1) | function fe(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function le (line 1) | function le(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function he (line 1) | function he(t,n){return function(e){this.setAttribute(t,n.call(this,e))}}
function pe (line 1) | function pe(t,n){return function(e){this.setAttributeNS(t.space,t.local,...
function ve (line 1) | function ve(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function ye (line 1) | function ye(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function de (line 1) | function de(t,n){return function(){Vn(this,t).delay=+n.apply(this,argume...
function ge (line 1) | function ge(t,n){return n=+n,function(){Vn(this,t).delay=n}}
function me (line 1) | function me(t,n){return function(){Fn(this,t).duration=+n.apply(this,arg...
function be (line 1) | function be(t,n){return n=+n,function(){Fn(this,t).duration=n}}
function _e (line 1) | function _e(t,n){if("function"!==typeof n)throw new Error;return functio...
function we (line 1) | function we(t,n,e){var r,o,i=function(t){return(t+"").trim().split(/^|\s...
function xe (line 1) | function xe(t){return function(){this.style.removeProperty(t)}}
function Oe (line 1) | function Oe(t,n,e){return function(r){this.style.setProperty(t,n.call(th...
function Ae (line 1) | function Ae(t,n,e){var r,o;function i(){var i=n.apply(this,arguments);re...
function ke (line 1) | function ke(t){return function(n){this.textContent=t.call(this,n)}}
function Me (line 1) | function Me(t){var n,e;function r(){var r=t.apply(this,arguments);return...
function Se (line 1) | function Se(t,n,e,r){this._groups=t,this._parents=n,this._name=e,this._i...
function Te (line 1) | function Te(){return++Ee}
function Pe (line 1) | function Pe(t,n){for(var e;!(e=t.__transition)||!(e=e[n]);)if(!(t=t.pare...
function Ie (line 1) | function Ie(t){return[+t[0],+t[1]]}
function Be (line 1) | function Be(t){return[Ie(t[0]),Ie(t[1])]}
function Ce (line 1) | function Ce(t){return{type:t}}
function Re (line 1) | function Re(t){var n=0,e=t.children,r=e&&e.length;if(r)for(;--r>=0;)n+=e...
function qe (line 1) | function qe(){var t,n,e,r,o,i;return xt.a.wrap((function(a){for(;;)switc...
function Xe (line 1) | function Xe(t,n){t instanceof Map?(t=[void 0,t],void 0===n&&(n=Le)):void...
function Ue (line 1) | function Ue(t){return t.children}
function Le (line 1) | function Le(t){return Array.isArray(t)?t[1]:null}
function Ye (line 1) | function Ye(t){void 0!==t.data.value&&(t.value=t.data.value),t.data=t.da...
function $e (line 1) | function $e(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}
function Ve (line 1) | function Ve(t){this.data=t,this.depth=this.height=0,this.parent=null}
function e (line 1) | function e(t,e,r,o,i){!function(t,n,e,r,o,i){for(var a,u,c,s,f,l,h,p,v,y...
function Ke (line 1) | function Ke(t){if("function"!==typeof t)throw new Error;return t}
function Je (line 1) | function Je(){return 0}
function f (line 1) | function f(t){return t.x0=t.y0=0,t.x1=e,t.y1=r,t.eachBefore(l),o=[0],n&&...
function l (line 1) | function l(n){var e=o[n.depth],r=n.x0+e,f=n.y0+e,l=n.x1-e,h=n.y1-e;l<r&&...
function tr (line 1) | function tr(t){return((t=Math.exp(t))+1/t)/2}
function o (line 1) | function o(t,o){var i,a,u=t[0],c=t[1],s=t[2],f=o[0],l=o[1],h=o[2],p=f-u,...
function rr (line 1) | function rr(t,n){var e=n.sourceEvent,r=n.target,o=n.transform,i=n.dispat...
function or (line 1) | function or(t,n,e){this.k=t,this.x=n,this.y=e}
function ar (line 1) | function ar(t){t.stopImmediatePropagation()}
function cr (line 1) | function cr(t){return(!t.ctrlKey||"wheel"===t.type)&&!t.button}
function sr (line 1) | function sr(){var t=this;return t instanceof SVGElement?(t=t.ownerSVGEle...
function fr (line 1) | function fr(){return this.__zoom||ir}
function lr (line 1) | function lr(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*...
function hr (line 1) | function hr(){return navigator.maxTouchPoints||"ontouchstart"in this}
function pr (line 1) | function pr(t,n,e){var r=t.invertX(n[0][0])-e[0][0],o=t.invertX(n[1][0])...
function g (line 1) | function g(t){t.property("__zoom",fr).on("wheel.zoom",O).on("mousedown.z...
function m (line 1) | function m(t,n){return(n=Math.max(c[0],Math.min(c[1],n)))===t.k?t:new or...
function b (line 1) | function b(t,n,e){var r=n[0]-e[0]*t.k,o=n[1]-e[1]*t.k;return r===t.x&&o=...
function _ (line 1) | function _(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}
function w (line 1) | function w(t,n,e,r){t.on("start.zoom",(function(){j(this,arguments).even...
function j (line 1) | function j(t,n,e){return!e&&t.__zooming||new x(t,n)}
function x (line 1) | function x(t,n){this.that=t,this.args=n,this.active=0,this.sourceEvent=n...
function O (line 1) | function O(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),o=1;o<n;...
function A (line 1) | function A(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;...
function k (line 1) | function k(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;...
function M (line 1) | function M(e){for(var o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;...
function E (line 1) | function E(t){if(this.__zooming){for(var n=arguments.length,e=new Array(...
function S (line 1) | function S(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;...
function r (line 1) | function r(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a ...
function r (line 1) | function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.en...
function o (line 1) | function o(t,n,e){return n&&r(t.prototype,n),e&&r(t,e),t}
function r (line 1) | function r(t){return(r=Object.setPrototypeOf?Object.getPrototypeOf:funct...
function o (line 1) | function o(t){return(o="function"===typeof Symbol&&"symbol"===typeof Sym...
function i (line 1) | function i(t,n){return!n||"object"!==o(n)&&"function"!==typeof n?functio...
function a (line 1) | function a(t){var n=function(){if("undefined"===typeof Reflect||!Reflect...
function r (line 1) | function r(t,n){return(r=Object.setPrototypeOf||function(t,n){return t._...
function o (line 1) | function o(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("...
function l (line 1) | function l(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function $ (line 1) | function $(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function Z (line 1) | function Z(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function et (line 1) | function et(t){var n=this.__data__=new h(t);this.size=n.size}
function t (line 1) | function t(){}
function m (line 1) | function m(n){var e=o,r=a;return o=a=void 0,l=n,c=t.apply(r,e)}
function b (line 1) | function b(t){return l=t,s=setTimeout(w,n),h?m(t):c}
function _ (line 1) | function _(t){var e=t-f;return void 0===f||e>=n||e<0||p&&t-l>=u}
function w (line 1) | function w(){var t=i();if(_(t))return j(t);s=setTimeout(w,function(t){va...
function j (line 1) | function j(t){return s=void 0,g&&o?m(t):(o=a=void 0,c)}
function x (line 1) | function x(){var t=i(),e=_(t);if(o=arguments,a=this,f=t,e){if(void 0===s...
FILE: extensions/analyse-viewer/static/js/2.23e1b2e3.chunk.js
function o (line 1) | function o(t,n){var e;if("undefined"===typeof Symbol||null==t[Symbol.ite...
function o (line 1) | function o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){va...
function i (line 1) | function i(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[...
function r (line 1) | function r(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enume...
function o (line 1) | function o(t,n){return function(t){if(Array.isArray(t))return t}(t)||fun...
function o (line 1) | function o(t,n){if(t){if("string"===typeof t)return Object(r.a)(t,n);var...
function e (line 1) | function e(t,n){for(var e=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t....
function r (line 1) | function r(t,n){if(t.filter)return t.filter(n);for(var e=[],r=0;r<t.leng...
function r (line 1) | function r(t){for(var n=0;n<t.length&&""===t[n];n++);for(var e=t.length-...
function r (line 1) | function r(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Ar...
function i (line 1) | function i(){throw new Error("setTimeout has not been defined")}
function a (line 1) | function a(){throw new Error("clearTimeout has not been defined")}
function u (line 1) | function u(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&s...
function h (line 1) | function h(){f&&c&&(f=!1,c.length?s=c.concat(s):l=-1,s.length&&p())}
function p (line 1) | function p(){if(!f){var t=u(h);f=!0;for(var n=s.length;n;){for(c=s,s=[];...
function v (line 1) | function v(t,n){this.fun=t,this.array=n}
function y (line 1) | function y(){}
function i (line 1) | function i(){for(var t,n=0,e=arguments.length,r={};n<e;++n){if(!(t=argum...
function a (line 1) | function a(t){this._=t}
function u (line 1) | function u(t,n){return t.trim().split(/^|\s+/).map((function(t){var e=""...
function c (line 1) | function c(t,n){for(var e,r=0,o=t.length;r<o;++r)if((e=t[r]).name===n)re...
function s (line 1) | function s(t,n,e){for(var r=0,i=t.length;r<i;++r)if(t[r].name===n){t[r]=...
function h (line 1) | function h(){}
function y (line 1) | function y(){return[]}
function m (line 1) | function m(t){return function(n){return n.matches(t)}}
function _ (line 1) | function _(){return this.firstElementChild}
function j (line 1) | function j(){return this.children}
function O (line 1) | function O(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.n...
function k (line 1) | function k(t,n,e,r,o,i){for(var a,u=0,c=n.length,s=i.length;u<s;++u)(a=n...
function M (line 1) | function M(t,n,e,r,o,i,a){var u,c,s,f=new Map,l=n.length,h=i.length,p=ne...
function E (line 1) | function E(t){return t.__data__}
function S (line 1) | function S(t,n){return t<n?-1:t>n?1:t>=n?0:NaN}
function P (line 1) | function P(t){return function(){this.removeAttribute(t)}}
function I (line 1) | function I(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function B (line 1) | function B(t,n){return function(){this.setAttribute(t,n)}}
function C (line 1) | function C(t,n){return function(){this.setAttributeNS(t.space,t.local,n)}}
function R (line 1) | function R(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function D (line 1) | function D(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function X (line 1) | function X(t){return function(){this.style.removeProperty(t)}}
function U (line 1) | function U(t,n,e){return function(){this.style.setProperty(t,n,e)}}
function L (line 1) | function L(t,n,e){return function(){var r=n.apply(this,arguments);null==...
function Y (line 1) | function Y(t,n){return t.style.getPropertyValue(n)||q(t).getComputedStyl...
function $ (line 1) | function $(t){return function(){delete this[t]}}
function V (line 1) | function V(t,n){return function(){this[t]=n}}
function F (line 1) | function F(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function H (line 1) | function H(t){return t.trim().split(/^|\s+/)}
function W (line 1) | function W(t){return t.classList||new G(t)}
function G (line 1) | function G(t){this._node=t,this._names=H(t.getAttribute("class")||"")}
function K (line 1) | function K(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.add(n[r])}
function J (line 1) | function J(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.remove(n[r])}
function Q (line 1) | function Q(t){return function(){K(this,t)}}
function Z (line 1) | function Z(t){return function(){J(this,t)}}
function tt (line 1) | function tt(t,n){return function(){(n.apply(this,arguments)?K:J)(this,t)}}
function nt (line 1) | function nt(){this.textContent=""}
function et (line 1) | function et(t){return function(){this.textContent=t}}
function rt (line 1) | function rt(t){return function(){var n=t.apply(this,arguments);this.text...
function ot (line 1) | function ot(){this.innerHTML=""}
function it (line 1) | function it(t){return function(){this.innerHTML=t}}
function at (line 1) | function at(t){return function(){var n=t.apply(this,arguments);this.inne...
function ut (line 1) | function ut(){this.nextSibling&&this.parentNode.appendChild(this)}
function ct (line 1) | function ct(){this.previousSibling&&this.parentNode.insertBefore(this,th...
function st (line 1) | function st(t){return function(){var n=this.ownerDocument,e=this.namespa...
function ft (line 1) | function ft(t){return function(){return this.ownerDocument.createElement...
function ht (line 1) | function ht(){return null}
function pt (line 1) | function pt(){var t=this.parentNode;t&&t.removeChild(this)}
function vt (line 1) | function vt(){var t=this.cloneNode(!1),n=this.parentNode;return n?n.inse...
function yt (line 1) | function yt(){var t=this.cloneNode(!0),n=this.parentNode;return n?n.inse...
function dt (line 1) | function dt(t){return t.trim().split(/^|\s+/).map((function(t){var n="",...
function gt (line 1) | function gt(t){return function(){var n=this.__on;if(n){for(var e,r=0,o=-...
function mt (line 1) | function mt(t,n,e){return function(){var r,o=this.__on,i=function(t){ret...
function bt (line 1) | function bt(t,n,e){var r=q(t),o=r.CustomEvent;"function"===typeof o?o=ne...
function _t (line 1) | function _t(t,n){return function(){return bt(this,t,n)}}
function wt (line 1) | function wt(t,n){return function(){return bt(this,t,n.apply(this,argumen...
function At (line 1) | function At(){var t,n,e,r,o,i,a;return xt.a.wrap((function(u){for(;;)swi...
function Mt (line 1) | function Mt(t,n){this._groups=t,this._parents=n}
function Et (line 1) | function Et(){return new Mt([[document.documentElement]],kt)}
function n (line 1) | function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}
function Pt (line 1) | function Pt(t,n){var e=t.document.documentElement,r=Tt(t).on("dragstart....
function Bt (line 1) | function Bt(t,n){var e=Object.create(t.prototype);for(var r in n)e[r]=n[...
function Ct (line 1) | function Ct(){}
function Kt (line 1) | function Kt(){return this.rgb().formatHex()}
function Jt (line 1) | function Jt(){return this.rgb().formatRgb()}
function Qt (line 1) | function Qt(t){var n,e;return t=(t+"").trim().toLowerCase(),(n=Lt.exec(t...
function Zt (line 1) | function Zt(t){return new rn(t>>16&255,t>>8&255,255&t,1)}
function tn (line 1) | function tn(t,n,e,r){return r<=0&&(t=n=e=NaN),new rn(t,n,e,r)}
function nn (line 1) | function nn(t){return t instanceof Ct||(t=Qt(t)),t?new rn((t=t.rgb()).r,...
function en (line 1) | function en(t,n,e,r){return 1===arguments.length?nn(t):new rn(t,n,e,null...
function rn (line 1) | function rn(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}
function on (line 1) | function on(){return"#"+un(this.r)+un(this.g)+un(this.b)}
function an (line 1) | function an(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Mat...
function un (line 1) | function un(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?...
function cn (line 1) | function cn(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=N...
function sn (line 1) | function sn(t){if(t instanceof fn)return new fn(t.h,t.s,t.l,t.opacity);i...
function fn (line 1) | function fn(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}
function ln (line 1) | function ln(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(...
function hn (line 1) | function hn(t,n,e,r,o){var i=t*t,a=i*t;return((1-3*t+3*i-a)*n+(4-6*i+3*a...
function vn (line 1) | function vn(t,n){return function(e){return t+e*n}}
function yn (line 1) | function yn(t){return 1===(t=+t)?dn:function(n,e){return e-n?function(t,...
function dn (line 1) | function dn(t,n){var e=n-t;return e?vn(t,e):pn(isNaN(t)?n:t)}
function r (line 1) | function r(t,n){var r=e((t=en(t)).r,(n=en(n)).r),o=e(t.g,n.g),i=e(t.b,n....
function mn (line 1) | function mn(t){return function(n){var e,r,o=n.length,i=new Array(o),a=ne...
function In (line 1) | function In(){return Tn||(Pn(Bn),Tn=Nn.now()+zn)}
function Bn (line 1) | function Bn(){Tn=0}
function Cn (line 1) | function Cn(){this._call=this._time=this._next=null}
function Rn (line 1) | function Rn(t,n,e){var r=new Cn;return r.restart(t,n,e),r}
function Dn (line 1) | function Dn(){Tn=(Sn=Nn.now())+zn,kn=Mn=0;try{!function(){In(),++kn;for(...
function qn (line 1) | function qn(){var t=Nn.now(),n=t-Sn;n>1e3&&(zn-=n,Sn=t)}
function Xn (line 1) | function Xn(t){kn||(Mn&&(Mn=clearTimeout(Mn)),t-Tn>24?(t<1/0&&(Mn=setTim...
function i (line 1) | function i(t){e.state=1,e.timer.restart(a,e.delay,e.time),e.delay<=t&&a(...
function a (line 1) | function a(i){var s,f,l,h;if(1!==e.state)return c();for(s in o)if((h=o[s...
function u (line 1) | function u(n){for(var o=n<e.duration?e.ease.call(null,n/e.duration):(e.t...
function c (line 1) | function c(){for(var r in e.state=6,e.timer.stop(),delete o[n],o)return;...
function Vn (line 1) | function Vn(t,n){var e=Hn(t,n);if(e.state>0)throw new Error("too late; a...
function Fn (line 1) | function Fn(t,n){var e=Hn(t,n);if(e.state>3)throw new Error("too late; a...
function Hn (line 1) | function Hn(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("...
function Zn (line 1) | function Zn(t,n,e,r){function o(t){return t.length?t.pop()+" ":""}return...
function ee (line 1) | function ee(t,n){var e,r;return function(){var o=Fn(this,t),i=o.tween;if...
function re (line 1) | function re(t,n,e){var r,o;if("function"!==typeof e)throw new Error;retu...
function oe (line 1) | function oe(t,n,e){var r=t._id;return t.each((function(){var t=Fn(this,r...
function ae (line 1) | function ae(t){return function(){this.removeAttribute(t)}}
function ue (line 1) | function ue(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function ce (line 1) | function ce(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function se (line 1) | function se(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function fe (line 1) | function fe(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function le (line 1) | function le(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function he (line 1) | function he(t,n){return function(e){this.setAttribute(t,n.call(this,e))}}
function pe (line 1) | function pe(t,n){return function(e){this.setAttributeNS(t.space,t.local,...
function ve (line 1) | function ve(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function ye (line 1) | function ye(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function de (line 1) | function de(t,n){return function(){Vn(this,t).delay=+n.apply(this,argume...
function ge (line 1) | function ge(t,n){return n=+n,function(){Vn(this,t).delay=n}}
function me (line 1) | function me(t,n){return function(){Fn(this,t).duration=+n.apply(this,arg...
function be (line 1) | function be(t,n){return n=+n,function(){Fn(this,t).duration=n}}
function _e (line 1) | function _e(t,n){if("function"!==typeof n)throw new Error;return functio...
function we (line 1) | function we(t,n,e){var r,o,i=function(t){return(t+"").trim().split(/^|\s...
function xe (line 1) | function xe(t){return function(){this.style.removeProperty(t)}}
function Oe (line 1) | function Oe(t,n,e){return function(r){this.style.setProperty(t,n.call(th...
function Ae (line 1) | function Ae(t,n,e){var r,o;function i(){var i=n.apply(this,arguments);re...
function ke (line 1) | function ke(t){return function(n){this.textContent=t.call(this,n)}}
function Me (line 1) | function Me(t){var n,e;function r(){var r=t.apply(this,arguments);return...
function Se (line 1) | function Se(t,n,e,r){this._groups=t,this._parents=n,this._name=e,this._i...
function Te (line 1) | function Te(){return++Ee}
function Pe (line 1) | function Pe(t,n){for(var e;!(e=t.__transition)||!(e=e[n]);)if(!(t=t.pare...
function Ie (line 1) | function Ie(t){return[+t[0],+t[1]]}
function Be (line 1) | function Be(t){return[Ie(t[0]),Ie(t[1])]}
function Ce (line 1) | function Ce(t){return{type:t}}
function Re (line 1) | function Re(t){var n=0,e=t.children,r=e&&e.length;if(r)for(;--r>=0;)n+=e...
function qe (line 1) | function qe(){var t,n,e,r,o,i;return xt.a.wrap((function(a){for(;;)switc...
function Xe (line 1) | function Xe(t,n){t instanceof Map?(t=[void 0,t],void 0===n&&(n=Le)):void...
function Ue (line 1) | function Ue(t){return t.children}
function Le (line 1) | function Le(t){return Array.isArray(t)?t[1]:null}
function Ye (line 1) | function Ye(t){void 0!==t.data.value&&(t.value=t.data.value),t.data=t.da...
function $e (line 1) | function $e(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}
function Ve (line 1) | function Ve(t){this.data=t,this.depth=this.height=0,this.parent=null}
function e (line 1) | function e(t,e,r,o,i){!function(t,n,e,r,o,i){for(var a,u,c,s,f,l,h,p,v,y...
function Ke (line 1) | function Ke(t){if("function"!==typeof t)throw new Error;return t}
function Je (line 1) | function Je(){return 0}
function f (line 1) | function f(t){return t.x0=t.y0=0,t.x1=e,t.y1=r,t.eachBefore(l),o=[0],n&&...
function l (line 1) | function l(n){var e=o[n.depth],r=n.x0+e,f=n.y0+e,l=n.x1-e,h=n.y1-e;l<r&&...
function tr (line 1) | function tr(t){return((t=Math.exp(t))+1/t)/2}
function o (line 1) | function o(t,o){var i,a,u=t[0],c=t[1],s=t[2],f=o[0],l=o[1],h=o[2],p=f-u,...
function rr (line 1) | function rr(t,n){var e=n.sourceEvent,r=n.target,o=n.transform,i=n.dispat...
function or (line 1) | function or(t,n,e){this.k=t,this.x=n,this.y=e}
function ar (line 1) | function ar(t){t.stopImmediatePropagation()}
function cr (line 1) | function cr(t){return(!t.ctrlKey||"wheel"===t.type)&&!t.button}
function sr (line 1) | function sr(){var t=this;return t instanceof SVGElement?(t=t.ownerSVGEle...
function fr (line 1) | function fr(){return this.__zoom||ir}
function lr (line 1) | function lr(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*...
function hr (line 1) | function hr(){return navigator.maxTouchPoints||"ontouchstart"in this}
function pr (line 1) | function pr(t,n,e){var r=t.invertX(n[0][0])-e[0][0],o=t.invertX(n[1][0])...
function g (line 1) | function g(t){t.property("__zoom",fr).on("wheel.zoom",O).on("mousedown.z...
function m (line 1) | function m(t,n){return(n=Math.max(c[0],Math.min(c[1],n)))===t.k?t:new or...
function b (line 1) | function b(t,n,e){var r=n[0]-e[0]*t.k,o=n[1]-e[1]*t.k;return r===t.x&&o=...
function _ (line 1) | function _(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}
function w (line 1) | function w(t,n,e,r){t.on("start.zoom",(function(){j(this,arguments).even...
function j (line 1) | function j(t,n,e){return!e&&t.__zooming||new x(t,n)}
function x (line 1) | function x(t,n){this.that=t,this.args=n,this.active=0,this.sourceEvent=n...
function O (line 1) | function O(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),o=1;o<n;...
function A (line 1) | function A(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;...
function k (line 1) | function k(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;...
function M (line 1) | function M(e){for(var o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;...
function E (line 1) | function E(t){if(this.__zooming){for(var n=arguments.length,e=new Array(...
function S (line 1) | function S(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;...
function r (line 1) | function r(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a ...
function r (line 1) | function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.en...
function o (line 1) | function o(t,n,e){return n&&r(t.prototype,n),e&&r(t,e),t}
function r (line 1) | function r(t){return(r=Object.setPrototypeOf?Object.getPrototypeOf:funct...
function o (line 1) | function o(t){return(o="function"===typeof Symbol&&"symbol"===typeof Sym...
function i (line 1) | function i(t,n){return!n||"object"!==o(n)&&"function"!==typeof n?functio...
function a (line 1) | function a(t){var n=function(){if("undefined"===typeof Reflect||!Reflect...
function r (line 1) | function r(t,n){return(r=Object.setPrototypeOf||function(t,n){return t._...
function o (line 1) | function o(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("...
function l (line 1) | function l(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function $ (line 1) | function $(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function Z (line 1) | function Z(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function et (line 1) | function et(t){var n=this.__data__=new h(t);this.size=n.size}
function t (line 1) | function t(){}
function m (line 1) | function m(n){var e=o,r=a;return o=a=void 0,l=n,c=t.apply(r,e)}
function b (line 1) | function b(t){return l=t,s=setTimeout(w,n),h?m(t):c}
function _ (line 1) | function _(t){var e=t-f;return void 0===f||e>=n||e<0||p&&t-l>=u}
function w (line 1) | function w(){var t=i();if(_(t))return j(t);s=setTimeout(w,function(t){va...
function j (line 1) | function j(t){return s=void 0,g&&o?m(t):(o=a=void 0,c)}
function x (line 1) | function x(){var t=i(),e=_(t);if(o=arguments,a=this,f=t,e){if(void 0===s...
FILE: extensions/analyse-viewer/static/js/2.273904b0.chunk.js
function o (line 1) | function o(t,n){var e;if("undefined"===typeof Symbol||null==t[Symbol.ite...
function o (line 1) | function o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){va...
function i (line 1) | function i(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[...
function r (line 1) | function r(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enume...
function o (line 1) | function o(t,n){return function(t){if(Array.isArray(t))return t}(t)||fun...
function o (line 1) | function o(t,n){if(t){if("string"===typeof t)return Object(r.a)(t,n);var...
function e (line 1) | function e(t,n){for(var e=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t....
function r (line 1) | function r(t,n){if(t.filter)return t.filter(n);for(var e=[],r=0;r<t.leng...
function r (line 1) | function r(t){for(var n=0;n<t.length&&""===t[n];n++);for(var e=t.length-...
function r (line 1) | function r(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Ar...
function i (line 1) | function i(){throw new Error("setTimeout has not been defined")}
function a (line 1) | function a(){throw new Error("clearTimeout has not been defined")}
function u (line 1) | function u(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&s...
function h (line 1) | function h(){f&&c&&(f=!1,c.length?s=c.concat(s):l=-1,s.length&&p())}
function p (line 1) | function p(){if(!f){var t=u(h);f=!0;for(var n=s.length;n;){for(c=s,s=[];...
function v (line 1) | function v(t,n){this.fun=t,this.array=n}
function y (line 1) | function y(){}
function i (line 1) | function i(){for(var t,n=0,e=arguments.length,r={};n<e;++n){if(!(t=argum...
function a (line 1) | function a(t){this._=t}
function u (line 1) | function u(t,n){return t.trim().split(/^|\s+/).map((function(t){var e=""...
function c (line 1) | function c(t,n){for(var e,r=0,o=t.length;r<o;++r)if((e=t[r]).name===n)re...
function s (line 1) | function s(t,n,e){for(var r=0,i=t.length;r<i;++r)if(t[r].name===n){t[r]=...
function h (line 1) | function h(){}
function y (line 1) | function y(){return[]}
function m (line 1) | function m(t){return function(n){return n.matches(t)}}
function _ (line 1) | function _(){return this.firstElementChild}
function j (line 1) | function j(){return this.children}
function O (line 1) | function O(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.n...
function k (line 1) | function k(t,n,e,r,o,i){for(var a,u=0,c=n.length,s=i.length;u<s;++u)(a=n...
function M (line 1) | function M(t,n,e,r,o,i,a){var u,c,s,f=new Map,l=n.length,h=i.length,p=ne...
function E (line 1) | function E(t){return t.__data__}
function S (line 1) | function S(t,n){return t<n?-1:t>n?1:t>=n?0:NaN}
function P (line 1) | function P(t){return function(){this.removeAttribute(t)}}
function I (line 1) | function I(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function B (line 1) | function B(t,n){return function(){this.setAttribute(t,n)}}
function C (line 1) | function C(t,n){return function(){this.setAttributeNS(t.space,t.local,n)}}
function R (line 1) | function R(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function D (line 1) | function D(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function X (line 1) | function X(t){return function(){this.style.removeProperty(t)}}
function U (line 1) | function U(t,n,e){return function(){this.style.setProperty(t,n,e)}}
function L (line 1) | function L(t,n,e){return function(){var r=n.apply(this,arguments);null==...
function Y (line 1) | function Y(t,n){return t.style.getPropertyValue(n)||q(t).getComputedStyl...
function $ (line 1) | function $(t){return function(){delete this[t]}}
function V (line 1) | function V(t,n){return function(){this[t]=n}}
function F (line 1) | function F(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function H (line 1) | function H(t){return t.trim().split(/^|\s+/)}
function W (line 1) | function W(t){return t.classList||new G(t)}
function G (line 1) | function G(t){this._node=t,this._names=H(t.getAttribute("class")||"")}
function K (line 1) | function K(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.add(n[r])}
function J (line 1) | function J(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.remove(n[r])}
function Q (line 1) | function Q(t){return function(){K(this,t)}}
function Z (line 1) | function Z(t){return function(){J(this,t)}}
function tt (line 1) | function tt(t,n){return function(){(n.apply(this,arguments)?K:J)(this,t)}}
function nt (line 1) | function nt(){this.textContent=""}
function et (line 1) | function et(t){return function(){this.textContent=t}}
function rt (line 1) | function rt(t){return function(){var n=t.apply(this,arguments);this.text...
function ot (line 1) | function ot(){this.innerHTML=""}
function it (line 1) | function it(t){return function(){this.innerHTML=t}}
function at (line 1) | function at(t){return function(){var n=t.apply(this,arguments);this.inne...
function ut (line 1) | function ut(){this.nextSibling&&this.parentNode.appendChild(this)}
function ct (line 1) | function ct(){this.previousSibling&&this.parentNode.insertBefore(this,th...
function st (line 1) | function st(t){return function(){var n=this.ownerDocument,e=this.namespa...
function ft (line 1) | function ft(t){return function(){return this.ownerDocument.createElement...
function ht (line 1) | function ht(){return null}
function pt (line 1) | function pt(){var t=this.parentNode;t&&t.removeChild(this)}
function vt (line 1) | function vt(){var t=this.cloneNode(!1),n=this.parentNode;return n?n.inse...
function yt (line 1) | function yt(){var t=this.cloneNode(!0),n=this.parentNode;return n?n.inse...
function dt (line 1) | function dt(t){return t.trim().split(/^|\s+/).map((function(t){var n="",...
function gt (line 1) | function gt(t){return function(){var n=this.__on;if(n){for(var e,r=0,o=-...
function mt (line 1) | function mt(t,n,e){return function(){var r,o=this.__on,i=function(t){ret...
function bt (line 1) | function bt(t,n,e){var r=q(t),o=r.CustomEvent;"function"===typeof o?o=ne...
function _t (line 1) | function _t(t,n){return function(){return bt(this,t,n)}}
function wt (line 1) | function wt(t,n){return function(){return bt(this,t,n.apply(this,argumen...
function At (line 1) | function At(){var t,n,e,r,o,i,a;return xt.a.wrap((function(u){for(;;)swi...
function Mt (line 1) | function Mt(t,n){this._groups=t,this._parents=n}
function Et (line 1) | function Et(){return new Mt([[document.documentElement]],kt)}
function n (line 1) | function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}
function Pt (line 1) | function Pt(t,n){var e=t.document.documentElement,r=Tt(t).on("dragstart....
function Bt (line 1) | function Bt(t,n){var e=Object.create(t.prototype);for(var r in n)e[r]=n[...
function Ct (line 1) | function Ct(){}
function Kt (line 1) | function Kt(){return this.rgb().formatHex()}
function Jt (line 1) | function Jt(){return this.rgb().formatRgb()}
function Qt (line 1) | function Qt(t){var n,e;return t=(t+"").trim().toLowerCase(),(n=Lt.exec(t...
function Zt (line 1) | function Zt(t){return new rn(t>>16&255,t>>8&255,255&t,1)}
function tn (line 1) | function tn(t,n,e,r){return r<=0&&(t=n=e=NaN),new rn(t,n,e,r)}
function nn (line 1) | function nn(t){return t instanceof Ct||(t=Qt(t)),t?new rn((t=t.rgb()).r,...
function en (line 1) | function en(t,n,e,r){return 1===arguments.length?nn(t):new rn(t,n,e,null...
function rn (line 1) | function rn(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}
function on (line 1) | function on(){return"#"+un(this.r)+un(this.g)+un(this.b)}
function an (line 1) | function an(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Mat...
function un (line 1) | function un(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?...
function cn (line 1) | function cn(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=N...
function sn (line 1) | function sn(t){if(t instanceof fn)return new fn(t.h,t.s,t.l,t.opacity);i...
function fn (line 1) | function fn(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}
function ln (line 1) | function ln(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(...
function hn (line 1) | function hn(t,n,e,r,o){var i=t*t,a=i*t;return((1-3*t+3*i-a)*n+(4-6*i+3*a...
function vn (line 1) | function vn(t,n){return function(e){return t+e*n}}
function yn (line 1) | function yn(t){return 1===(t=+t)?dn:function(n,e){return e-n?function(t,...
function dn (line 1) | function dn(t,n){var e=n-t;return e?vn(t,e):pn(isNaN(t)?n:t)}
function r (line 1) | function r(t,n){var r=e((t=en(t)).r,(n=en(n)).r),o=e(t.g,n.g),i=e(t.b,n....
function mn (line 1) | function mn(t){return function(n){var e,r,o=n.length,i=new Array(o),a=ne...
function In (line 1) | function In(){return Tn||(Pn(Bn),Tn=Nn.now()+zn)}
function Bn (line 1) | function Bn(){Tn=0}
function Cn (line 1) | function Cn(){this._call=this._time=this._next=null}
function Rn (line 1) | function Rn(t,n,e){var r=new Cn;return r.restart(t,n,e),r}
function Dn (line 1) | function Dn(){Tn=(Sn=Nn.now())+zn,kn=Mn=0;try{!function(){In(),++kn;for(...
function qn (line 1) | function qn(){var t=Nn.now(),n=t-Sn;n>1e3&&(zn-=n,Sn=t)}
function Xn (line 1) | function Xn(t){kn||(Mn&&(Mn=clearTimeout(Mn)),t-Tn>24?(t<1/0&&(Mn=setTim...
function i (line 1) | function i(t){e.state=1,e.timer.restart(a,e.delay,e.time),e.delay<=t&&a(...
function a (line 1) | function a(i){var s,f,l,h;if(1!==e.state)return c();for(s in o)if((h=o[s...
function u (line 1) | function u(n){for(var o=n<e.duration?e.ease.call(null,n/e.duration):(e.t...
function c (line 1) | function c(){for(var r in e.state=6,e.timer.stop(),delete o[n],o)return;...
function Vn (line 1) | function Vn(t,n){var e=Hn(t,n);if(e.state>0)throw new Error("too late; a...
function Fn (line 1) | function Fn(t,n){var e=Hn(t,n);if(e.state>3)throw new Error("too late; a...
function Hn (line 1) | function Hn(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("...
function Zn (line 1) | function Zn(t,n,e,r){function o(t){return t.length?t.pop()+" ":""}return...
function ee (line 1) | function ee(t,n){var e,r;return function(){var o=Fn(this,t),i=o.tween;if...
function re (line 1) | function re(t,n,e){var r,o;if("function"!==typeof e)throw new Error;retu...
function oe (line 1) | function oe(t,n,e){var r=t._id;return t.each((function(){var t=Fn(this,r...
function ae (line 1) | function ae(t){return function(){this.removeAttribute(t)}}
function ue (line 1) | function ue(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function ce (line 1) | function ce(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function se (line 1) | function se(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function fe (line 1) | function fe(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function le (line 1) | function le(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function he (line 1) | function he(t,n){return function(e){this.setAttribute(t,n.call(this,e))}}
function pe (line 1) | function pe(t,n){return function(e){this.setAttributeNS(t.space,t.local,...
function ve (line 1) | function ve(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function ye (line 1) | function ye(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function de (line 1) | function de(t,n){return function(){Vn(this,t).delay=+n.apply(this,argume...
function ge (line 1) | function ge(t,n){return n=+n,function(){Vn(this,t).delay=n}}
function me (line 1) | function me(t,n){return function(){Fn(this,t).duration=+n.apply(this,arg...
function be (line 1) | function be(t,n){return n=+n,function(){Fn(this,t).duration=n}}
function _e (line 1) | function _e(t,n){if("function"!==typeof n)throw new Error;return functio...
function we (line 1) | function we(t,n,e){var r,o,i=function(t){return(t+"").trim().split(/^|\s...
function xe (line 1) | function xe(t){return function(){this.style.removeProperty(t)}}
function Oe (line 1) | function Oe(t,n,e){return function(r){this.style.setProperty(t,n.call(th...
function Ae (line 1) | function Ae(t,n,e){var r,o;function i(){var i=n.apply(this,arguments);re...
function ke (line 1) | function ke(t){return function(n){this.textContent=t.call(this,n)}}
function Me (line 1) | function Me(t){var n,e;function r(){var r=t.apply(this,arguments);return...
function Se (line 1) | function Se(t,n,e,r){this._groups=t,this._parents=n,this._name=e,this._i...
function Te (line 1) | function Te(){return++Ee}
function Pe (line 1) | function Pe(t,n){for(var e;!(e=t.__transition)||!(e=e[n]);)if(!(t=t.pare...
function Ie (line 1) | function Ie(t){return[+t[0],+t[1]]}
function Be (line 1) | function Be(t){return[Ie(t[0]),Ie(t[1])]}
function Ce (line 1) | function Ce(t){return{type:t}}
function Re (line 1) | function Re(t){var n=0,e=t.children,r=e&&e.length;if(r)for(;--r>=0;)n+=e...
function qe (line 1) | function qe(){var t,n,e,r,o,i;return xt.a.wrap((function(a){for(;;)switc...
function Xe (line 1) | function Xe(t,n){t instanceof Map?(t=[void 0,t],void 0===n&&(n=Le)):void...
function Ue (line 1) | function Ue(t){return t.children}
function Le (line 1) | function Le(t){return Array.isArray(t)?t[1]:null}
function Ye (line 1) | function Ye(t){void 0!==t.data.value&&(t.value=t.data.value),t.data=t.da...
function $e (line 1) | function $e(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}
function Ve (line 1) | function Ve(t){this.data=t,this.depth=this.height=0,this.parent=null}
function e (line 1) | function e(t,e,r,o,i){!function(t,n,e,r,o,i){for(var a,u,c,s,f,l,h,p,v,y...
function Ke (line 1) | function Ke(t){if("function"!==typeof t)throw new Error;return t}
function Je (line 1) | function Je(){return 0}
function f (line 1) | function f(t){return t.x0=t.y0=0,t.x1=e,t.y1=r,t.eachBefore(l),o=[0],n&&...
function l (line 1) | function l(n){var e=o[n.depth],r=n.x0+e,f=n.y0+e,l=n.x1-e,h=n.y1-e;l<r&&...
function tr (line 1) | function tr(t){return((t=Math.exp(t))+1/t)/2}
function o (line 1) | function o(t,o){var i,a,u=t[0],c=t[1],s=t[2],f=o[0],l=o[1],h=o[2],p=f-u,...
function rr (line 1) | function rr(t,n){var e=n.sourceEvent,r=n.target,o=n.transform,i=n.dispat...
function or (line 1) | function or(t,n,e){this.k=t,this.x=n,this.y=e}
function ar (line 1) | function ar(t){t.stopImmediatePropagation()}
function cr (line 1) | function cr(t){return(!t.ctrlKey||"wheel"===t.type)&&!t.button}
function sr (line 1) | function sr(){var t=this;return t instanceof SVGElement?(t=t.ownerSVGEle...
function fr (line 1) | function fr(){return this.__zoom||ir}
function lr (line 1) | function lr(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*...
function hr (line 1) | function hr(){return navigator.maxTouchPoints||"ontouchstart"in this}
function pr (line 1) | function pr(t,n,e){var r=t.invertX(n[0][0])-e[0][0],o=t.invertX(n[1][0])...
function g (line 1) | function g(t){t.property("__zoom",fr).on("wheel.zoom",O).on("mousedown.z...
function m (line 1) | function m(t,n){return(n=Math.max(c[0],Math.min(c[1],n)))===t.k?t:new or...
function b (line 1) | function b(t,n,e){var r=n[0]-e[0]*t.k,o=n[1]-e[1]*t.k;return r===t.x&&o=...
function _ (line 1) | function _(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}
function w (line 1) | function w(t,n,e,r){t.on("start.zoom",(function(){j(this,arguments).even...
function j (line 1) | function j(t,n,e){return!e&&t.__zooming||new x(t,n)}
function x (line 1) | function x(t,n){this.that=t,this.args=n,this.active=0,this.sourceEvent=n...
function O (line 1) | function O(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),o=1;o<n;...
function A (line 1) | function A(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;...
function k (line 1) | function k(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;...
function M (line 1) | function M(e){for(var o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;...
function E (line 1) | function E(t){if(this.__zooming){for(var n=arguments.length,e=new Array(...
function S (line 1) | function S(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;...
function r (line 1) | function r(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a ...
function r (line 1) | function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.en...
function o (line 1) | function o(t,n,e){return n&&r(t.prototype,n),e&&r(t,e),t}
function r (line 1) | function r(t){return(r=Object.setPrototypeOf?Object.getPrototypeOf:funct...
function o (line 1) | function o(t){return(o="function"===typeof Symbol&&"symbol"===typeof Sym...
function i (line 1) | function i(t,n){return!n||"object"!==o(n)&&"function"!==typeof n?functio...
function a (line 1) | function a(t){var n=function(){if("undefined"===typeof Reflect||!Reflect...
function r (line 1) | function r(t,n){return(r=Object.setPrototypeOf||function(t,n){return t._...
function o (line 1) | function o(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("...
function l (line 1) | function l(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function $ (line 1) | function $(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function Z (line 1) | function Z(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function et (line 1) | function et(t){var n=this.__data__=new h(t);this.size=n.size}
function t (line 1) | function t(){}
function m (line 1) | function m(n){var e=o,r=a;return o=a=void 0,l=n,c=t.apply(r,e)}
function b (line 1) | function b(t){return l=t,s=setTimeout(w,n),h?m(t):c}
function _ (line 1) | function _(t){var e=t-f;return void 0===f||e>=n||e<0||p&&t-l>=u}
function w (line 1) | function w(){var t=i();if(_(t))return j(t);s=setTimeout(w,function(t){va...
function j (line 1) | function j(t){return s=void 0,g&&o?m(t):(o=a=void 0,c)}
function x (line 1) | function x(){var t=i(),e=_(t);if(o=arguments,a=this,f=t,e){if(void 0===s...
FILE: extensions/analyse-viewer/static/js/2.5b726728.chunk.js
function o (line 1) | function o(t,n){var e;if("undefined"===typeof Symbol||null==t[Symbol.ite...
function o (line 1) | function o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){va...
function i (line 1) | function i(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[...
function r (line 1) | function r(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enume...
function o (line 1) | function o(t,n){return function(t){if(Array.isArray(t))return t}(t)||fun...
function o (line 1) | function o(t,n){if(t){if("string"===typeof t)return Object(r.a)(t,n);var...
function e (line 1) | function e(t,n){for(var e=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t....
function r (line 1) | function r(t,n){if(t.filter)return t.filter(n);for(var e=[],r=0;r<t.leng...
function r (line 1) | function r(t){for(var n=0;n<t.length&&""===t[n];n++);for(var e=t.length-...
function r (line 1) | function r(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Ar...
function i (line 1) | function i(){throw new Error("setTimeout has not been defined")}
function a (line 1) | function a(){throw new Error("clearTimeout has not been defined")}
function u (line 1) | function u(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&s...
function h (line 1) | function h(){f&&c&&(f=!1,c.length?s=c.concat(s):l=-1,s.length&&p())}
function p (line 1) | function p(){if(!f){var t=u(h);f=!0;for(var n=s.length;n;){for(c=s,s=[];...
function v (line 1) | function v(t,n){this.fun=t,this.array=n}
function y (line 1) | function y(){}
function i (line 1) | function i(){for(var t,n=0,e=arguments.length,r={};n<e;++n){if(!(t=argum...
function a (line 1) | function a(t){this._=t}
function u (line 1) | function u(t,n){return t.trim().split(/^|\s+/).map((function(t){var e=""...
function c (line 1) | function c(t,n){for(var e,r=0,o=t.length;r<o;++r)if((e=t[r]).name===n)re...
function s (line 1) | function s(t,n,e){for(var r=0,i=t.length;r<i;++r)if(t[r].name===n){t[r]=...
function h (line 1) | function h(){}
function y (line 1) | function y(){return[]}
function m (line 1) | function m(t){return function(n){return n.matches(t)}}
function _ (line 1) | function _(){return this.firstElementChild}
function j (line 1) | function j(){return this.children}
function O (line 1) | function O(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.n...
function k (line 1) | function k(t,n,e,r,o,i){for(var a,u=0,c=n.length,s=i.length;u<s;++u)(a=n...
function M (line 1) | function M(t,n,e,r,o,i,a){var u,c,s,f=new Map,l=n.length,h=i.length,p=ne...
function E (line 1) | function E(t){return t.__data__}
function S (line 1) | function S(t,n){return t<n?-1:t>n?1:t>=n?0:NaN}
function P (line 1) | function P(t){return function(){this.removeAttribute(t)}}
function I (line 1) | function I(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function B (line 1) | function B(t,n){return function(){this.setAttribute(t,n)}}
function C (line 1) | function C(t,n){return function(){this.setAttributeNS(t.space,t.local,n)}}
function R (line 1) | function R(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function D (line 1) | function D(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function X (line 1) | function X(t){return function(){this.style.removeProperty(t)}}
function U (line 1) | function U(t,n,e){return function(){this.style.setProperty(t,n,e)}}
function L (line 1) | function L(t,n,e){return function(){var r=n.apply(this,arguments);null==...
function Y (line 1) | function Y(t,n){return t.style.getPropertyValue(n)||q(t).getComputedStyl...
function $ (line 1) | function $(t){return function(){delete this[t]}}
function V (line 1) | function V(t,n){return function(){this[t]=n}}
function F (line 1) | function F(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function H (line 1) | function H(t){return t.trim().split(/^|\s+/)}
function W (line 1) | function W(t){return t.classList||new G(t)}
function G (line 1) | function G(t){this._node=t,this._names=H(t.getAttribute("class")||"")}
function K (line 1) | function K(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.add(n[r])}
function J (line 1) | function J(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.remove(n[r])}
function Q (line 1) | function Q(t){return function(){K(this,t)}}
function Z (line 1) | function Z(t){return function(){J(this,t)}}
function tt (line 1) | function tt(t,n){return function(){(n.apply(this,arguments)?K:J)(this,t)}}
function nt (line 1) | function nt(){this.textContent=""}
function et (line 1) | function et(t){return function(){this.textContent=t}}
function rt (line 1) | function rt(t){return function(){var n=t.apply(this,arguments);this.text...
function ot (line 1) | function ot(){this.innerHTML=""}
function it (line 1) | function it(t){return function(){this.innerHTML=t}}
function at (line 1) | function at(t){return function(){var n=t.apply(this,arguments);this.inne...
function ut (line 1) | function ut(){this.nextSibling&&this.parentNode.appendChild(this)}
function ct (line 1) | function ct(){this.previousSibling&&this.parentNode.insertBefore(this,th...
function st (line 1) | function st(t){return function(){var n=this.ownerDocument,e=this.namespa...
function ft (line 1) | function ft(t){return function(){return this.ownerDocument.createElement...
function ht (line 1) | function ht(){return null}
function pt (line 1) | function pt(){var t=this.parentNode;t&&t.removeChild(this)}
function vt (line 1) | function vt(){var t=this.cloneNode(!1),n=this.parentNode;return n?n.inse...
function yt (line 1) | function yt(){var t=this.cloneNode(!0),n=this.parentNode;return n?n.inse...
function dt (line 1) | function dt(t){return t.trim().split(/^|\s+/).map((function(t){var n="",...
function gt (line 1) | function gt(t){return function(){var n=this.__on;if(n){for(var e,r=0,o=-...
function mt (line 1) | function mt(t,n,e){return function(){var r,o=this.__on,i=function(t){ret...
function bt (line 1) | function bt(t,n,e){var r=q(t),o=r.CustomEvent;"function"===typeof o?o=ne...
function _t (line 1) | function _t(t,n){return function(){return bt(this,t,n)}}
function wt (line 1) | function wt(t,n){return function(){return bt(this,t,n.apply(this,argumen...
function At (line 1) | function At(){var t,n,e,r,o,i,a;return xt.a.wrap((function(u){for(;;)swi...
function Mt (line 1) | function Mt(t,n){this._groups=t,this._parents=n}
function Et (line 1) | function Et(){return new Mt([[document.documentElement]],kt)}
function n (line 1) | function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}
function Pt (line 1) | function Pt(t,n){var e=t.document.documentElement,r=Tt(t).on("dragstart....
function Bt (line 1) | function Bt(t,n){var e=Object.create(t.prototype);for(var r in n)e[r]=n[...
function Ct (line 1) | function Ct(){}
function Kt (line 1) | function Kt(){return this.rgb().formatHex()}
function Jt (line 1) | function Jt(){return this.rgb().formatRgb()}
function Qt (line 1) | function Qt(t){var n,e;return t=(t+"").trim().toLowerCase(),(n=Lt.exec(t...
function Zt (line 1) | function Zt(t){return new rn(t>>16&255,t>>8&255,255&t,1)}
function tn (line 1) | function tn(t,n,e,r){return r<=0&&(t=n=e=NaN),new rn(t,n,e,r)}
function nn (line 1) | function nn(t){return t instanceof Ct||(t=Qt(t)),t?new rn((t=t.rgb()).r,...
function en (line 1) | function en(t,n,e,r){return 1===arguments.length?nn(t):new rn(t,n,e,null...
function rn (line 1) | function rn(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}
function on (line 1) | function on(){return"#"+un(this.r)+un(this.g)+un(this.b)}
function an (line 1) | function an(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Mat...
function un (line 1) | function un(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?...
function cn (line 1) | function cn(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=N...
function sn (line 1) | function sn(t){if(t instanceof fn)return new fn(t.h,t.s,t.l,t.opacity);i...
function fn (line 1) | function fn(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}
function ln (line 1) | function ln(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(...
function hn (line 1) | function hn(t,n,e,r,o){var i=t*t,a=i*t;return((1-3*t+3*i-a)*n+(4-6*i+3*a...
function vn (line 1) | function vn(t,n){return function(e){return t+e*n}}
function yn (line 1) | function yn(t){return 1===(t=+t)?dn:function(n,e){return e-n?function(t,...
function dn (line 1) | function dn(t,n){var e=n-t;return e?vn(t,e):pn(isNaN(t)?n:t)}
function r (line 1) | function r(t,n){var r=e((t=en(t)).r,(n=en(n)).r),o=e(t.g,n.g),i=e(t.b,n....
function mn (line 1) | function mn(t){return function(n){var e,r,o=n.length,i=new Array(o),a=ne...
function In (line 1) | function In(){return Tn||(Pn(Bn),Tn=Nn.now()+zn)}
function Bn (line 1) | function Bn(){Tn=0}
function Cn (line 1) | function Cn(){this._call=this._time=this._next=null}
function Rn (line 1) | function Rn(t,n,e){var r=new Cn;return r.restart(t,n,e),r}
function Dn (line 1) | function Dn(){Tn=(Sn=Nn.now())+zn,kn=Mn=0;try{!function(){In(),++kn;for(...
function qn (line 1) | function qn(){var t=Nn.now(),n=t-Sn;n>1e3&&(zn-=n,Sn=t)}
function Xn (line 1) | function Xn(t){kn||(Mn&&(Mn=clearTimeout(Mn)),t-Tn>24?(t<1/0&&(Mn=setTim...
function i (line 1) | function i(t){e.state=1,e.timer.restart(a,e.delay,e.time),e.delay<=t&&a(...
function a (line 1) | function a(i){var s,f,l,h;if(1!==e.state)return c();for(s in o)if((h=o[s...
function u (line 1) | function u(n){for(var o=n<e.duration?e.ease.call(null,n/e.duration):(e.t...
function c (line 1) | function c(){for(var r in e.state=6,e.timer.stop(),delete o[n],o)return;...
function Vn (line 1) | function Vn(t,n){var e=Hn(t,n);if(e.state>0)throw new Error("too late; a...
function Fn (line 1) | function Fn(t,n){var e=Hn(t,n);if(e.state>3)throw new Error("too late; a...
function Hn (line 1) | function Hn(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("...
function Zn (line 1) | function Zn(t,n,e,r){function o(t){return t.length?t.pop()+" ":""}return...
function ee (line 1) | function ee(t,n){var e,r;return function(){var o=Fn(this,t),i=o.tween;if...
function re (line 1) | function re(t,n,e){var r,o;if("function"!==typeof e)throw new Error;retu...
function oe (line 1) | function oe(t,n,e){var r=t._id;return t.each((function(){var t=Fn(this,r...
function ae (line 1) | function ae(t){return function(){this.removeAttribute(t)}}
function ue (line 1) | function ue(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function ce (line 1) | function ce(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function se (line 1) | function se(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function fe (line 1) | function fe(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function le (line 1) | function le(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function he (line 1) | function he(t,n){return function(e){this.setAttribute(t,n.call(this,e))}}
function pe (line 1) | function pe(t,n){return function(e){this.setAttributeNS(t.space,t.local,...
function ve (line 1) | function ve(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function ye (line 1) | function ye(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function de (line 1) | function de(t,n){return function(){Vn(this,t).delay=+n.apply(this,argume...
function ge (line 1) | function ge(t,n){return n=+n,function(){Vn(this,t).delay=n}}
function me (line 1) | function me(t,n){return function(){Fn(this,t).duration=+n.apply(this,arg...
function be (line 1) | function be(t,n){return n=+n,function(){Fn(this,t).duration=n}}
function _e (line 1) | function _e(t,n){if("function"!==typeof n)throw new Error;return functio...
function we (line 1) | function we(t,n,e){var r,o,i=function(t){return(t+"").trim().split(/^|\s...
function xe (line 1) | function xe(t){return function(){this.style.removeProperty(t)}}
function Oe (line 1) | function Oe(t,n,e){return function(r){this.style.setProperty(t,n.call(th...
function Ae (line 1) | function Ae(t,n,e){var r,o;function i(){var i=n.apply(this,arguments);re...
function ke (line 1) | function ke(t){return function(n){this.textContent=t.call(this,n)}}
function Me (line 1) | function Me(t){var n,e;function r(){var r=t.apply(this,arguments);return...
function Se (line 1) | function Se(t,n,e,r){this._groups=t,this._parents=n,this._name=e,this._i...
function Te (line 1) | function Te(){return++Ee}
function Pe (line 1) | function Pe(t,n){for(var e;!(e=t.__transition)||!(e=e[n]);)if(!(t=t.pare...
function Ie (line 1) | function Ie(t){return[+t[0],+t[1]]}
function Be (line 1) | function Be(t){return[Ie(t[0]),Ie(t[1])]}
function Ce (line 1) | function Ce(t){return{type:t}}
function Re (line 1) | function Re(t){var n=0,e=t.children,r=e&&e.length;if(r)for(;--r>=0;)n+=e...
function qe (line 1) | function qe(){var t,n,e,r,o,i;return xt.a.wrap((function(a){for(;;)switc...
function Xe (line 1) | function Xe(t,n){t instanceof Map?(t=[void 0,t],void 0===n&&(n=Le)):void...
function Ue (line 1) | function Ue(t){return t.children}
function Le (line 1) | function Le(t){return Array.isArray(t)?t[1]:null}
function Ye (line 1) | function Ye(t){void 0!==t.data.value&&(t.value=t.data.value),t.data=t.da...
function $e (line 1) | function $e(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}
function Ve (line 1) | function Ve(t){this.data=t,this.depth=this.height=0,this.parent=null}
function e (line 1) | function e(t,e,r,o,i){!function(t,n,e,r,o,i){for(var a,u,c,s,f,l,h,p,v,y...
function Ke (line 1) | function Ke(t){if("function"!==typeof t)throw new Error;return t}
function Je (line 1) | function Je(){return 0}
function f (line 1) | function f(t){return t.x0=t.y0=0,t.x1=e,t.y1=r,t.eachBefore(l),o=[0],n&&...
function l (line 1) | function l(n){var e=o[n.depth],r=n.x0+e,f=n.y0+e,l=n.x1-e,h=n.y1-e;l<r&&...
function tr (line 1) | function tr(t){return((t=Math.exp(t))+1/t)/2}
function o (line 1) | function o(t,o){var i,a,u=t[0],c=t[1],s=t[2],f=o[0],l=o[1],h=o[2],p=f-u,...
function rr (line 1) | function rr(t,n){var e=n.sourceEvent,r=n.target,o=n.transform,i=n.dispat...
function or (line 1) | function or(t,n,e){this.k=t,this.x=n,this.y=e}
function ar (line 1) | function ar(t){t.stopImmediatePropagation()}
function cr (line 1) | function cr(t){return(!t.ctrlKey||"wheel"===t.type)&&!t.button}
function sr (line 1) | function sr(){var t=this;return t instanceof SVGElement?(t=t.ownerSVGEle...
function fr (line 1) | function fr(){return this.__zoom||ir}
function lr (line 1) | function lr(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*...
function hr (line 1) | function hr(){return navigator.maxTouchPoints||"ontouchstart"in this}
function pr (line 1) | function pr(t,n,e){var r=t.invertX(n[0][0])-e[0][0],o=t.invertX(n[1][0])...
function g (line 1) | function g(t){t.property("__zoom",fr).on("wheel.zoom",O).on("mousedown.z...
function m (line 1) | function m(t,n){return(n=Math.max(c[0],Math.min(c[1],n)))===t.k?t:new or...
function b (line 1) | function b(t,n,e){var r=n[0]-e[0]*t.k,o=n[1]-e[1]*t.k;return r===t.x&&o=...
function _ (line 1) | function _(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}
function w (line 1) | function w(t,n,e,r){t.on("start.zoom",(function(){j(this,arguments).even...
function j (line 1) | function j(t,n,e){return!e&&t.__zooming||new x(t,n)}
function x (line 1) | function x(t,n){this.that=t,this.args=n,this.active=0,this.sourceEvent=n...
function O (line 1) | function O(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),o=1;o<n;...
function A (line 1) | function A(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;...
function k (line 1) | function k(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;...
function M (line 1) | function M(e){for(var o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;...
function E (line 1) | function E(t){if(this.__zooming){for(var n=arguments.length,e=new Array(...
function S (line 1) | function S(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;...
function r (line 1) | function r(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a ...
function r (line 1) | function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.en...
function o (line 1) | function o(t,n,e){return n&&r(t.prototype,n),e&&r(t,e),t}
function r (line 1) | function r(t){return(r=Object.setPrototypeOf?Object.getPrototypeOf:funct...
function o (line 1) | function o(t){return(o="function"===typeof Symbol&&"symbol"===typeof Sym...
function i (line 1) | function i(t,n){return!n||"object"!==o(n)&&"function"!==typeof n?functio...
function a (line 1) | function a(t){var n=function(){if("undefined"===typeof Reflect||!Reflect...
function r (line 1) | function r(t,n){return(r=Object.setPrototypeOf||function(t,n){return t._...
function o (line 1) | function o(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("...
function l (line 1) | function l(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function $ (line 1) | function $(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function Z (line 1) | function Z(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function et (line 1) | function et(t){var n=this.__data__=new h(t);this.size=n.size}
function t (line 1) | function t(){}
function m (line 1) | function m(n){var e=o,r=a;return o=a=void 0,l=n,c=t.apply(r,e)}
function b (line 1) | function b(t){return l=t,s=setTimeout(w,n),h?m(t):c}
function _ (line 1) | function _(t){var e=t-f;return void 0===f||e>=n||e<0||p&&t-l>=u}
function w (line 1) | function w(){var t=i();if(_(t))return j(t);s=setTimeout(w,function(t){va...
function j (line 1) | function j(t){return s=void 0,g&&o?m(t):(o=a=void 0,c)}
function x (line 1) | function x(){var t=i(),e=_(t);if(o=arguments,a=this,f=t,e){if(void 0===s...
FILE: extensions/analyse-viewer/static/js/2.a94c24bf.chunk.js
function o (line 1) | function o(t,n){var e;if("undefined"===typeof Symbol||null==t[Symbol.ite...
function o (line 1) | function o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){va...
function i (line 1) | function i(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[...
function r (line 1) | function r(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enume...
function o (line 1) | function o(t,n){return function(t){if(Array.isArray(t))return t}(t)||fun...
function o (line 1) | function o(t,n){if(t){if("string"===typeof t)return Object(r.a)(t,n);var...
function e (line 1) | function e(t,n){for(var e=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t....
function r (line 1) | function r(t,n){if(t.filter)return t.filter(n);for(var e=[],r=0;r<t.leng...
function r (line 1) | function r(t){for(var n=0;n<t.length&&""===t[n];n++);for(var e=t.length-...
function r (line 1) | function r(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Ar...
function i (line 1) | function i(){throw new Error("setTimeout has not been defined")}
function a (line 1) | function a(){throw new Error("clearTimeout has not been defined")}
function u (line 1) | function u(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&s...
function h (line 1) | function h(){f&&c&&(f=!1,c.length?s=c.concat(s):l=-1,s.length&&p())}
function p (line 1) | function p(){if(!f){var t=u(h);f=!0;for(var n=s.length;n;){for(c=s,s=[];...
function v (line 1) | function v(t,n){this.fun=t,this.array=n}
function y (line 1) | function y(){}
function i (line 1) | function i(){for(var t,n=0,e=arguments.length,r={};n<e;++n){if(!(t=argum...
function a (line 1) | function a(t){this._=t}
function u (line 1) | function u(t,n){return t.trim().split(/^|\s+/).map((function(t){var e=""...
function c (line 1) | function c(t,n){for(var e,r=0,o=t.length;r<o;++r)if((e=t[r]).name===n)re...
function s (line 1) | function s(t,n,e){for(var r=0,i=t.length;r<i;++r)if(t[r].name===n){t[r]=...
function h (line 1) | function h(){}
function y (line 1) | function y(){return[]}
function m (line 1) | function m(t){return function(n){return n.matches(t)}}
function _ (line 1) | function _(){return this.firstElementChild}
function j (line 1) | function j(){return this.children}
function O (line 1) | function O(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.n...
function k (line 1) | function k(t,n,e,r,o,i){for(var a,u=0,c=n.length,s=i.length;u<s;++u)(a=n...
function M (line 1) | function M(t,n,e,r,o,i,a){var u,c,s,f=new Map,l=n.length,h=i.length,p=ne...
function E (line 1) | function E(t){return t.__data__}
function S (line 1) | function S(t,n){return t<n?-1:t>n?1:t>=n?0:NaN}
function P (line 1) | function P(t){return function(){this.removeAttribute(t)}}
function I (line 1) | function I(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function B (line 1) | function B(t,n){return function(){this.setAttribute(t,n)}}
function C (line 1) | function C(t,n){return function(){this.setAttributeNS(t.space,t.local,n)}}
function R (line 1) | function R(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function D (line 1) | function D(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function X (line 1) | function X(t){return function(){this.style.removeProperty(t)}}
function U (line 1) | function U(t,n,e){return function(){this.style.setProperty(t,n,e)}}
function L (line 1) | function L(t,n,e){return function(){var r=n.apply(this,arguments);null==...
function Y (line 1) | function Y(t,n){return t.style.getPropertyValue(n)||q(t).getComputedStyl...
function $ (line 1) | function $(t){return function(){delete this[t]}}
function V (line 1) | function V(t,n){return function(){this[t]=n}}
function F (line 1) | function F(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function H (line 1) | function H(t){return t.trim().split(/^|\s+/)}
function W (line 1) | function W(t){return t.classList||new G(t)}
function G (line 1) | function G(t){this._node=t,this._names=H(t.getAttribute("class")||"")}
function K (line 1) | function K(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.add(n[r])}
function J (line 1) | function J(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.remove(n[r])}
function Q (line 1) | function Q(t){return function(){K(this,t)}}
function Z (line 1) | function Z(t){return function(){J(this,t)}}
function tt (line 1) | function tt(t,n){return function(){(n.apply(this,arguments)?K:J)(this,t)}}
function nt (line 1) | function nt(){this.textContent=""}
function et (line 1) | function et(t){return function(){this.textContent=t}}
function rt (line 1) | function rt(t){return function(){var n=t.apply(this,arguments);this.text...
function ot (line 1) | function ot(){this.innerHTML=""}
function it (line 1) | function it(t){return function(){this.innerHTML=t}}
function at (line 1) | function at(t){return function(){var n=t.apply(this,arguments);this.inne...
function ut (line 1) | function ut(){this.nextSibling&&this.parentNode.appendChild(this)}
function ct (line 1) | function ct(){this.previousSibling&&this.parentNode.insertBefore(this,th...
function st (line 1) | function st(t){return function(){var n=this.ownerDocument,e=this.namespa...
function ft (line 1) | function ft(t){return function(){return this.ownerDocument.createElement...
function ht (line 1) | function ht(){return null}
function pt (line 1) | function pt(){var t=this.parentNode;t&&t.removeChild(this)}
function vt (line 1) | function vt(){var t=this.cloneNode(!1),n=this.parentNode;return n?n.inse...
function yt (line 1) | function yt(){var t=this.cloneNode(!0),n=this.parentNode;return n?n.inse...
function dt (line 1) | function dt(t){return t.trim().split(/^|\s+/).map((function(t){var n="",...
function gt (line 1) | function gt(t){return function(){var n=this.__on;if(n){for(var e,r=0,o=-...
function mt (line 1) | function mt(t,n,e){return function(){var r,o=this.__on,i=function(t){ret...
function bt (line 1) | function bt(t,n,e){var r=q(t),o=r.CustomEvent;"function"===typeof o?o=ne...
function _t (line 1) | function _t(t,n){return function(){return bt(this,t,n)}}
function wt (line 1) | function wt(t,n){return function(){return bt(this,t,n.apply(this,argumen...
function At (line 1) | function At(){var t,n,e,r,o,i,a;return xt.a.wrap((function(u){for(;;)swi...
function Mt (line 1) | function Mt(t,n){this._groups=t,this._parents=n}
function Et (line 1) | function Et(){return new Mt([[document.documentElement]],kt)}
function n (line 1) | function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}
function Pt (line 1) | function Pt(t,n){var e=t.document.documentElement,r=Tt(t).on("dragstart....
function Bt (line 1) | function Bt(t,n){var e=Object.create(t.prototype);for(var r in n)e[r]=n[...
function Ct (line 1) | function Ct(){}
function Kt (line 1) | function Kt(){return this.rgb().formatHex()}
function Jt (line 1) | function Jt(){return this.rgb().formatRgb()}
function Qt (line 1) | function Qt(t){var n,e;return t=(t+"").trim().toLowerCase(),(n=Lt.exec(t...
function Zt (line 1) | function Zt(t){return new rn(t>>16&255,t>>8&255,255&t,1)}
function tn (line 1) | function tn(t,n,e,r){return r<=0&&(t=n=e=NaN),new rn(t,n,e,r)}
function nn (line 1) | function nn(t){return t instanceof Ct||(t=Qt(t)),t?new rn((t=t.rgb()).r,...
function en (line 1) | function en(t,n,e,r){return 1===arguments.length?nn(t):new rn(t,n,e,null...
function rn (line 1) | function rn(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}
function on (line 1) | function on(){return"#"+un(this.r)+un(this.g)+un(this.b)}
function an (line 1) | function an(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Mat...
function un (line 1) | function un(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?...
function cn (line 1) | function cn(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=N...
function sn (line 1) | function sn(t){if(t instanceof fn)return new fn(t.h,t.s,t.l,t.opacity);i...
function fn (line 1) | function fn(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}
function ln (line 1) | function ln(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(...
function hn (line 1) | function hn(t,n,e,r,o){var i=t*t,a=i*t;return((1-3*t+3*i-a)*n+(4-6*i+3*a...
function vn (line 1) | function vn(t,n){return function(e){return t+e*n}}
function yn (line 1) | function yn(t){return 1===(t=+t)?dn:function(n,e){return e-n?function(t,...
function dn (line 1) | function dn(t,n){var e=n-t;return e?vn(t,e):pn(isNaN(t)?n:t)}
function r (line 1) | function r(t,n){var r=e((t=en(t)).r,(n=en(n)).r),o=e(t.g,n.g),i=e(t.b,n....
function mn (line 1) | function mn(t){return function(n){var e,r,o=n.length,i=new Array(o),a=ne...
function In (line 1) | function In(){return Tn||(Pn(Bn),Tn=Nn.now()+zn)}
function Bn (line 1) | function Bn(){Tn=0}
function Cn (line 1) | function Cn(){this._call=this._time=this._next=null}
function Rn (line 1) | function Rn(t,n,e){var r=new Cn;return r.restart(t,n,e),r}
function Dn (line 1) | function Dn(){Tn=(Sn=Nn.now())+zn,kn=Mn=0;try{!function(){In(),++kn;for(...
function qn (line 1) | function qn(){var t=Nn.now(),n=t-Sn;n>1e3&&(zn-=n,Sn=t)}
function Xn (line 1) | function Xn(t){kn||(Mn&&(Mn=clearTimeout(Mn)),t-Tn>24?(t<1/0&&(Mn=setTim...
function i (line 1) | function i(t){e.state=1,e.timer.restart(a,e.delay,e.time),e.delay<=t&&a(...
function a (line 1) | function a(i){var s,f,l,h;if(1!==e.state)return c();for(s in o)if((h=o[s...
function u (line 1) | function u(n){for(var o=n<e.duration?e.ease.call(null,n/e.duration):(e.t...
function c (line 1) | function c(){for(var r in e.state=6,e.timer.stop(),delete o[n],o)return;...
function Vn (line 1) | function Vn(t,n){var e=Hn(t,n);if(e.state>0)throw new Error("too late; a...
function Fn (line 1) | function Fn(t,n){var e=Hn(t,n);if(e.state>3)throw new Error("too late; a...
function Hn (line 1) | function Hn(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("...
function Zn (line 1) | function Zn(t,n,e,r){function o(t){return t.length?t.pop()+" ":""}return...
function ee (line 1) | function ee(t,n){var e,r;return function(){var o=Fn(this,t),i=o.tween;if...
function re (line 1) | function re(t,n,e){var r,o;if("function"!==typeof e)throw new Error;retu...
function oe (line 1) | function oe(t,n,e){var r=t._id;return t.each((function(){var t=Fn(this,r...
function ae (line 1) | function ae(t){return function(){this.removeAttribute(t)}}
function ue (line 1) | function ue(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function ce (line 1) | function ce(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function se (line 1) | function se(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function fe (line 1) | function fe(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function le (line 1) | function le(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function he (line 1) | function he(t,n){return function(e){this.setAttribute(t,n.call(this,e))}}
function pe (line 1) | function pe(t,n){return function(e){this.setAttributeNS(t.space,t.local,...
function ve (line 1) | function ve(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function ye (line 1) | function ye(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function de (line 1) | function de(t,n){return function(){Vn(this,t).delay=+n.apply(this,argume...
function ge (line 1) | function ge(t,n){return n=+n,function(){Vn(this,t).delay=n}}
function me (line 1) | function me(t,n){return function(){Fn(this,t).duration=+n.apply(this,arg...
function be (line 1) | function be(t,n){return n=+n,function(){Fn(this,t).duration=n}}
function _e (line 1) | function _e(t,n){if("function"!==typeof n)throw new Error;return functio...
function we (line 1) | function we(t,n,e){var r,o,i=function(t){return(t+"").trim().split(/^|\s...
function xe (line 1) | function xe(t){return function(){this.style.removeProperty(t)}}
function Oe (line 1) | function Oe(t,n,e){return function(r){this.style.setProperty(t,n.call(th...
function Ae (line 1) | function Ae(t,n,e){var r,o;function i(){var i=n.apply(this,arguments);re...
function ke (line 1) | function ke(t){return function(n){this.textContent=t.call(this,n)}}
function Me (line 1) | function Me(t){var n,e;function r(){var r=t.apply(this,arguments);return...
function Se (line 1) | function Se(t,n,e,r){this._groups=t,this._parents=n,this._name=e,this._i...
function Te (line 1) | function Te(){return++Ee}
function Pe (line 1) | function Pe(t,n){for(var e;!(e=t.__transition)||!(e=e[n]);)if(!(t=t.pare...
function Ie (line 1) | function Ie(t){return[+t[0],+t[1]]}
function Be (line 1) | function Be(t){return[Ie(t[0]),Ie(t[1])]}
function Ce (line 1) | function Ce(t){return{type:t}}
function Re (line 1) | function Re(t){var n=0,e=t.children,r=e&&e.length;if(r)for(;--r>=0;)n+=e...
function qe (line 1) | function qe(){var t,n,e,r,o,i;return xt.a.wrap((function(a){for(;;)switc...
function Xe (line 1) | function Xe(t,n){t instanceof Map?(t=[void 0,t],void 0===n&&(n=Le)):void...
function Ue (line 1) | function Ue(t){return t.children}
function Le (line 1) | function Le(t){return Array.isArray(t)?t[1]:null}
function Ye (line 1) | function Ye(t){void 0!==t.data.value&&(t.value=t.data.value),t.data=t.da...
function $e (line 1) | function $e(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}
function Ve (line 1) | function Ve(t){this.data=t,this.depth=this.height=0,this.parent=null}
function e (line 1) | function e(t,e,r,o,i){!function(t,n,e,r,o,i){for(var a,u,c,s,f,l,h,p,v,y...
function Ke (line 1) | function Ke(t){if("function"!==typeof t)throw new Error;return t}
function Je (line 1) | function Je(){return 0}
function f (line 1) | function f(t){return t.x0=t.y0=0,t.x1=e,t.y1=r,t.eachBefore(l),o=[0],n&&...
function l (line 1) | function l(n){var e=o[n.depth],r=n.x0+e,f=n.y0+e,l=n.x1-e,h=n.y1-e;l<r&&...
function tr (line 1) | function tr(t){return((t=Math.exp(t))+1/t)/2}
function o (line 1) | function o(t,o){var i,a,u=t[0],c=t[1],s=t[2],f=o[0],l=o[1],h=o[2],p=f-u,...
function rr (line 1) | function rr(t,n){var e=n.sourceEvent,r=n.target,o=n.transform,i=n.dispat...
function or (line 1) | function or(t,n,e){this.k=t,this.x=n,this.y=e}
function ar (line 1) | function ar(t){t.stopImmediatePropagation()}
function cr (line 1) | function cr(t){return(!t.ctrlKey||"wheel"===t.type)&&!t.button}
function sr (line 1) | function sr(){var t=this;return t instanceof SVGElement?(t=t.ownerSVGEle...
function fr (line 1) | function fr(){return this.__zoom||ir}
function lr (line 1) | function lr(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*...
function hr (line 1) | function hr(){return navigator.maxTouchPoints||"ontouchstart"in this}
function pr (line 1) | function pr(t,n,e){var r=t.invertX(n[0][0])-e[0][0],o=t.invertX(n[1][0])...
function g (line 1) | function g(t){t.property("__zoom",fr).on("wheel.zoom",O).on("mousedown.z...
function m (line 1) | function m(t,n){return(n=Math.max(c[0],Math.min(c[1],n)))===t.k?t:new or...
function b (line 1) | function b(t,n,e){var r=n[0]-e[0]*t.k,o=n[1]-e[1]*t.k;return r===t.x&&o=...
function _ (line 1) | function _(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}
function w (line 1) | function w(t,n,e,r){t.on("start.zoom",(function(){j(this,arguments).even...
function j (line 1) | function j(t,n,e){return!e&&t.__zooming||new x(t,n)}
function x (line 1) | function x(t,n){this.that=t,this.args=n,this.active=0,this.sourceEvent=n...
function O (line 1) | function O(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),o=1;o<n;...
function A (line 1) | function A(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;...
function k (line 1) | function k(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;...
function M (line 1) | function M(e){for(var o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;...
function E (line 1) | function E(t){if(this.__zooming){for(var n=arguments.length,e=new Array(...
function S (line 1) | function S(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;...
function r (line 1) | function r(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a ...
function r (line 1) | function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.en...
function o (line 1) | function o(t,n,e){return n&&r(t.prototype,n),e&&r(t,e),t}
function r (line 1) | function r(t){return(r=Object.setPrototypeOf?Object.getPrototypeOf:funct...
function o (line 1) | function o(t){return(o="function"===typeof Symbol&&"symbol"===typeof Sym...
function i (line 1) | function i(t,n){return!n||"object"!==o(n)&&"function"!==typeof n?functio...
function a (line 1) | function a(t){var n=function(){if("undefined"===typeof Reflect||!Reflect...
function r (line 1) | function r(t,n){return(r=Object.setPrototypeOf||function(t,n){return t._...
function o (line 1) | function o(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("...
function l (line 1) | function l(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function $ (line 1) | function $(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function Z (line 1) | function Z(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function et (line 1) | function et(t){var n=this.__data__=new h(t);this.size=n.size}
function t (line 1) | function t(){}
function m (line 1) | function m(n){var e=o,r=a;return o=a=void 0,l=n,c=t.apply(r,e)}
function b (line 1) | function b(t){return l=t,s=setTimeout(w,n),h?m(t):c}
function _ (line 1) | function _(t){var e=t-f;return void 0===f||e>=n||e<0||p&&t-l>=u}
function w (line 1) | function w(){var t=i();if(_(t))return j(t);s=setTimeout(w,function(t){va...
function j (line 1) | function j(t){return s=void 0,g&&o?m(t):(o=a=void 0,c)}
function x (line 1) | function x(){var t=i(),e=_(t);if(o=arguments,a=this,f=t,e){if(void 0===s...
FILE: extensions/analyse-viewer/static/js/2.e47230da.chunk.js
function o (line 1) | function o(t,n){var e;if("undefined"===typeof Symbol||null==t[Symbol.ite...
function o (line 1) | function o(t,n){var e=Object.keys(t);if(Object.getOwnPropertySymbols){va...
function i (line 1) | function i(t){for(var n=1;n<arguments.length;n++){var e=null!=arguments[...
function r (line 1) | function r(t,n,e){return n in t?Object.defineProperty(t,n,{value:e,enume...
function o (line 1) | function o(t,n){return function(t){if(Array.isArray(t))return t}(t)||fun...
function o (line 1) | function o(t,n){if(t){if("string"===typeof t)return Object(r.a)(t,n);var...
function e (line 1) | function e(t,n){for(var e=0,r=t.length-1;r>=0;r--){var o=t[r];"."===o?t....
function r (line 1) | function r(t,n){if(t.filter)return t.filter(n);for(var e=[],r=0;r<t.leng...
function r (line 1) | function r(t){for(var n=0;n<t.length&&""===t[n];n++);for(var e=t.length-...
function r (line 1) | function r(t,n){(null==n||n>t.length)&&(n=t.length);for(var e=0,r=new Ar...
function i (line 1) | function i(){throw new Error("setTimeout has not been defined")}
function a (line 1) | function a(){throw new Error("clearTimeout has not been defined")}
function u (line 1) | function u(t){if(e===setTimeout)return setTimeout(t,0);if((e===i||!e)&&s...
function h (line 1) | function h(){f&&c&&(f=!1,c.length?s=c.concat(s):l=-1,s.length&&p())}
function p (line 1) | function p(){if(!f){var t=u(h);f=!0;for(var n=s.length;n;){for(c=s,s=[];...
function v (line 1) | function v(t,n){this.fun=t,this.array=n}
function y (line 1) | function y(){}
function i (line 1) | function i(){for(var t,n=0,e=arguments.length,r={};n<e;++n){if(!(t=argum...
function a (line 1) | function a(t){this._=t}
function u (line 1) | function u(t,n){return t.trim().split(/^|\s+/).map((function(t){var e=""...
function c (line 1) | function c(t,n){for(var e,r=0,o=t.length;r<o;++r)if((e=t[r]).name===n)re...
function s (line 1) | function s(t,n,e){for(var r=0,i=t.length;r<i;++r)if(t[r].name===n){t[r]=...
function h (line 1) | function h(){}
function y (line 1) | function y(){return[]}
function m (line 1) | function m(t){return function(n){return n.matches(t)}}
function _ (line 1) | function _(){return this.firstElementChild}
function j (line 1) | function j(){return this.children}
function O (line 1) | function O(t,n){this.ownerDocument=t.ownerDocument,this.namespaceURI=t.n...
function k (line 1) | function k(t,n,e,r,o,i){for(var a,u=0,c=n.length,s=i.length;u<s;++u)(a=n...
function M (line 1) | function M(t,n,e,r,o,i,a){var u,c,s,f=new Map,l=n.length,h=i.length,p=ne...
function E (line 1) | function E(t){return t.__data__}
function S (line 1) | function S(t,n){return t<n?-1:t>n?1:t>=n?0:NaN}
function P (line 1) | function P(t){return function(){this.removeAttribute(t)}}
function I (line 1) | function I(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function B (line 1) | function B(t,n){return function(){this.setAttribute(t,n)}}
function C (line 1) | function C(t,n){return function(){this.setAttributeNS(t.space,t.local,n)}}
function R (line 1) | function R(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function D (line 1) | function D(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function X (line 1) | function X(t){return function(){this.style.removeProperty(t)}}
function U (line 1) | function U(t,n,e){return function(){this.style.setProperty(t,n,e)}}
function L (line 1) | function L(t,n,e){return function(){var r=n.apply(this,arguments);null==...
function Y (line 1) | function Y(t,n){return t.style.getPropertyValue(n)||q(t).getComputedStyl...
function $ (line 1) | function $(t){return function(){delete this[t]}}
function V (line 1) | function V(t,n){return function(){this[t]=n}}
function F (line 1) | function F(t,n){return function(){var e=n.apply(this,arguments);null==e?...
function H (line 1) | function H(t){return t.trim().split(/^|\s+/)}
function W (line 1) | function W(t){return t.classList||new G(t)}
function G (line 1) | function G(t){this._node=t,this._names=H(t.getAttribute("class")||"")}
function K (line 1) | function K(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.add(n[r])}
function J (line 1) | function J(t,n){for(var e=W(t),r=-1,o=n.length;++r<o;)e.remove(n[r])}
function Q (line 1) | function Q(t){return function(){K(this,t)}}
function Z (line 1) | function Z(t){return function(){J(this,t)}}
function tt (line 1) | function tt(t,n){return function(){(n.apply(this,arguments)?K:J)(this,t)}}
function nt (line 1) | function nt(){this.textContent=""}
function et (line 1) | function et(t){return function(){this.textContent=t}}
function rt (line 1) | function rt(t){return function(){var n=t.apply(this,arguments);this.text...
function ot (line 1) | function ot(){this.innerHTML=""}
function it (line 1) | function it(t){return function(){this.innerHTML=t}}
function at (line 1) | function at(t){return function(){var n=t.apply(this,arguments);this.inne...
function ut (line 1) | function ut(){this.nextSibling&&this.parentNode.appendChild(this)}
function ct (line 1) | function ct(){this.previousSibling&&this.parentNode.insertBefore(this,th...
function st (line 1) | function st(t){return function(){var n=this.ownerDocument,e=this.namespa...
function ft (line 1) | function ft(t){return function(){return this.ownerDocument.createElement...
function ht (line 1) | function ht(){return null}
function pt (line 1) | function pt(){var t=this.parentNode;t&&t.removeChild(this)}
function vt (line 1) | function vt(){var t=this.cloneNode(!1),n=this.parentNode;return n?n.inse...
function yt (line 1) | function yt(){var t=this.cloneNode(!0),n=this.parentNode;return n?n.inse...
function dt (line 1) | function dt(t){return t.trim().split(/^|\s+/).map((function(t){var n="",...
function gt (line 1) | function gt(t){return function(){var n=this.__on;if(n){for(var e,r=0,o=-...
function mt (line 1) | function mt(t,n,e){return function(){var r,o=this.__on,i=function(t){ret...
function bt (line 1) | function bt(t,n,e){var r=q(t),o=r.CustomEvent;"function"===typeof o?o=ne...
function _t (line 1) | function _t(t,n){return function(){return bt(this,t,n)}}
function wt (line 1) | function wt(t,n){return function(){return bt(this,t,n.apply(this,argumen...
function At (line 1) | function At(){var t,n,e,r,o,i,a;return xt.a.wrap((function(u){for(;;)swi...
function Mt (line 1) | function Mt(t,n){this._groups=t,this._parents=n}
function Et (line 1) | function Et(){return new Mt([[document.documentElement]],kt)}
function n (line 1) | function n(n,e){return n&&e?t(n.__data__,e.__data__):!n-!e}
function Pt (line 1) | function Pt(t,n){var e=t.document.documentElement,r=Tt(t).on("dragstart....
function Bt (line 1) | function Bt(t,n){var e=Object.create(t.prototype);for(var r in n)e[r]=n[...
function Ct (line 1) | function Ct(){}
function Kt (line 1) | function Kt(){return this.rgb().formatHex()}
function Jt (line 1) | function Jt(){return this.rgb().formatRgb()}
function Qt (line 1) | function Qt(t){var n,e;return t=(t+"").trim().toLowerCase(),(n=Lt.exec(t...
function Zt (line 1) | function Zt(t){return new rn(t>>16&255,t>>8&255,255&t,1)}
function tn (line 1) | function tn(t,n,e,r){return r<=0&&(t=n=e=NaN),new rn(t,n,e,r)}
function nn (line 1) | function nn(t){return t instanceof Ct||(t=Qt(t)),t?new rn((t=t.rgb()).r,...
function en (line 1) | function en(t,n,e,r){return 1===arguments.length?nn(t):new rn(t,n,e,null...
function rn (line 1) | function rn(t,n,e,r){this.r=+t,this.g=+n,this.b=+e,this.opacity=+r}
function on (line 1) | function on(){return"#"+un(this.r)+un(this.g)+un(this.b)}
function an (line 1) | function an(){var t=this.opacity;return(1===(t=isNaN(t)?1:Math.max(0,Mat...
function un (line 1) | function un(t){return((t=Math.max(0,Math.min(255,Math.round(t)||0)))<16?...
function cn (line 1) | function cn(t,n,e,r){return r<=0?t=n=e=NaN:e<=0||e>=1?t=n=NaN:n<=0&&(t=N...
function sn (line 1) | function sn(t){if(t instanceof fn)return new fn(t.h,t.s,t.l,t.opacity);i...
function fn (line 1) | function fn(t,n,e,r){this.h=+t,this.s=+n,this.l=+e,this.opacity=+r}
function ln (line 1) | function ln(t,n,e){return 255*(t<60?n+(e-n)*t/60:t<180?e:t<240?n+(e-n)*(...
function hn (line 1) | function hn(t,n,e,r,o){var i=t*t,a=i*t;return((1-3*t+3*i-a)*n+(4-6*i+3*a...
function vn (line 1) | function vn(t,n){return function(e){return t+e*n}}
function yn (line 1) | function yn(t){return 1===(t=+t)?dn:function(n,e){return e-n?function(t,...
function dn (line 1) | function dn(t,n){var e=n-t;return e?vn(t,e):pn(isNaN(t)?n:t)}
function r (line 1) | function r(t,n){var r=e((t=en(t)).r,(n=en(n)).r),o=e(t.g,n.g),i=e(t.b,n....
function mn (line 1) | function mn(t){return function(n){var e,r,o=n.length,i=new Array(o),a=ne...
function In (line 1) | function In(){return Tn||(Pn(Bn),Tn=Nn.now()+zn)}
function Bn (line 1) | function Bn(){Tn=0}
function Cn (line 1) | function Cn(){this._call=this._time=this._next=null}
function Rn (line 1) | function Rn(t,n,e){var r=new Cn;return r.restart(t,n,e),r}
function Dn (line 1) | function Dn(){Tn=(Sn=Nn.now())+zn,kn=Mn=0;try{!function(){In(),++kn;for(...
function qn (line 1) | function qn(){var t=Nn.now(),n=t-Sn;n>1e3&&(zn-=n,Sn=t)}
function Xn (line 1) | function Xn(t){kn||(Mn&&(Mn=clearTimeout(Mn)),t-Tn>24?(t<1/0&&(Mn=setTim...
function i (line 1) | function i(t){e.state=1,e.timer.restart(a,e.delay,e.time),e.delay<=t&&a(...
function a (line 1) | function a(i){var s,f,l,h;if(1!==e.state)return c();for(s in o)if((h=o[s...
function u (line 1) | function u(n){for(var o=n<e.duration?e.ease.call(null,n/e.duration):(e.t...
function c (line 1) | function c(){for(var r in e.state=6,e.timer.stop(),delete o[n],o)return;...
function Vn (line 1) | function Vn(t,n){var e=Hn(t,n);if(e.state>0)throw new Error("too late; a...
function Fn (line 1) | function Fn(t,n){var e=Hn(t,n);if(e.state>3)throw new Error("too late; a...
function Hn (line 1) | function Hn(t,n){var e=t.__transition;if(!e||!(e=e[n]))throw new Error("...
function Zn (line 1) | function Zn(t,n,e,r){function o(t){return t.length?t.pop()+" ":""}return...
function ee (line 1) | function ee(t,n){var e,r;return function(){var o=Fn(this,t),i=o.tween;if...
function re (line 1) | function re(t,n,e){var r,o;if("function"!==typeof e)throw new Error;retu...
function oe (line 1) | function oe(t,n,e){var r=t._id;return t.each((function(){var t=Fn(this,r...
function ae (line 1) | function ae(t){return function(){this.removeAttribute(t)}}
function ue (line 1) | function ue(t){return function(){this.removeAttributeNS(t.space,t.local)}}
function ce (line 1) | function ce(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function se (line 1) | function se(t,n,e){var r,o,i=e+"";return function(){var a=this.getAttrib...
function fe (line 1) | function fe(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function le (line 1) | function le(t,n,e){var r,o,i;return function(){var a,u,c=e(this);if(null...
function he (line 1) | function he(t,n){return function(e){this.setAttribute(t,n.call(this,e))}}
function pe (line 1) | function pe(t,n){return function(e){this.setAttributeNS(t.space,t.local,...
function ve (line 1) | function ve(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function ye (line 1) | function ye(t,n){var e,r;function o(){var o=n.apply(this,arguments);retu...
function de (line 1) | function de(t,n){return function(){Vn(this,t).delay=+n.apply(this,argume...
function ge (line 1) | function ge(t,n){return n=+n,function(){Vn(this,t).delay=n}}
function me (line 1) | function me(t,n){return function(){Fn(this,t).duration=+n.apply(this,arg...
function be (line 1) | function be(t,n){return n=+n,function(){Fn(this,t).duration=n}}
function _e (line 1) | function _e(t,n){if("function"!==typeof n)throw new Error;return functio...
function we (line 1) | function we(t,n,e){var r,o,i=function(t){return(t+"").trim().split(/^|\s...
function xe (line 1) | function xe(t){return function(){this.style.removeProperty(t)}}
function Oe (line 1) | function Oe(t,n,e){return function(r){this.style.setProperty(t,n.call(th...
function Ae (line 1) | function Ae(t,n,e){var r,o;function i(){var i=n.apply(this,arguments);re...
function ke (line 1) | function ke(t){return function(n){this.textContent=t.call(this,n)}}
function Me (line 1) | function Me(t){var n,e;function r(){var r=t.apply(this,arguments);return...
function Se (line 1) | function Se(t,n,e,r){this._groups=t,this._parents=n,this._name=e,this._i...
function Te (line 1) | function Te(){return++Ee}
function Pe (line 1) | function Pe(t,n){for(var e;!(e=t.__transition)||!(e=e[n]);)if(!(t=t.pare...
function Ie (line 1) | function Ie(t){return[+t[0],+t[1]]}
function Be (line 1) | function Be(t){return[Ie(t[0]),Ie(t[1])]}
function Ce (line 1) | function Ce(t){return{type:t}}
function Re (line 1) | function Re(t){var n=0,e=t.children,r=e&&e.length;if(r)for(;--r>=0;)n+=e...
function qe (line 1) | function qe(){var t,n,e,r,o,i;return xt.a.wrap((function(a){for(;;)switc...
function Xe (line 1) | function Xe(t,n){t instanceof Map?(t=[void 0,t],void 0===n&&(n=Le)):void...
function Ue (line 1) | function Ue(t){return t.children}
function Le (line 1) | function Le(t){return Array.isArray(t)?t[1]:null}
function Ye (line 1) | function Ye(t){void 0!==t.data.value&&(t.value=t.data.value),t.data=t.da...
function $e (line 1) | function $e(t){var n=0;do{t.height=n}while((t=t.parent)&&t.height<++n)}
function Ve (line 1) | function Ve(t){this.data=t,this.depth=this.height=0,this.parent=null}
function e (line 1) | function e(t,e,r,o,i){!function(t,n,e,r,o,i){for(var a,u,c,s,f,l,h,p,v,y...
function Ke (line 1) | function Ke(t){if("function"!==typeof t)throw new Error;return t}
function Je (line 1) | function Je(){return 0}
function f (line 1) | function f(t){return t.x0=t.y0=0,t.x1=e,t.y1=r,t.eachBefore(l),o=[0],n&&...
function l (line 1) | function l(n){var e=o[n.depth],r=n.x0+e,f=n.y0+e,l=n.x1-e,h=n.y1-e;l<r&&...
function tr (line 1) | function tr(t){return((t=Math.exp(t))+1/t)/2}
function o (line 1) | function o(t,o){var i,a,u=t[0],c=t[1],s=t[2],f=o[0],l=o[1],h=o[2],p=f-u,...
function rr (line 1) | function rr(t,n){var e=n.sourceEvent,r=n.target,o=n.transform,i=n.dispat...
function or (line 1) | function or(t,n,e){this.k=t,this.x=n,this.y=e}
function ar (line 1) | function ar(t){t.stopImmediatePropagation()}
function cr (line 1) | function cr(t){return(!t.ctrlKey||"wheel"===t.type)&&!t.button}
function sr (line 1) | function sr(){var t=this;return t instanceof SVGElement?(t=t.ownerSVGEle...
function fr (line 1) | function fr(){return this.__zoom||ir}
function lr (line 1) | function lr(t){return-t.deltaY*(1===t.deltaMode?.05:t.deltaMode?1:.002)*...
function hr (line 1) | function hr(){return navigator.maxTouchPoints||"ontouchstart"in this}
function pr (line 1) | function pr(t,n,e){var r=t.invertX(n[0][0])-e[0][0],o=t.invertX(n[1][0])...
function g (line 1) | function g(t){t.property("__zoom",fr).on("wheel.zoom",O).on("mousedown.z...
function m (line 1) | function m(t,n){return(n=Math.max(c[0],Math.min(c[1],n)))===t.k?t:new or...
function b (line 1) | function b(t,n,e){var r=n[0]-e[0]*t.k,o=n[1]-e[1]*t.k;return r===t.x&&o=...
function _ (line 1) | function _(t){return[(+t[0][0]+ +t[1][0])/2,(+t[0][1]+ +t[1][1])/2]}
function w (line 1) | function w(t,n,e,r){t.on("start.zoom",(function(){j(this,arguments).even...
function j (line 1) | function j(t,n,e){return!e&&t.__zooming||new x(t,n)}
function x (line 1) | function x(t,n){this.that=t,this.args=n,this.active=0,this.sourceEvent=n...
function O (line 1) | function O(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),o=1;o<n;...
function A (line 1) | function A(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),a=1;a<n;...
function k (line 1) | function k(t){for(var n=arguments.length,e=new Array(n>1?n-1:0),a=1;a<n;...
function M (line 1) | function M(e){for(var o=arguments.length,i=new Array(o>1?o-1:0),a=1;a<o;...
function E (line 1) | function E(t){if(this.__zooming){for(var n=arguments.length,e=new Array(...
function S (line 1) | function S(t){for(var r=arguments.length,o=new Array(r>1?r-1:0),i=1;i<r;...
function r (line 1) | function r(t,n){if(!(t instanceof n))throw new TypeError("Cannot call a ...
function r (line 1) | function r(t,n){for(var e=0;e<n.length;e++){var r=n[e];r.enumerable=r.en...
function o (line 1) | function o(t,n,e){return n&&r(t.prototype,n),e&&r(t,e),t}
function r (line 1) | function r(t){return(r=Object.setPrototypeOf?Object.getPrototypeOf:funct...
function o (line 1) | function o(t){return(o="function"===typeof Symbol&&"symbol"===typeof Sym...
function i (line 1) | function i(t,n){return!n||"object"!==o(n)&&"function"!==typeof n?functio...
function a (line 1) | function a(t){var n=function(){if("undefined"===typeof Reflect||!Reflect...
function r (line 1) | function r(t,n){return(r=Object.setPrototypeOf||function(t,n){return t._...
function o (line 1) | function o(t,n){if("function"!==typeof n&&null!==n)throw new TypeError("...
function l (line 1) | function l(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function $ (line 1) | function $(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function Z (line 1) | function Z(t){var n=-1,e=null==t?0:t.length;for(this.clear();++n<e;){var...
function et (line 1) | function et(t){var n=this.__data__=new h(t);this.size=n.size}
function t (line 1) | function t(){}
function m (line 1) | function m(n){var e=o,r=a;return o=a=void 0,l=n,c=t.apply(r,e)}
function b (line 1) | function b(t){return l=t,s=setTimeout(w,n),h?m(t):c}
function _ (line 1) | function _(t){var e=t-f;return void 0===f||e>=n||e<0||p&&t-l>=u}
function w (line 1) | function w(){var t=i();if(_(t))return j(t);s=setTimeout(w,function(t){va...
function j (line 1) | function j(t){return s=void 0,g&&o?m(t):(o=a=void 0,c)}
function x (line 1) | function x(){var t=i(),e=_(t);if(o=arguments,a=this,f=t,e){if(void 0===s...
FILE: extensions/analyse-viewer/static/js/3.00bc8b6b.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,n=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,n=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,n=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,n=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function I (line 1) | function I(e,r){var t=e.title,o=e.titleId,n=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,n=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function V (line 1) | function V(e,r){var t=e.title,o=e.titleId,n=R(e,["title","titleId"]);ret...
function D (line 1) | function D(){return(D=Object.assign||function(e){for(var r=1;r<arguments...
function U (line 1) | function U(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function J (line 1) | function J(e,r){var t=e.title,o=e.titleId,n=U(e,["title","titleId"]);ret...
function Z (line 1) | function Z(){return(Z=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function G (line 1) | function G(e,r){var t=e.title,o=e.titleId,n=Y(e,["title","titleId"]);ret...
function X (line 1) | function X(){return(X=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,n=ee(e,["title","titleId"]);r...
function ne (line 1) | function ne(e){var r,t=e.type,o=e.path,s=e.tips,i=void 0!==s&&s;if("pack...
function ge (line 1) | function ge(e,r){return n.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return n.a.createElement("div",{className:"navigator-...
function s (line 1) | function s(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function a (line 1) | function a(e){console.log("send",e.command,e.data),l.postMessage(e)}
function s (line 1) | function s(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function n (line 1) | function n(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function s (line 1) | function s(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function s (line 1) | function s(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var s=e[o];"."===s?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function s (line 1) | function s(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function n (line 1) | function n(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===n||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,s=n.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(n.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.23e57b6e.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function j (line 1) | function j(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function S (line 1) | function S(e,r){var t=e.title,o=e.titleId,s=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,s=q(e,["title","titleId"]);ret...
function R (line 1) | function R(){return(R=Object.assign||function(e){for(var r=1;r<arguments...
function C (line 1) | function C(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function V (line 1) | function V(e,r){var t=e.title,o=e.titleId,s=C(e,["title","titleId"]);ret...
function D (line 1) | function D(){return(D=Object.assign||function(e){for(var r=1;r<arguments...
function U (line 1) | function U(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function Y (line 1) | function Y(e,r){var t=e.title,o=e.titleId,s=U(e,["title","titleId"]);ret...
function W (line 1) | function W(){return(W=Object.assign||function(e){for(var r=1;r<arguments...
function X (line 1) | function X(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=X(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r){return s.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return s.a.createElement("div",{className:"navigator-...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(s.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.2bd96288.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function j (line 1) | function j(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function S (line 1) | function S(e,r){var t=e.title,o=e.titleId,s=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,s=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function V (line 1) | function V(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function D (line 1) | function D(){return(D=Object.assign||function(e){for(var r=1;r<arguments...
function U (line 1) | function U(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function K (line 1) | function K(e,r){var t=e.title,o=e.titleId,s=U(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r){return s.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return s.a.createElement("div",{className:"navigator-...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(s.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.30e7f44a.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function j (line 1) | function j(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function S (line 1) | function S(e,r){var t=e.title,o=e.titleId,s=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,s=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function D (line 1) | function D(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function F (line 1) | function F(){return(F=Object.assign||function(e){for(var r=1;r<arguments...
function U (line 1) | function U(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function K (line 1) | function K(e,r){var t=e.title,o=e.titleId,s=U(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r){return s.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return s.a.createElement("div",{className:"navigator-...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(s.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.3dbab1a0.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function S (line 1) | function S(){return(S=Object.assign||function(e){for(var r=1;r<arguments...
function I (line 1) | function I(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function P (line 1) | function P(e,r){var t=e.title,o=e.titleId,s=I(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function N (line 1) | function N(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function q (line 1) | function q(e,r){var t=e.title,o=e.titleId,s=N(e,["title","titleId"]);ret...
function L (line 1) | function L(){return(L=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function F (line 1) | function F(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function V (line 1) | function V(){return(V=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function U (line 1) | function U(e,r){var t=e.title,o=e.titleId,s=Y(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r,t){var o=function(t){var o=e.findIndex((function(e){retu...
function ve (line 1) | function ve(e,r,t,o){var n=function(r){var o=e.findIndex((function(e){re...
function ue (line 1) | function ue(e,r){var t=e===fe.a.ASC||e===fe.a.NAME_ASC?"asc":"desc",o=e=...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function i (line 1) | function i(){var e=Object(l.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.593a262a.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,n=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,n=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,n=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,n=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function I (line 1) | function I(e,r){var t=e.title,o=e.titleId,n=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,n=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function V (line 1) | function V(e,r){var t=e.title,o=e.titleId,n=R(e,["title","titleId"]);ret...
function F (line 1) | function F(){return(F=Object.assign||function(e){for(var r=1;r<arguments...
function K (line 1) | function K(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function J (line 1) | function J(e,r){var t=e.title,o=e.titleId,n=K(e,["title","titleId"]);ret...
function Z (line 1) | function Z(){return(Z=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function G (line 1) | function G(e,r){var t=e.title,o=e.titleId,n=Y(e,["title","titleId"]);ret...
function X (line 1) | function X(){return(X=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,n=ee(e,["title","titleId"]);r...
function ne (line 1) | function ne(e){var r,t=e.type,o=e.path,s=e.tips,i=void 0!==s&&s;if("pack...
function pe (line 1) | function pe(e,r){return n.a.createElement("div",{className:"navigator-li...
function ge (line 1) | function ge(e,r,t){return n.a.createElement("div",{className:"navigator-...
function s (line 1) | function s(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function s (line 1) | function s(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function n (line 1) | function n(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function s (line 1) | function s(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function s (line 1) | function s(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var s=e[o];"."===s?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function s (line 1) | function s(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function a (line 1) | function a(e){console.log("send",e.command,e.data),l.postMessage(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function n (line 1) | function n(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===n||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,s=n.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(n.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.803a8145.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function S (line 1) | function S(){return(S=Object.assign||function(e){for(var r=1;r<arguments...
function I (line 1) | function I(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function P (line 1) | function P(e,r){var t=e.title,o=e.titleId,s=I(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function N (line 1) | function N(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function q (line 1) | function q(e,r){var t=e.title,o=e.titleId,s=N(e,["title","titleId"]);ret...
function L (line 1) | function L(){return(L=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function F (line 1) | function F(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function V (line 1) | function V(){return(V=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function U (line 1) | function U(e,r){var t=e.title,o=e.titleId,s=Y(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r,t){var o=function(t){var o=e.findIndex((function(e){retu...
function ve (line 1) | function ve(e,r,t,o){var n=function(r){var o=e.findIndex((function(e){re...
function ue (line 1) | function ue(e,r){var t=e===fe.a.ASC||e===fe.a.NAME_ASC?"asc":"desc",o=e=...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function i (line 1) | function i(){var e=Object(l.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.8ba63f56.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function S (line 1) | function S(){return(S=Object.assign||function(e){for(var r=1;r<arguments...
function I (line 1) | function I(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function P (line 1) | function P(e,r){var t=e.title,o=e.titleId,s=I(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function N (line 1) | function N(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function q (line 1) | function q(e,r){var t=e.title,o=e.titleId,s=N(e,["title","titleId"]);ret...
function L (line 1) | function L(){return(L=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function F (line 1) | function F(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function V (line 1) | function V(){return(V=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function U (line 1) | function U(e,r){var t=e.title,o=e.titleId,s=Y(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r,t){var o=function(t){var o=e.findIndex((function(e){retu...
function ve (line 1) | function ve(e,r,t,o){var n=function(r){var o=e.findIndex((function(e){re...
function ue (line 1) | function ue(e,r){var t=e===fe.a.ASC||e===fe.a.NAME_ASC?"asc":"desc",o=e=...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function i (line 1) | function i(){var e=Object(l.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.9878b665.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,n=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,n=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,n=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,n=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function I (line 1) | function I(e,r){var t=e.title,o=e.titleId,n=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,n=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function V (line 1) | function V(e,r){var t=e.title,o=e.titleId,n=R(e,["title","titleId"]);ret...
function D (line 1) | function D(){return(D=Object.assign||function(e){for(var r=1;r<arguments...
function K (line 1) | function K(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function J (line 1) | function J(e,r){var t=e.title,o=e.titleId,n=K(e,["title","titleId"]);ret...
function Z (line 1) | function Z(){return(Z=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function G (line 1) | function G(e,r){var t=e.title,o=e.titleId,n=Y(e,["title","titleId"]);ret...
function X (line 1) | function X(){return(X=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,n=ee(e,["title","titleId"]);r...
function ne (line 1) | function ne(e){var r,t=e.type,o=e.path,s=e.tips,i=void 0!==s&&s;if("pack...
function ge (line 1) | function ge(e,r){return n.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return n.a.createElement("div",{className:"navigator-...
function s (line 1) | function s(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function s (line 1) | function s(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function n (line 1) | function n(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function a (line 1) | function a(e){console.log("send",e.command,e.data),l.postMessage(e)}
function s (line 1) | function s(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function s (line 1) | function s(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var s=e[o];"."===s?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function s (line 1) | function s(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function n (line 1) | function n(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===n||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,s=n.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(n.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.9e6790bd.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function S (line 1) | function S(){return(S=Object.assign||function(e){for(var r=1;r<arguments...
function I (line 1) | function I(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function P (line 1) | function P(e,r){var t=e.title,o=e.titleId,s=I(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function N (line 1) | function N(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function q (line 1) | function q(e,r){var t=e.title,o=e.titleId,s=N(e,["title","titleId"]);ret...
function L (line 1) | function L(){return(L=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function F (line 1) | function F(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function V (line 1) | function V(){return(V=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function U (line 1) | function U(e,r){var t=e.title,o=e.titleId,s=Y(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r,t){var o=function(t){var o=e.findIndex((function(e){retu...
function ve (line 1) | function ve(e,r,t,o){var n=function(r){var o=e.findIndex((function(e){re...
function ue (line 1) | function ue(e,r){var t=e===fe.a.ASC||e===fe.a.NAME_ASC?"asc":"desc",o=e=...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function i (line 1) | function i(){var e=Object(l.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.b5b7d98f.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function S (line 1) | function S(){return(S=Object.assign||function(e){for(var r=1;r<arguments...
function I (line 1) | function I(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function P (line 1) | function P(e,r){var t=e.title,o=e.titleId,s=I(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function N (line 1) | function N(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function q (line 1) | function q(e,r){var t=e.title,o=e.titleId,s=N(e,["title","titleId"]);ret...
function L (line 1) | function L(){return(L=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function F (line 1) | function F(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function V (line 1) | function V(){return(V=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function U (line 1) | function U(e,r){var t=e.title,o=e.titleId,s=Y(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r,t){var o=function(t){var o=e.findIndex((function(e){retu...
function ve (line 1) | function ve(e,r,t,o){var n=function(r){var o=e.findIndex((function(e){re...
function ue (line 1) | function ue(e,r){var t=e===fe.a.ASC||e===fe.a.NAME_ASC?"asc":"desc",o=e=...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function i (line 1) | function i(){var e=Object(l.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.c1774fd1.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function j (line 1) | function j(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function I (line 1) | function I(e,r){var t=e.title,o=e.titleId,s=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,s=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function D (line 1) | function D(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function F (line 1) | function F(){return(F=Object.assign||function(e){for(var r=1;r<arguments...
function U (line 1) | function U(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function K (line 1) | function K(e,r){var t=e.title,o=e.titleId,s=U(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r){return s.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return s.a.createElement("div",{className:"navigator-...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(s.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.c527663a.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function S (line 1) | function S(){return(S=Object.assign||function(e){for(var r=1;r<arguments...
function I (line 1) | function I(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function P (line 1) | function P(e,r){var t=e.title,o=e.titleId,s=I(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function M (line 1) | function M(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function q (line 1) | function q(e,r){var t=e.title,o=e.titleId,s=M(e,["title","titleId"]);ret...
function L (line 1) | function L(){return(L=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function F (line 1) | function F(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function V (line 1) | function V(){return(V=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function U (line 1) | function U(e,r){var t=e.title,o=e.titleId,s=Y(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r,t){var o=function(t){var o=e.findIndex((function(e){retu...
function ve (line 1) | function ve(e,r,t,o){var n=function(r){var o=e.findIndex((function(e){re...
function ue (line 1) | function ue(e,r){var t=e===fe.a.ASC||e===fe.a.NAME_ASC?"asc":"desc",o=e=...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function i (line 1) | function i(){var e=Object(l.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.cb4f16a3.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,s=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,s=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function j (line 1) | function j(e,r){var t=e.title,o=e.titleId,s=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,s=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function I (line 1) | function I(e,r){var t=e.title,o=e.titleId,s=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,s=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function D (line 1) | function D(e,r){var t=e.title,o=e.titleId,s=R(e,["title","titleId"]);ret...
function F (line 1) | function F(){return(F=Object.assign||function(e){for(var r=1;r<arguments...
function U (line 1) | function U(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function K (line 1) | function K(e,r){var t=e.title,o=e.titleId,s=U(e,["title","titleId"]);ret...
function J (line 1) | function J(){return(J=Object.assign||function(e){for(var r=1;r<arguments...
function W (line 1) | function W(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)r...
function $ (line 1) | function $(e,r){var t=e.title,o=e.titleId,s=W(e,["title","titleId"]);ret...
function Q (line 1) | function Q(){return(Q=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,n=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,s=ee(e,["title","titleId"]);r...
function se (line 1) | function se(e){var r,t=e.type,o=e.path,n=e.tips,i=void 0!==n&&n;if("pack...
function ge (line 1) | function ge(e,r){return s.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return s.a.createElement("div",{className:"navigator-...
function n (line 1) | function n(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function i (line 1) | function i(e){console.log("send",e.command,e.data),a.postMessage(e)}
function n (line 1) | function n(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function s (line 1) | function s(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function n (line 1) | function n(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function n (line 1) | function n(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var n=e[o];"."===n?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function n (line 1) | function n(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function s (line 1) | function s(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===s||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,n=s.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(s.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.e547b69c.chunk.js
function i (line 1) | function i(){return(i=Object.assign||function(e){for(var r=1;r<arguments...
function c (line 1) | function c(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function f (line 1) | function f(e,r){var t=e.title,o=e.titleId,n=c(e,["title","titleId"]);ret...
function g (line 1) | function g(){return(g=Object.assign||function(e){for(var r=1;r<arguments...
function v (line 1) | function v(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function m (line 1) | function m(e,r){var t=e.title,o=e.titleId,n=v(e,["title","titleId"]);ret...
function b (line 1) | function b(){return(b=Object.assign||function(e){for(var r=1;r<arguments...
function y (line 1) | function y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function w (line 1) | function w(e,r){var t=e.title,o=e.titleId,n=y(e,["title","titleId"]);ret...
function x (line 1) | function x(){return(x=Object.assign||function(e){for(var r=1;r<arguments...
function O (line 1) | function O(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function _ (line 1) | function _(e,r){var t=e.title,o=e.titleId,n=O(e,["title","titleId"]);ret...
function z (line 1) | function z(){return(z=Object.assign||function(e){for(var r=1;r<arguments...
function P (line 1) | function P(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function I (line 1) | function I(e,r){var t=e.title,o=e.titleId,n=P(e,["title","titleId"]);ret...
function N (line 1) | function N(){return(N=Object.assign||function(e){for(var r=1;r<arguments...
function q (line 1) | function q(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function L (line 1) | function L(e,r){var t=e.title,o=e.titleId,n=q(e,["title","titleId"]);ret...
function C (line 1) | function C(){return(C=Object.assign||function(e){for(var r=1;r<arguments...
function R (line 1) | function R(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function V (line 1) | function V(e,r){var t=e.title,o=e.titleId,n=R(e,["title","titleId"]);ret...
function D (line 1) | function D(){return(D=Object.assign||function(e){for(var r=1;r<arguments...
function K (line 1) | function K(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function J (line 1) | function J(e,r){var t=e.title,o=e.titleId,n=K(e,["title","titleId"]);ret...
function Z (line 1) | function Z(){return(Z=Object.assign||function(e){for(var r=1;r<arguments...
function Y (line 1) | function Y(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)r...
function G (line 1) | function G(e,r){var t=e.title,o=e.titleId,n=Y(e,["title","titleId"]);ret...
function X (line 1) | function X(){return(X=Object.assign||function(e){for(var r=1;r<arguments...
function ee (line 1) | function ee(e,r){if(null==e)return{};var t,o,s=function(e,r){if(null==e)...
function te (line 1) | function te(e,r){var t=e.title,o=e.titleId,n=ee(e,["title","titleId"]);r...
function ne (line 1) | function ne(e){var r,t=e.type,o=e.path,s=e.tips,i=void 0!==s&&s;if("pack...
function ge (line 1) | function ge(e,r){return n.a.createElement("div",{className:"navigator-li...
function ve (line 1) | function ve(e,r,t){return n.a.createElement("div",{className:"navigator-...
function s (line 1) | function s(e,r){var t;if("undefined"===typeof Symbol||null==e[Symbol.ite...
function s (line 1) | function s(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){va...
function n (line 1) | function n(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[...
function o (line 1) | function o(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enume...
function a (line 1) | function a(e){console.log("send",e.command,e.data),l.postMessage(e)}
function s (line 1) | function s(e,r){return function(e){if(Array.isArray(e))return e}(e)||fun...
function s (line 1) | function s(e,r){if(e){if("string"===typeof e)return Object(o.a)(e,r);var...
function t (line 1) | function t(e,r){for(var t=0,o=e.length-1;o>=0;o--){var s=e[o];"."===s?e....
function o (line 1) | function o(e,r){if(e.filter)return e.filter(r);for(var t=[],o=0;o<e.leng...
function o (line 1) | function o(e){for(var r=0;r<e.length&&""===e[r];r++);for(var t=e.length-...
function o (line 1) | function o(e){return e<1024?"".concat(e,"B"):e>1048576?"".concat((e/1024...
function s (line 1) | function s(e){return/\.(json|wxml|wxss|js|wxs)/.test(e)}
function o (line 1) | function o(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,o=new Ar...
function n (line 1) | function n(){throw new Error("setTimeout has not been defined")}
function l (line 1) | function l(){throw new Error("clearTimeout has not been defined")}
function a (line 1) | function a(e){if(t===setTimeout)return setTimeout(e,0);if((t===n||!t)&&s...
function p (line 1) | function p(){d&&i&&(d=!1,i.length?c=i.concat(c):f=-1,c.length&&g())}
function g (line 1) | function g(){if(!d){var e=a(p);d=!0;for(var r=c.length;r;){for(i=c,c=[];...
function v (line 1) | function v(e,r){this.fun=e,this.array=r}
function u (line 1) | function u(){}
function l (line 1) | function l(e){var r="topLevel/";return r+=e?e.slice(0,-1).replace(/\//g,...
function a (line 1) | function a(e){var r=l(e.subPackage);return e.subPackage?r+=e.path.slice(...
function i (line 1) | function i(e,r){var t=l(r.subPackage),o=e.children.find((function(e){ret...
function c (line 1) | function c(e,r,t){if(r.size+=e.size,1===t.length){var o,s=n.a.basename(e...
function d (line 1) | function d(e){var r,t={name:"\u4ee3\u7801\u5305",type:"root",id:"topLeve...
function f (line 1) | function f(e,r){var t;if(r)return function r(o){t||(o.id!==e&&o.id!==e+"...
function a (line 1) | function a(){var e=Object(n.useState)({analyseResult:null,navigatePath:"...
FILE: extensions/analyse-viewer/static/js/3.f447cb85.chunk.js
function i (line 1) | function i(){return
Copy disabled (too large)
Download .json
Condensed preview — 193 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (10,577K chars).
[
{
"path": ".eslintrc.json",
"chars": 720,
"preview": "{\n \"env\": {\n \"browser\": true,\n \"es2021\": true\n },\n \"extends\": [\"eslint:recommended\", \"plugin:@typescript-eslint"
},
{
"path": ".github/workflows/build.yml",
"chars": 702,
"preview": "name: Publish\non:\n release:\n types:\n - created\n\njobs:\n build:\n runs-on: ubuntu-latest\n steps:\n - na"
},
{
"path": ".gitignore",
"chars": 30,
"preview": "node_modules\n.bak\n*.vsix\ndist\n"
},
{
"path": ".husky/commit-msg",
"chars": 75,
"preview": "#!/usr/bin/env sh\n. \"$(dirname -- \"$0\")/_/husky.sh\"\n\nnpx commitlint --edit\n"
},
{
"path": ".husky/pre-commit",
"chars": 69,
"preview": "#!/usr/bin/env sh\n. \"$(dirname -- \"$0\")/_/husky.sh\"\n\nnpx lint-staged\n"
},
{
"path": ".lintstagedrc.json",
"chars": 99,
"preview": "{\n \"src/**/*.{js,jsx,ts,tsx}\": \"eslint --fix\",\n \"src/**/*\": \"prettier --write --ignore-unknown\"\n}"
},
{
"path": ".npmrc",
"chars": 33,
"preview": "node-linker=hoisted\nsymlink=false"
},
{
"path": ".prettierrc.json",
"chars": 619,
"preview": "{\n \"bracketSpacing\": true,\n \"htmlWhitespaceSensitivity\": \"css\",\n \"insertPragma\": false,\n \"jsxSingleQuote\": false,\n "
},
{
"path": ".vscode/launch.json",
"chars": 236,
"preview": "{\n\t\"version\": \"0.2.0\",\n\t\"configurations\": [\n\t\t{\n\t\t\t\"name\": \"调试插件\",\n\t\t\t\"type\": \"extensionHost\",\n\t\t\t\"request\": \"launch\",\n\t"
},
{
"path": ".vscodeignore",
"chars": 135,
"preview": ".vscode\n.github\nbuild\nsrc\ncommitlint.config.js\ntsconfig.json\npatches\n.vsix\n.npmrc\n.lintstagedrc.json\n.husky\npnpm-lock.ya"
},
{
"path": "CHANGELOG.md",
"chars": 3608,
"preview": "# 更新日志\n\n## [1.5.0] - 2024-8-16\n\n### 新增\n- 支持 TypeScript 项目\n- 支持自定义 CI Bot\n\n### 优化\n- 更新 `miniprogram-ci` 至 `2.0.9`\n- 编译选项交"
},
{
"path": "LICENSE",
"chars": 35149,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2007 Free "
},
{
"path": "README.md",
"chars": 2137,
"preview": "# 微信小程序开发工具\n\n;\nconst path = require('node:path');\n\nconst packagePath = path.join(__dirname, '..', 'packa"
},
{
"path": "commitlint.config.js",
"chars": 70,
"preview": "module.exports = {\n extends: ['@commitlint/config-conventional'],\n};\n"
},
{
"path": "extensions/analyse-viewer/index.html",
"chars": 3692,
"preview": "<!doctype html><html lang=\"en\"><head><meta charset=\"UTF-8\"/><meta name=\"viewport\" content=\"width=device-width,initial-sc"
},
{
"path": "extensions/analyse-viewer/static/css/2.9f6604f8.chunk.css",
"chars": 2869,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/3.53514592.chunk.css",
"chars": 6809,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/3.74e47665.chunk.css",
"chars": 6836,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/3.810520a8.chunk.css",
"chars": 6807,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/3.87f7e95e.chunk.css",
"chars": 6820,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/3.971dc97e.chunk.css",
"chars": 6811,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/3.b02a7ca9.chunk.css",
"chars": 6942,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/3.de8578ed.chunk.css",
"chars": 6747,
"preview": "*,:after,:before{box-sizing:border-box}:after,:before{text-decoration:inherit;vertical-align:inherit}html{cursor:default"
},
{
"path": "extensions/analyse-viewer/static/css/5.024d3dce.chunk.css",
"chars": 7003,
"preview": "body,html{height:100%}body{color:#e4e4e4;font-size:13px;padding:0}#container{height:100%}@keyframes fadeIn{0%{opacity:0}"
},
{
"path": "extensions/analyse-viewer/static/css/5.3ca67b73.chunk.css",
"chars": 7009,
"preview": "body,html{height:100%}body{color:#e4e4e4;font-size:13px;padding:0}#container{height:100%}@keyframes fadeIn{0%{opacity:0}"
},
{
"path": "extensions/analyse-viewer/static/css/5.67e99b5b.chunk.css",
"chars": 4548,
"preview": "body,html{height:100%}body{background-color:#2e2e2e;color:#e4e4e4;font-size:13px;padding:0}#container{height:100%}@keyfr"
},
{
"path": "extensions/analyse-viewer/static/css/5.a90a123e.chunk.css",
"chars": 6925,
"preview": "body,html{height:100%}body{color:#e4e4e4;font-size:13px;padding:0}#container{height:100%;overflow:hidden}@keyframes fade"
},
{
"path": "extensions/analyse-viewer/static/css/5.ce003449.chunk.css",
"chars": 7025,
"preview": "body,html{height:100%}body{color:#e4e4e4;font-size:13px;padding:0}#container{height:100%;overflow:hidden}@keyframes fade"
},
{
"path": "extensions/analyse-viewer/static/js/2.0ee27f03.chunk.js",
"chars": 78314,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[2],[,,,,,,,,,,,,,function(t"
},
{
"path": "extensions/analyse-viewer/static/js/2.23e1b2e3.chunk.js",
"chars": 78314,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[2],[,,,,,,,,,,,,,function(t"
},
{
"path": "extensions/analyse-viewer/static/js/2.273904b0.chunk.js",
"chars": 78314,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[2],[,,,,,,,,,,,,,function(t"
},
{
"path": "extensions/analyse-viewer/static/js/2.5b726728.chunk.js",
"chars": 78314,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[2],[,,,,,,,,,,,,,function(t"
},
{
"path": "extensions/analyse-viewer/static/js/2.a94c24bf.chunk.js",
"chars": 78314,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[2],[,,,,,,,,,,,,,function(t"
},
{
"path": "extensions/analyse-viewer/static/js/2.e47230da.chunk.js",
"chars": 78314,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[2],[,,,,,,,,,,,,,function(t"
},
{
"path": "extensions/analyse-viewer/static/js/3.00bc8b6b.chunk.js",
"chars": 52000,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.23e57b6e.chunk.js",
"chars": 52287,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.2bd96288.chunk.js",
"chars": 52596,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.30e7f44a.chunk.js",
"chars": 52653,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.3dbab1a0.chunk.js",
"chars": 54791,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.593a262a.chunk.js",
"chars": 51456,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.803a8145.chunk.js",
"chars": 54503,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.8ba63f56.chunk.js",
"chars": 54624,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.9878b665.chunk.js",
"chars": 51540,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.9e6790bd.chunk.js",
"chars": 54579,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.b5b7d98f.chunk.js",
"chars": 54793,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.c1774fd1.chunk.js",
"chars": 52626,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.c527663a.chunk.js",
"chars": 54626,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.cb4f16a3.chunk.js",
"chars": 52626,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.e547b69c.chunk.js",
"chars": 51489,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/3.f447cb85.chunk.js",
"chars": 51456,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[3],{11:function(e,r,t){\"use"
},
{
"path": "extensions/analyse-viewer/static/js/4.df8b2cc6.chunk.js",
"chars": 137416,
"preview": "/*! For license information please see 4.df8b2cc6.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.26f40738.chunk.js",
"chars": 400958,
"preview": "/*! For license information please see 5.26f40738.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.2b6265a7.chunk.js",
"chars": 401321,
"preview": "/*! For license information please see 5.2b6265a7.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.50937eab.chunk.js",
"chars": 400744,
"preview": "/*! For license information please see 5.50937eab.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.523a7bc8.chunk.js",
"chars": 400398,
"preview": "/*! For license information please see 5.523a7bc8.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.67ee3c65.chunk.js",
"chars": 400377,
"preview": "/*! For license information please see 5.67ee3c65.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.70f7ea44.chunk.js",
"chars": 401301,
"preview": "/*! For license information please see 5.70f7ea44.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.75671545.chunk.js",
"chars": 400752,
"preview": "/*! For license information please see 5.75671545.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.81a0e6dd.chunk.js",
"chars": 399962,
"preview": "/*! For license information please see 5.81a0e6dd.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.895a2210.chunk.js",
"chars": 399974,
"preview": "/*! For license information please see 5.895a2210.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.8b43fc37.chunk.js",
"chars": 400752,
"preview": "/*! For license information please see 5.8b43fc37.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.a0252e13.chunk.js",
"chars": 400911,
"preview": "/*! For license information please see 5.a0252e13.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.ae9e55ed.chunk.js",
"chars": 399921,
"preview": "/*! For license information please see 5.ae9e55ed.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.b3bdf355.chunk.js",
"chars": 399922,
"preview": "/*! For license information please see 5.b3bdf355.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.b9d25961.chunk.js",
"chars": 399962,
"preview": "/*! For license information please see 5.b9d25961.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.e622f88e.chunk.js",
"chars": 400717,
"preview": "/*! For license information please see 5.e622f88e.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/5.f3a6fb85.chunk.js",
"chars": 399616,
"preview": "/*! For license information please see 5.f3a6fb85.chunk.js.LICENSE.txt */\n(this[\"webpackJsonpcode-analyse-viewer\"]=this["
},
{
"path": "extensions/analyse-viewer/static/js/6.4a4cbc58.chunk.js",
"chars": 302308,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[6],{41:function(e){e.export"
},
{
"path": "extensions/analyse-viewer/static/js/main.00de8eaf.chunk.js",
"chars": 933,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[0],{5:function(e,n,t){\"use "
},
{
"path": "extensions/analyse-viewer/static/js/main.0ebb9031.chunk.js",
"chars": 933,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[0],{5:function(e,n,t){\"use "
},
{
"path": "extensions/analyse-viewer/static/js/main.4c352252.chunk.js",
"chars": 933,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[0],{5:function(e,n,t){\"use "
},
{
"path": "extensions/analyse-viewer/static/js/main.9953cb97.chunk.js",
"chars": 933,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[0],{5:function(e,n,t){\"use "
},
{
"path": "extensions/analyse-viewer/static/js/main.c71c4fc5.chunk.js",
"chars": 933,
"preview": "(this[\"webpackJsonpcode-analyse-viewer\"]=this[\"webpackJsonpcode-analyse-viewer\"]||[]).push([[0],{5:function(e,n,t){\"use "
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.07070f90.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,p=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.11ad15e6.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.187e97fb.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.21691426.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.2192102b.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.26e5ac6f.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.356ad258.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.35940d5f.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.569bc7d2.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.602152c9.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.79bf1275.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.90def5d3.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.93907157.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.93c8bb56.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,p=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.940e5b39.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.95a9cd64.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.a2328cd3.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,c=t[0],i=t[1],l=t[2],s=0,d=[];s<c.length;s++)o=c[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.baeffe83.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.cf1381ab.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.d25a832a.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.d7b52baa.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,p=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.e083ef2b.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.ed20c667.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.f1eda083.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.f5f67302.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/analyse-viewer/static/js/runtime-main.f99000c1.js",
"chars": 3345,
"preview": "!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProper"
},
{
"path": "extensions/engine-tutorial-plugin/extension.js",
"chars": 7110,
"preview": "/******/ (() => { // webpackBootstrap\n/******/ \t\"use strict\";\n/******/ \tvar __webpack_modules__ = ([\n/* 0 */,\n/* 1 */\n/*"
},
{
"path": "extensions/engine-tutorial-plugin/package.json",
"chars": 1224,
"preview": "{\n\t\"name\": \"wx-engine-tutorial\",\n \"publisher\": \"wechat.miniprogram\",\n\t\"displayName\": \"wx-engine-tutorial\",\n\t\"descriptio"
},
{
"path": "extensions/universal-path-intellisense/LICENSE.txt",
"chars": 1083,
"preview": "The MIT License (MIT)\n\nCopyright (c) 2016 Christian Kohler\n\nPermission is hereby granted, free of charge, to any person "
},
{
"path": "extensions/universal-path-intellisense/out/configuration/configuration.interface.js",
"chars": 109,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n//configuration.interface.js.map"
},
{
"path": "extensions/universal-path-intellisense/out/configuration/configuration.service.js",
"chars": 2343,
"preview": "\"use strict\";\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function ad"
},
{
"path": "extensions/universal-path-intellisense/out/configuration/mapping.service.js",
"chars": 1675,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n/**\n * From { \"lib\": \"libraries\", \"other\": "
},
{
"path": "extensions/universal-path-intellisense/out/configuration/tsconfig.service.js",
"chars": 3413,
"preview": "\"use strict\";\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function ad"
},
{
"path": "extensions/universal-path-intellisense/out/extension.js",
"chars": 1392,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// The module 'vscode' contains the VS Code"
},
{
"path": "extensions/universal-path-intellisense/out/providers/defProvider/default.defFrovider.js",
"chars": 6972,
"preview": "\"use strict\";\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function ad"
},
{
"path": "extensions/universal-path-intellisense/out/providers/default.provider.js",
"chars": 385,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst javascript_provider_1 = require(\"./ja"
},
{
"path": "extensions/universal-path-intellisense/out/providers/index.js",
"chars": 485,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst default_provider_1 = require(\"./defau"
},
{
"path": "extensions/universal-path-intellisense/out/providers/javascript/createCompletionItem.js",
"chars": 1884,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst vscode = require(\"vscode\");\nfunction "
},
{
"path": "extensions/universal-path-intellisense/out/providers/javascript/createContext.js",
"chars": 2080,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nconst vscode = require(\"vscode\");\nfunction "
},
{
"path": "extensions/universal-path-intellisense/out/providers/javascript/javascript.provider.js",
"chars": 2954,
"preview": "\"use strict\";\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function ad"
},
{
"path": "extensions/universal-path-intellisense/out/providers/provider.interface.js",
"chars": 104,
"preview": "\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\n//provider.interface.js.map"
},
{
"path": "extensions/universal-path-intellisense/out/utils/file-utills.js",
"chars": 3255,
"preview": "\"use strict\";\nvar __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function ad"
},
{
"path": "extensions/universal-path-intellisense/package.json",
"chars": 2770,
"preview": "{\n \"name\": \"universal-path-intellisense\",\n \"private\": true,\n \"displayName\": \"Universal Path Intellisense\",\n \"descrip"
},
{
"path": "extensions/wechat-miniprogram-development/extension.js",
"chars": 274362,
"preview": "(()=>{var e={5623:e=>{\"use strict\";function t(e,t,r){e instanceof RegExp&&(e=n(e,r)),t instanceof RegExp&&(t=n(t,r));var"
},
{
"path": "extensions/wechat-miniprogram-development/package.json",
"chars": 2404,
"preview": "{\n \"name\": \"wechat-miniprogram-development\",\n \"displayName\": \"wechat-miniprogram-development\",\n \"description\": \"Offic"
},
{
"path": "extensions/wechat-miniprogram-development/skylineStyleServer.js",
"chars": 148193,
"preview": "(()=>{var e={6049:(e,t)=>{t=function(e,t,n){var r;return function(){var o=this,i=arguments,s=function(){r=null,e.apply(o"
},
{
"path": "extensions/wx-json/package.json",
"chars": 2452,
"preview": "{\n \"name\": \"wx-json\",\n \"displayName\": \"wx-json\",\n \"description\": \"Wechat MiniProgram & MiniGame Related JSON Language"
},
{
"path": "extensions/wx-snippets/package.json",
"chars": 713,
"preview": "{\n \"name\": \"wx-snippets\",\n \"displayName\": \"WX Snippets\",\n \"description\": \"Snippets for WeChat MiniProgram\",\n \"versio"
},
{
"path": "extensions/wx-snippets/snippets/snippets.js.json",
"chars": 642772,
"preview": "{\n \"App\": {\n \"prefix\": \"App\",\n \"body\": [\n \"App({\",\n \"\",\n \" /**\",\n \" * 当小程序初始化完成时,会触发 onLau"
},
{
"path": "extensions/wx-snippets/snippets/snippets.json.json",
"chars": 3852,
"preview": "{\n \"window-navigationBarBackgroundColor\": {\n \"prefix\": \"navigationBarBackgroundColor\",\n \"body\": [\n \"\\\"naviga"
},
{
"path": "extensions/wx-snippets/snippets/snippets.ts.json",
"chars": 2183,
"preview": "{\n \"App\": {\n \"prefix\": \"App\",\n \"body\": [\n \"App<$1>({\",\n \"\",\n \" /**\",\n \" * 当小程序初始化完成时,会触发 o"
},
{
"path": "extensions/wxml-basics/cgmanifest.json",
"chars": 555,
"preview": "{\n\t\"registrations\": [\n\t\t{\n\t\t\t\"component\": {\n\t\t\t\t\"type\": \"git\",\n\t\t\t\t\"git\": {\n\t\t\t\t\t\"name\": \"atom/language-xml\",\n\t\t\t\t\t\"repo"
},
{
"path": "extensions/wxml-basics/html.tmLanguage.json",
"chars": 84476,
"preview": "{\n\t\"information_for_contributors\": [\n\t\t\"This file has been converted from https://github.com/textmate/html.tmbundle/blob"
},
{
"path": "extensions/wxml-basics/package.json",
"chars": 1237,
"preview": "{\n\t\"name\": \"wxml\",\n\t\"displayName\": \"%displayName%\",\n\t\"description\": \"%description%\",\n\t\"version\": \"1.0.0\",\n\t\"publisher\": "
},
{
"path": "extensions/wxml-basics/package.nls.json",
"chars": 303,
"preview": "{\n\t\"displayName\": \"XML Language Basics\",\n\t\"description\": \"Provides syntax highlighting and bracket matching in XML files"
},
{
"path": "extensions/wxml-basics/syntaxes/wxml-derivative.tmLanguage.json",
"chars": 1534,
"preview": "{\n \"information_for_contributors\": [\n \"This file has been converted from https://github.com/textmate/html.tmbundle/b"
},
{
"path": "extensions/wxml-basics/syntaxes/wxml.tmLanguage.json",
"chars": 86027,
"preview": "{\n\t\"information_for_contributors\": [\n\t\t\"This file has been converted from https://github.com/textmate/html.tmbundle/blob"
},
{
"path": "extensions/wxml-basics/syntaxes/xsl.tmLanguage.json",
"chars": 2102,
"preview": "{\n\t\"information_for_contributors\": [\n\t\t\"This file has been converted from https://github.com/atom/language-xml/blob/mast"
},
{
"path": "extensions/wxml-basics/wxml.language-configuration.json",
"chars": 824,
"preview": "{\n\t\"comments\": {\n\t\t\"blockComment\": [ \"<!--\", \"-->\" ]\n\t},\n\t\"brackets\": [\n\t\t[\"<!--\", \"-->\"],\n\t\t[\"<\", \">\"],\n\t\t[\"{\", \"}\"],\n\t"
},
{
"path": "extensions/wxml-basics/xsl.language-configuration.json",
"chars": 391,
"preview": "{\n\t\"comments\": {\n\t\t\"lineComment\": \"\",\n\t\t\"blockComment\": [\"<!--\", \"-->\"]\n\t},\n\t\"brackets\": [\n\t\t[\"<\", \">\"]\n\t]\n\n\t// enhanced"
},
{
"path": "extensions/wxml-language-features/README.md",
"chars": 463,
"preview": "# Language Features for HTML\n\n**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not "
},
{
"path": "extensions/wxml-language-features/build/bundleTypeScriptLibraries.js",
"chars": 4881,
"preview": "/*---------------------------------------------------------------------------------------------\n * Copyright (c) Micros"
},
{
"path": "extensions/wxml-language-features/package.json",
"chars": 6576,
"preview": "{\n \"name\": \"wxml-language-features\",\n \"displayName\": \"%displayName%\",\n \"description\": \"%description%\",\n \"version\": \""
},
{
"path": "extensions/wxml-language-features/package.nls.json",
"chars": 3566,
"preview": "{\n \"displayName\": \"WXML Language Features\",\n \"description\": \"Provides rich language support for HTML and Handlebar fil"
},
{
"path": "extensions/wxml-language-features/schemas/package.schema.json",
"chars": 748,
"preview": "{\"$schema\":\"http://json-schema.org/draft-07/schema#\",\"title\":\"HTML contributions to package.json\",\"type\":\"object\",\"prope"
},
{
"path": "extensions/wxml-language-features/server/lib/cgmanifest.json",
"chars": 234,
"preview": "{\"registrations\":[{\"component\":{\"type\":\"git\",\"git\":{\"name\":\"definitelytyped\",\"repositoryUrl\":\"https://github.com/Definit"
},
{
"path": "extensions/wxml-language-features/server/lib/jquery.d.ts",
"chars": 152000,
"preview": "// Type definitions for jQuery 1.10.x / 2.0.x\n// Project: http://jquery.com/\n// Definitions by: Boris Yankov <https://gi"
},
{
"path": "extensions/wxml-language-features/server/package.json",
"chars": 1133,
"preview": "{\"name\":\"vscode-wxml-languageserver\",\"description\":\"WXML language server\",\"version\":\"1.0.0\",\"author\":\"Microsoft Corporat"
},
{
"path": "extensions/wxs/package.json",
"chars": 459,
"preview": "{\n \"name\": \"wxs\",\n \"displayName\": \"WXS\",\n \"description\": \"WXS Language Basics\",\n \"version\": \"1.0.0\",\n \"publisher\": "
},
{
"path": "extensions/wxss/package.json",
"chars": 413,
"preview": "{\n \"name\": \"wxss\",\n \"displayName\": \"WXSS\",\n \"description\": \"WXSS Language Basics\",\n \"version\": \"1.0.0\",\n \"publisher"
},
{
"path": "html/common.ejs",
"chars": 243,
"preview": "<!DOCTYPE html>\n<html>\n <head>\n <style>\n html, body, iframe {\n height: 100%;\n width: 100%;\n "
},
{
"path": "html/preview.ejs",
"chars": 1120,
"preview": "<!DOCTYPE html>\n<html>\n <head>\n <style>\n html {\n display: flex;\n align-items: center;\n jus"
},
{
"path": "html/project.ejs",
"chars": 1658,
"preview": "<!DOCTYPE html>\n<html>\n <head>\n <style>\n body {\n line-height: 1.5;\n margin: 36px 24px;\n cu"
},
{
"path": "html/quality.ejs",
"chars": 1027,
"preview": "<!DOCTYPE html>\n<html>\n <head>\n <style>\n html {\n display: flex;\n align-items: center;\n jus"
},
{
"path": "package.json",
"chars": 17676,
"preview": "{\n \"name\": \"miniprogram-vscode-extension\",\n \"displayName\": \"微信小程序开发工具\",\n \"description\": \"提供小程序预览、打包上传、代码补全、语法高亮、项目模版等"
},
{
"path": "package.nls.json",
"chars": 4414,
"preview": "{\n \"commands.config.openIDE\": \"Open WeChat Developer Tools\",\n \"commands.config.project\": \"View Project Configuration\","
},
{
"path": "package.nls.zh-cn.json",
"chars": 615,
"preview": "{\n \"displayName\": \"微信小程序开发工具\",\n \"description\": \"提供小程序预览、打包上传、代码补全、语法高亮、项目模版等功能\",\n \"commands.config.openIDE\": \"打开微信开发者"
},
{
"path": "src/base.ts",
"chars": 480,
"preview": "import * as vscode from 'vscode';\n\nclass Module {\n protected dependencies?: Module[];\n\n activate(context: vscode.Exten"
},
{
"path": "src/commands/base.ts",
"chars": 766,
"preview": "import * as vscode from 'vscode';\n\nimport Module from '../base';\nimport { saveMiniprogramProject } from './compile/utils"
},
{
"path": "src/commands/compile/analyze.ts",
"chars": 2197,
"preview": "import fs from 'node:fs';\nimport path from 'node:path';\nimport * as ci from 'miniprogram-ci';\nimport * as vscode from 'v"
},
{
"path": "src/commands/compile/artifact.ts",
"chars": 1370,
"preview": "import os from 'node:os';\nimport path from 'node:path';\nimport * as ci from 'miniprogram-ci';\nimport open from 'open';\ni"
},
{
"path": "src/commands/compile/directory.ts",
"chars": 855,
"preview": "import fs from 'node:fs';\nimport path from 'node:path';\nimport * as vscode from 'vscode';\n\nimport { updateJSON } from '."
},
{
"path": "src/commands/compile/index.ts",
"chars": 628,
"preview": "import Command from '../base';\nimport AnalyzeCommand from './analyze';\nimport ArtifactCommand from './artifact';\nimport "
},
{
"path": "src/commands/compile/npm.ts",
"chars": 1699,
"preview": "import fs from 'node:fs';\nimport path from 'node:path';\nimport * as ci from 'miniprogram-ci';\nimport * as vscode from 'v"
},
{
"path": "src/commands/compile/preview.ts",
"chars": 2502,
"preview": "import fs from 'node:fs/promises';\nimport os from 'node:os';\nimport path from 'node:path';\nimport * as ci from 'miniprog"
},
{
"path": "src/commands/compile/quality.ts",
"chars": 773,
"preview": "import * as ci from 'miniprogram-ci';\nimport * as vscode from 'vscode';\n\nimport { createProject } from '../../utils/proj"
},
{
"path": "src/commands/compile/sourcemap.ts",
"chars": 1482,
"preview": "import * as ci from 'miniprogram-ci';\nimport open from 'open';\nimport * as vscode from 'vscode';\n\nimport { createProject"
},
{
"path": "src/commands/compile/upload.ts",
"chars": 2285,
"preview": "import * as ci from 'miniprogram-ci';\nimport * as vscode from 'vscode';\n\nimport { createProject, readProjectConfig } fro"
},
{
"path": "src/commands/compile/utils.ts",
"chars": 1448,
"preview": "import fs from 'node:fs';\nimport os from 'node:os';\nimport path from 'node:path';\nimport * as vscode from 'vscode';\n\nimp"
},
{
"path": "src/commands/create.ts",
"chars": 2395,
"preview": "import fs from 'node:fs';\nimport path from 'node:path';\nimport * as vscode from 'vscode';\n\nimport * as componentTemplate"
},
{
"path": "src/commands/document/index.ts",
"chars": 329,
"preview": "import Command from '../base';\nimport ManagementCommand from './management';\nimport OpenDocumentCommand from './open';\ni"
},
{
"path": "src/commands/document/management.ts",
"chars": 324,
"preview": "import * as vscode from 'vscode';\n\nimport Command from '../base';\n\nclass ManagementCommand extends Command {\n activate("
},
{
"path": "src/commands/document/open.ts",
"chars": 351,
"preview": "import Command from '../base';\nimport { createServer } from './utils';\n\nclass OpenDocumentCommand extends Command {\n ac"
},
{
"path": "src/commands/document/search.ts",
"chars": 1464,
"preview": "import { debounce } from 'debounce';\nimport { fetch } from 'undici';\nimport * as vscode from 'vscode';\n\nimport Command f"
},
{
"path": "src/commands/document/utils.ts",
"chars": 904,
"preview": "import http from 'node:http';\nimport { fetch } from 'undici';\n\nimport { openURL } from '../../utils/ui';\n\nexport functio"
},
{
"path": "src/commands/index.ts",
"chars": 406,
"preview": "import Module from '../base';\nimport CompileCommand from './compile';\nimport CreateCommand from './create';\nimport Docum"
},
{
"path": "src/commands/project.ts",
"chars": 4621,
"preview": "import { exec, execFile } from 'node:child_process';\nimport fs from 'node:fs';\nimport os from 'node:os';\nimport * as ci "
},
{
"path": "src/commands/storage.ts",
"chars": 658,
"preview": "import * as vscode from 'vscode';\n\nimport Command from './base';\n\nclass StorageCommand extends Command {\n activate(cont"
},
{
"path": "src/entry/development.js",
"chars": 300,
"preview": "/* eslint-disable n/no-unpublished-require */\n/* eslint-disable @typescript-eslint/no-var-requires */\n/* eslint-disable "
},
{
"path": "src/entry/production.js",
"chars": 152,
"preview": "// eslint-disable-next-line n/no-missing-require, @typescript-eslint/no-var-requires\nconst extension = require('./index'"
},
{
"path": "src/index.ts",
"chars": 529,
"preview": "import Module from './base';\nimport CommandModule from './commands';\nimport ComponentPlugin from './plugins/component';\n"
},
{
"path": "src/plugins/component.ts",
"chars": 2628,
"preview": "import path from 'node:path';\nimport * as vscode from 'vscode';\n\nimport Plugin from '../base';\nimport { readJSON } from "
},
{
"path": "src/plugins/extension.ts",
"chars": 371,
"preview": "import Plugin from '../base';\n\nclass ExtensionPlugin extends Plugin {\n dependencies = [\n require('../../extensions/e"
},
{
"path": "src/plugins/proxy.ts",
"chars": 332,
"preview": "import * as ci from 'miniprogram-ci';\nimport * as vscode from 'vscode';\n\nimport Plugin from '../base';\n\nclass ProxyPlugi"
},
{
"path": "src/plugins/view.ts",
"chars": 2674,
"preview": "import * as vscode from 'vscode';\n\nimport Plugin from '../base';\n\ninterface TreeElement {\n command: string;\n title: st"
},
{
"path": "src/templates/component.ts",
"chars": 392,
"preview": "export const js = `\nComponent({\n behaviors: [],\n properties: {\n\n },\n data: {\n\n },\n lifetimes: {\n created() {\n\n "
},
{
"path": "src/templates/page.ts",
"chars": 391,
"preview": "export const js = `\nPage({\n data: {\n\n },\n onLoad(options) {\n\n },\n onReady() {\n\n },\n onShow() {\n\n },\n onHide() {"
},
{
"path": "src/types.ts",
"chars": 302,
"preview": "import type { Project } from 'miniprogram-ci';\n\ntype IProjectAttr = Awaited<ReturnType<Project['attr']>>;\n\nexport interf"
},
{
"path": "src/utils/json.ts",
"chars": 595,
"preview": "import fs from 'node:fs';\n\nfunction readJSON<T extends Record<string, any>>(filePath: string): T | null {\n try {\n co"
},
{
"path": "src/utils/path.ts",
"chars": 2533,
"preview": "import crypto from 'node:crypto';\nimport fs from 'node:fs';\nimport os from 'node:os';\nimport path from 'node:path';\nimpo"
},
{
"path": "src/utils/project.ts",
"chars": 3145,
"preview": "import fs from 'node:fs';\nimport path from 'node:path';\nimport * as vscode from 'vscode';\n\nimport { readJSON } from './j"
},
{
"path": "src/utils/render.ts",
"chars": 256,
"preview": "import path from 'node:path';\nimport ejs from 'ejs';\n\nfunction render(template: string, data: Record<string, unknown>): "
},
{
"path": "src/utils/ui.ts",
"chars": 1580,
"preview": "import * as vscode from 'vscode';\n\nimport renderHTML from '../utils/render';\n\nfunction showInputBox(options: Partial<vsc"
},
{
"path": "tsconfig.json",
"chars": 570,
"preview": "{\n \"compilerOptions\": {\n \"target\": \"esnext\",\n \"module\": \"esnext\",\n \"declaration\": false,\n \"removeComments\":"
}
]
// ... and 1 more files (download for full content)
About this extraction
This page contains the full source code of the crazyurus/miniprogram-vscode-extension GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 193 files (9.6 MB), approximately 2.5M tokens, and a symbol index with 26552 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.