We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@babel/core
1 parent a1333a6 commit b4cab03Copy full SHA for b4cab03
package.json
@@ -42,7 +42,7 @@
42
"string.prototype.matchall": "^4.0.8"
43
},
44
"devDependencies": {
45
- "@babel/core": "^7.20.2",
+ "@babel/core": "^7.20.5",
46
"@babel/eslint-parser": "^7.19.1",
47
"@babel/plugin-syntax-decorators": "^7.19.0",
48
"@babel/plugin-syntax-do-expressions": "^7.18.6",
tests/helpers/parsers.js
@@ -175,7 +175,6 @@ const parsers = {
175
);
176
});
177
178
- // console.log(require('util').inspect(t, { depth: null }));
179
return t;
180
181
};
0 commit comments