@codingame/monaco-vscode-rollup-vsix-plugin
Advanced tools
Comparing version
{ | ||
"name": "@codingame/monaco-vscode-rollup-vsix-plugin", | ||
"version": "1.85.2", | ||
"version": "1.85.3", | ||
"keywords": [], | ||
@@ -21,3 +21,3 @@ "author": { | ||
"dependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.85.2", | ||
"vscode": "npm:@codingame/monaco-vscode-api@1.85.3", | ||
"memfs": "^4.6.0", | ||
@@ -24,0 +24,0 @@ "mime-types": "^2.1.35", |
@@ -1,6 +0,4 @@ | ||
/// <reference types="node" /> | ||
import { FilterPattern } from '@rollup/pluginutils'; | ||
import { Plugin } from 'rollup'; | ||
import { IExtensionManifest } from './vscode/src/vs/platform/extensions/common/extensions.js'; | ||
import { ExtensionResource } from './extension-tools.js'; | ||
@@ -11,6 +9,5 @@ interface Options { | ||
transformManifest?: (manifest: IExtensionManifest) => IExtensionManifest; | ||
getAdditionalResources?: (manifest: IExtensionManifest, readFile: (path: string) => Promise<Buffer>, readDir: (path: string) => Promise<string[]>, glob: (pattern: string) => Promise<ExtensionResource[]>) => Promise<ExtensionResource[]>; | ||
} | ||
declare function plugin({ include, exclude, transformManifest, getAdditionalResources }?: Options): Plugin; | ||
declare function plugin({ include, exclude, transformManifest }?: Options): Plugin; | ||
export { plugin as default }; |
Sorry, the diff of this file is too big to display
466705
-2.1%112
-0.88%12761
-1.59%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed