@open-editor/vite
Advanced tools
+1
-8
@@ -76,13 +76,6 @@ import { ViteDevServer } from 'vite'; | ||
| /** | ||
| * Vite 插件:开发环境下启用组件源码定位功能 | Vite Plugin: Enable component source code location in development | ||
| * 开发环境下启用组件源码定位功能 | Enable component source code location in development | ||
| * | ||
| * @param options - 插件配置选项 | Plugin configuration options | ||
| * | ||
| * @returns Vite 插件对象 | Vite plugin instance | ||
| * | ||
| * @remarks | ||
| * 技术实现要点 | Technical highlights: | ||
| * - 虚拟模块处理客户端配置注入 | Virtual module handling for client config injection | ||
| * - 中间件处理编辑器打开请求 | Middleware handling editor opening requests | ||
| * - 开发环境专属优化 | Development environment optimizations | ||
| */ | ||
@@ -89,0 +82,0 @@ declare function OpenEditorPlugin(options?: Options): { |
+4
-4
| { | ||
| "name": "@open-editor/vite", | ||
| "version": "1.0.0-beta.0", | ||
| "version": "1.0.0-beta.1", | ||
| "description": "🚀 A vite plugin for fast find source code.", | ||
@@ -40,5 +40,5 @@ "main": "./dist/index.js", | ||
| "dependencies": { | ||
| "@open-editor/client": "1.0.0-beta.0", | ||
| "@open-editor/server": "1.0.0-beta.0", | ||
| "@open-editor/shared": "1.0.0-beta.0" | ||
| "@open-editor/client": "1.0.0-beta.1", | ||
| "@open-editor/shared": "1.0.0-beta.1", | ||
| "@open-editor/server": "1.0.0-beta.1" | ||
| }, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
12254
-2.76%137
-4.86%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed