1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Merge pull request #18060 from nicolo-ribaudo/babel-plugin-class

Update the Babel plugin to remove empty class constructors
This commit is contained in:
Jonas Jenwald 2024-05-14 13:14:54 +02:00 committed by GitHub
commit 36a496b409
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 88 additions and 8 deletions

View file

@ -2408,8 +2408,8 @@ gulp.task("externaltest", function (done) {
});
console.log();
console.log("### Running test-fixtures_esprima.js");
safeSpawnSync("node", ["external/builder/test-fixtures_esprima.mjs"], {
console.log("### Running test-fixtures_babel.js");
safeSpawnSync("node", ["external/builder/test-fixtures_babel.mjs"], {
stdio: "inherit",
});
done();