Skip to content

Commit

Permalink
chore: code maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Mar 26, 2024
1 parent 7f75c41 commit 8266a07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
13 changes: 0 additions & 13 deletions packages/bundle-utils/test/generator/js1.test.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/bundle-utils/test/generator/json.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ describe('AST code generation', () => {
const { source } = await readFile('./fixtures/codegen/html.json')
// eslint-disable-next-line @typescript-eslint/no-explicit-any
const errors = [] as any
const { code, map } = generate(source, {
const { map } = generate(source, {
jit: true,
type: 'bare',
escapeHtml: true,
Expand Down
2 changes: 0 additions & 2 deletions packages/unplugin-vue-i18n/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { CodeGenOptions } from '@intlify/bundle-utils'

export type SFCLangFormat = 'json' | 'json5' | 'yml' | 'yaml'
export interface PluginOptions {
include?: string | string[]
Expand Down

0 comments on commit 8266a07

Please sign in to comment.