Add descriptions to transformation/transformers/es6/destructuring
This commit is contained in:
parent
961d482269
commit
deeb75a5d1
@ -235,7 +235,7 @@ export var visitor = {
|
||||
};
|
||||
|
||||
/**
|
||||
* [Please add a description.]
|
||||
* Test if a VariableDeclaration's declarations contains any Patterns.
|
||||
*/
|
||||
|
||||
function variableDeclarationHasPattern(node) {
|
||||
@ -248,7 +248,7 @@ function variableDeclarationHasPattern(node) {
|
||||
}
|
||||
|
||||
/**
|
||||
* [Please add a description.]
|
||||
* Test if an ArrayPattern's elements contain any RestElements.
|
||||
*/
|
||||
|
||||
function hasRest(pattern) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user