6 Star 20 Fork 12

Gitee 极速下载/preact

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/developit/preact
克隆/下载
mangle.json 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
{
"help": {
"what is this file?": "It controls protected/private property mangling so that minified builds have consistent property names.",
"why are there duplicate minified properties?": "Most properties are only used on one type of objects, so they can have the same name since they will never collide. Doing this reduces size."
},
"minify": {
"mangle": {
"properties": {
"regex": "^_[^_]",
"reserved": [
"__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",
"__REACT_DEVTOOLS_GLOBAL_HOOK__",
"__PREACT_DEVTOOLS__",
"_renderers",
"__source",
"__self"
]
}
},
"compress": {
"hoist_vars": true,
"reduce_funcs": false
}
},
"props": {
"cname": 6,
"props": {
"$__hasScuFromHooks": "__f",
"$_listeners": "l",
"$_cleanup": "__c",
"$__hooks": "__H",
"$_hydrationMismatch": "__m",
"$_list": "__",
"$_pendingEffects": "__h",
"$_value": "__",
"$_nextValue": "__N",
"$_original": "__v",
"$_args": "__H",
"$_factory": "__h",
"$_depth": "__b",
"$_dirty": "__d",
"$_mask": "__m",
"$_detachOnNextRender": "__b",
"$_force": "__e",
"$_nextState": "__s",
"$_renderCallbacks": "__h",
"$_stateCallbacks": "_sb",
"$_vnode": "__v",
"$_children": "__k",
"$_pendingSuspensionCount": "__u",
"$_childDidSuspend": "__c",
"$_onResolve": "__R",
"$_suspended": "__a",
"$_dom": "__e",
"$_component": "__c",
"$_index": "__i",
"$_flags": "__u",
"$__html": "__html",
"$_parent": "__",
"$_pendingError": "__E",
"$_processingException": "__",
"$_globalContext": "__n",
"$_context": "c",
"$_defaultValue": "__",
"$_id": "__c",
"$_contextRef": "__",
"$_parentDom": "__P",
"$_originalParentDom": "__O",
"$_prevState": "__u",
"$_root": "__",
"$_diff": "__b",
"$_commit": "__c",
"$_addHookName": "__a",
"$_render": "__r",
"$_hook": "__h",
"$_catchError": "__e",
"$_unmount": "__u",
"$_owner": "__o",
"$_skipEffects": "__s",
"$_rerenderCount": "__r",
"$_forwarded": "__f",
"$_isSuspended": "__i"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mirrors/preact.git
git@gitee.com:mirrors/preact.git
mirrors
preact
preact
main

搜索帮助