Skip to content

Commit b0fa669

Browse files
chore(core): remove unused code
1 parent b200aa4 commit b0fa669

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/createVue2SFCModule.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ import {
5252
import {
5353
processors,
5454
StylePreprocessor,
55-
StylePreprocessorResults
5655
} from '../build/vue2StyleProcessors'
5756

5857
export { version as vueVersion } from 'vue-template-compiler/package.json'

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { posix as Path } from 'path'
22

3-
import { createJSModule, Loading, loadModuleInternal } from './tools'
4-
import { createSFCModule, vueVersion } from './createSFCModule'
3+
import { createJSModule, loadModuleInternal } from './tools'
4+
import { createSFCModule } from './createSFCModule'
55

66
import { ModuleExport, ModuleHandler, PathHandlers, Options, File, Resource } from './types'
77

0 commit comments

Comments
 (0)