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 76a0d27 commit 49ad3adCopy full SHA for 49ad3ad
src/core/default-locale.ts
@@ -1,5 +1,5 @@
1
import escapeStringRegexp from 'escape-string-regexp'
2
-import type { Options } from '../index'
+import type { Options } from './types'
3
import type { Plugin } from 'esbuild'
4
5
export function getLocaleRE(options: Options): RegExp {
src/core/style.ts
@@ -1,6 +1,6 @@
import { init, parse, type ImportSpecifier } from 'es-module-lexer'
import MagicString from 'magic-string'
type FormatType = 'cjs' | 'esm'
6
0 commit comments