We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e1bb7 commit 43cf9f6Copy full SHA for 43cf9f6
2 files changed
src/esbuild/swc.ts
@@ -1,10 +1,10 @@
1
/**
2
* Use SWC to emit decorator metadata
3
*/
4
-import { type JscConfig } from '@swc/core'
5
-import { type Plugin } from 'esbuild'
+import type { JscConfig } from '@swc/core'
+import type { Plugin } from 'esbuild'
6
import path from 'path'
7
-import { type Logger } from '../log'
+import type { Logger } from '../log'
8
import { localRequire } from '../utils'
9
10
export const swcPlugin = ({ logger }: { logger: Logger }): Plugin => {
src/rollup/ts-resolve.ts
@@ -1,6 +1,6 @@
import fs from 'fs'
-import { type PluginImpl } from 'rollup'
+import type { PluginImpl } from 'rollup'
import _resolve from 'resolve'
import createDebug from 'debug'
import { builtinModules } from 'module'
0 commit comments