[ci] format

This commit is contained in:
matthewp 2022-11-30 16:03:47 +00:00 committed by fredkbot
parent 1a3923da78
commit 25a76eac9c

View file

@ -10,8 +10,8 @@ import * as colors from 'kleur/colors';
import path from 'path';
import { error } from '../core/logger/core.js';
import { removeQueryString } from '../core/path.js';
import tagExportsPlugin from './tag.js';
import { detectImportSource } from './import-source.js';
import tagExportsPlugin from './tag.js';
const JSX_EXTENSIONS = new Set(['.jsx', '.tsx', '.mdx']);
const IMPORT_STATEMENTS: Record<string, string> = {