Skip to content

Commit

Permalink
chore: remove legacy export
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 22, 2023
1 parent fb73e02 commit 2759cc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/short-bind/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { type Plugin } from 'vite'
import { type VuePluginApi, getVuePluginApi } from '@vue-macros/common'
import { type Options, transformShortBind } from './core/index'
import { generatePluginName } from '#macros' assert { type: 'macro' }
import { type Options, transformShortBind } from './core/index'

// legacy export
export * from './api'
export type { Options } from './core'

const name = generatePluginName()

Expand Down

0 comments on commit 2759cc0

Please sign in to comment.