Skip to content

Commit

Permalink
Code comment [nocode]
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Nov 23, 2023
1 parent f703fab commit 5e7d7a9
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 5e7d7a9

Please sign in to comment.