Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Sep 20, 2021
1 parent 996fc0d commit dee419c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/scope.js
Expand Up @@ -785,7 +785,6 @@ AST_Toplevel.DEFMETHOD("mangle_names", function(options) {

if (options.cache) {
this.globals.forEach(collect);
// TODO
if (options.cache.props) {
options.cache.props.forEach(function(mangled_name) {
mangled_names.add(mangled_name);
Expand Down

0 comments on commit dee419c

Please sign in to comment.