0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] format

This commit is contained in:
bluwy 2022-10-12 14:34:35 +00:00 committed by fredkbot
parent f7fcdfe621
commit 5412c0c114
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { fileURLToPath } from 'url';
import { resolve as importMetaResolve } from 'import-meta-resolve';
import type { PluginObj } from '@babel/core';
import * as t from '@babel/types';
import { resolve as importMetaResolve } from 'import-meta-resolve';
import { fileURLToPath } from 'url';
/**
* This plugin handles every file that runs through our JSX plugin.

View file

@ -3,8 +3,8 @@
// License: MIT (https://github.com/solidjs/vite-plugin-solid/blob/03130c8a0a2ceaab9a07e16f1e1df832b996e1b8/package.json#L38)
import fs from 'fs';
import path from 'path';
import { createRequire } from 'module';
import path from 'path';
import { fileURLToPath } from 'url';
function containsSolidField(fields: Record<string, any>) {