We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitejs
Learn more about funding links in repositories.
Report abuse
1 parent 967299a commit 361c3cdCopy full SHA for 361c3cd
packages/vite/src/node/server/pluginContainer.ts
@@ -126,17 +126,12 @@ export interface PluginContainer {
126
127
type PluginContext = Omit<
128
RollupPluginContext,
129
+ // not supported
130
+ | 'load'
131
// not documented
132
| 'cache'
133
// deprecated
- | 'emitAsset'
- | 'emitChunk'
134
- | 'getAssetFileName'
135
- | 'getChunkFileName'
136
- | 'isExternal'
137
| 'moduleIds'
138
- | 'resolveId'
139
- | 'load'
140
>
141
142
export let parser = acorn.Parser
0 commit comments