Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jun 13, 2023
1 parent 34121b3 commit 4b5a579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Adapted from https://github.com/solidjs/vite-plugin-solid/blob/master/src/index.ts
import { readFileSync } from "node:fs";

import { createFilter } from "@rollup/pluginutils";
import type { TransformOptions } from "@babel/core";
import { transformAsync } from "@babel/core";
// @ts-expect-error
import ts from "@babel/preset-typescript";
import { createFilter } from "@rollup/pluginutils";
// @ts-expect-error
import solid from "babel-preset-solid";
import { mergeAndConcat } from "merge-anything";
Expand Down

0 comments on commit 4b5a579

Please sign in to comment.