facebookarchive/prepack

pretty variable/function names

Open

#474 opened on 2017年4月27日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)JavaScript (14,268 stars) (520 forks)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.

コントリビューターガイド