Open
Conversation
以下为可能造成影响的其他杂项更改: - 删除了项目的发布信息,并在`package.json`中将项目设为`private`,因为此项目很显然并不需要作为一个库发布 - 将vite的依赖版本提升至6.0.5并删去对esbuild的直接依赖,以解决近期esbuild bug导致的无法启动问题 - 对`tsconfig.json`做出更改: - 调整为Vue脚手架的样式,将实际配置分离到`tsconfig.app.json` - 删去`"moduleResolution": "node"`,因为Vue建议使用打包器 - 删去`"outDir": "./dist"`,因为此项目不是库,无需导出类型信息 - 删去`"skipLibCheck": true`,你确定你知道这个选项是什么意思??? - 删去`"exclude": ["node_modules"]`,因为`exclude`是用来从`include`里面排除的
我很好奇,之前这个类怎么过的类型检查?
并将MapSuspense改名为DataSuspense
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
目前的破坏性改动:距离拓扑视图中的特殊交互全删了,只留下力模拟和拖拽。