Skip to content

Commit

Permalink
refactor: fix types path
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 29, 2024
1 parent 76a0d27 commit 49ad3ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/default-locale.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import escapeStringRegexp from 'escape-string-regexp'
import type { Options } from '../index'
import type { Options } from './types'
import type { Plugin } from 'esbuild'

export function getLocaleRE(options: Options): RegExp {
Expand Down
2 changes: 1 addition & 1 deletion src/core/style.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { init, parse, type ImportSpecifier } from 'es-module-lexer'
import MagicString from 'magic-string'
import type { Options } from '../index'
import type { Options } from './types'

type FormatType = 'cjs' | 'esm'

Expand Down

0 comments on commit 49ad3ad

Please sign in to comment.