Every line of 'mdn destructuring' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
147 toDestructuring(parser, _varTag){ 148 // 转换内部表达式 149 this.convert(parser, _varTag); 150 return new ArrayDestructuringExpression(this); 151 };