facebookarchive/prepack

pretty variable/function names

Open

#474 创建于 2017年4月27日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)JavaScript (520 fork)batch import
design neededenhancementhelp wanted

仓库指标

Star
 (14,268 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Prepack should try to keep original variable/function names whenever possible, instead of producing ids such as _123. Prepack already has a debugNames flag that appends the original names using some name mangling convention. However, it would be nice if the exact original names could be kept whenever possible.

贡献者指南