Skip to content

Commit

Permalink
Code comments [nocode]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 23, 2023
1 parent 84797e9 commit 64a446f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/serialize/blocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,8 @@ module.exports = {
// Rename injection node
renameInjectionVarNode();
} else if (!containsEval || paramName === 'super') {
// NB: `super` var is always renamed
// Param can be renamed.
// NB: `super` param is always renamed.
newName = transformVarName(paramName, containsEval);
if (newName !== paramName) {
// Rename all nodes
Expand Down

0 comments on commit 64a446f

Please sign in to comment.