Skip to content

Commit 361c3cd

Browse files
authored
chore: cleanup PluginContext Omit (#10902)
1 parent 967299a commit 361c3cd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/vite/src/node/server/pluginContainer.ts

+2-7
Original file line numberDiff line numberDiff line change
@@ -126,17 +126,12 @@ export interface PluginContainer {
126126

127127
type PluginContext = Omit<
128128
RollupPluginContext,
129+
// not supported
130+
| 'load'
129131
// not documented
130132
| 'cache'
131133
// deprecated
132-
| 'emitAsset'
133-
| 'emitChunk'
134-
| 'getAssetFileName'
135-
| 'getChunkFileName'
136-
| 'isExternal'
137134
| 'moduleIds'
138-
| 'resolveId'
139-
| 'load'
140135
>
141136

142137
export let parser = acorn.Parser

0 commit comments

Comments
 (0)