facebookarchive/prepack

pretty variable/function names

Open

#474 opened on Apr 27, 2017

View on GitHub
 (0 comments) (2 reactions) (0 assignees)JavaScript (14,268 stars) (520 forks)batch import
design neededenhancementhelp wanted

Description

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.

Contributor guide