You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...\node_modules\acorn\dist\acorn.js:571
Parser.extend = function extend () {
var plugins = [], len = arguments.length;
while ( len-- ) plugins[ len ] = arguments[ len ];
var cls = this;
for (var i = 0; i < plugins.length; i++) { cls = plugins[i](cls); }
^
TypeError: plugins[i] is not a function
The text was updated successfully, but these errors were encountered:
I run this source code and the result is incorrect
result:
The text was updated successfully, but these errors were encountered: