[ci] yarn format

This commit is contained in:
natemoo-re 2021-11-17 20:26:52 +00:00 committed by GitHub Actions
parent 06446d14a3
commit 101643398a

View file

@ -15,7 +15,7 @@ import { resolveDependency } from './util.js';
// Some packages are just external, and thats the way it goes.
const ALWAYS_EXTERNAL = new Set([
...builtinModules.map(name => `node:${name}`),
...builtinModules.map((name) => `node:${name}`),
'@sveltejs/vite-plugin-svelte',
'estree-util-value-to-estree',
'micromark-util-events-to-acorn',