facebookarchive/prepack

pretty variable/function names

Open

#474 创建于 2017年4月27日

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

描述

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.

贡献者指南