Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 27a67a4

Browse files
committed
chore: remove import './shims'
1 parent 3f1d393 commit 27a67a4

File tree

7 files changed

+0
-7
lines changed

7 files changed

+0
-7
lines changed

esbuild.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import './shims'
21
export { default } from './dist/esbuild'

index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import './shims'
21
export { default } from './dist/index'

nuxt.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import './shims'
21
export { default } from './dist/nuxt'

rollup.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import './shims'
21
export { default } from './dist/rollup'

types.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import './shims'
21
export { default } from './dist/types'

vite.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import './shims'
21
export { default } from './dist/vite'

webpack.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
import './shims'
21
export { default } from './dist/webpack'

0 commit comments

Comments
 (0)