Skip to content

Commit 8266a07

Browse files
committed
chore: code maintenance
1 parent 7f75c41 commit 8266a07

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

packages/bundle-utils/test/generator/js1.test.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/bundle-utils/test/generator/json.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ describe('AST code generation', () => {
267267
const { source } = await readFile('./fixtures/codegen/html.json')
268268
// eslint-disable-next-line @typescript-eslint/no-explicit-any
269269
const errors = [] as any
270-
const { code, map } = generate(source, {
270+
const { map } = generate(source, {
271271
jit: true,
272272
type: 'bare',
273273
escapeHtml: true,

packages/unplugin-vue-i18n/src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { CodeGenOptions } from '@intlify/bundle-utils'
2-
31
export type SFCLangFormat = 'json' | 'json5' | 'yml' | 'yaml'
42
export interface PluginOptions {
53
include?: string | string[]

0 commit comments

Comments
 (0)