[ci] format
This commit is contained in:
parent
29b29e6a8a
commit
b4c5c8ef57
1 changed files with 0 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
||||||
import type { PluginObj } from '@babel/core';
|
import type { PluginObj } from '@babel/core';
|
||||||
import * as t from '@babel/types';
|
import * as t from '@babel/types';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This plugin handles every file that runs through our JSX plugin.
|
* This plugin handles every file that runs through our JSX plugin.
|
||||||
* Since we statically match every JSX file to an Astro renderer based on import scanning,
|
* Since we statically match every JSX file to an Astro renderer based on import scanning,
|
||||||
|
@ -116,7 +114,6 @@ export default function tagExportsWithRenderer({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue