refactor(webcodecs): split codec decoders

This commit is contained in:
Simon Chan 2024-06-14 15:26:38 +08:00
parent dad1308cc4
commit 5620716a4f
No known key found for this signature in database
GPG key ID: A8B69F750B9BCEDD
14 changed files with 323 additions and 237 deletions

View file

@ -16,6 +16,8 @@ const child = spawn(
eslint,
["--config", resolve(__dirname, "eslint.config.js"), "--fix", "."],
{
// https://github.com/nodejs/node/issues/52554
shell: true,
stdio: "inherit",
},
);