[ci] format
This commit is contained in:
parent
1a3923da78
commit
25a76eac9c
1 changed files with 1 additions and 1 deletions
|
@ -10,8 +10,8 @@ import * as colors from 'kleur/colors';
|
||||||
import path from 'path';
|
import path from 'path';
|
||||||
import { error } from '../core/logger/core.js';
|
import { error } from '../core/logger/core.js';
|
||||||
import { removeQueryString } from '../core/path.js';
|
import { removeQueryString } from '../core/path.js';
|
||||||
import tagExportsPlugin from './tag.js';
|
|
||||||
import { detectImportSource } from './import-source.js';
|
import { detectImportSource } from './import-source.js';
|
||||||
|
import tagExportsPlugin from './tag.js';
|
||||||
|
|
||||||
const JSX_EXTENSIONS = new Set(['.jsx', '.tsx', '.mdx']);
|
const JSX_EXTENSIONS = new Set(['.jsx', '.tsx', '.mdx']);
|
||||||
const IMPORT_STATEMENTS: Record<string, string> = {
|
const IMPORT_STATEMENTS: Record<string, string> = {
|
||||||
|
|
Loading…
Reference in a new issue