mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
f7fcdfe621
commit
5412c0c114
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
import { fileURLToPath } from 'url';
|
|
||||||
import { resolve as importMetaResolve } from 'import-meta-resolve';
|
|
||||||
import type { PluginObj } from '@babel/core';
|
import type { PluginObj } from '@babel/core';
|
||||||
import * as t from '@babel/types';
|
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.
|
* This plugin handles every file that runs through our JSX plugin.
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
// License: MIT (https://github.com/solidjs/vite-plugin-solid/blob/03130c8a0a2ceaab9a07e16f1e1df832b996e1b8/package.json#L38)
|
// License: MIT (https://github.com/solidjs/vite-plugin-solid/blob/03130c8a0a2ceaab9a07e16f1e1df832b996e1b8/package.json#L38)
|
||||||
|
|
||||||
import fs from 'fs';
|
import fs from 'fs';
|
||||||
import path from 'path';
|
|
||||||
import { createRequire } from 'module';
|
import { createRequire } from 'module';
|
||||||
|
import path from 'path';
|
||||||
import { fileURLToPath } from 'url';
|
import { fileURLToPath } from 'url';
|
||||||
|
|
||||||
function containsSolidField(fields: Record<string, any>) {
|
function containsSolidField(fields: Record<string, any>) {
|
||||||
|
|
Loading…
Reference in a new issue