ts v5.1.6 比 v4.9.5 支持更友好,也能抑制如下警告
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0
YOUR TYPESCRIPT VERSION: 5.4.5
Please only submit bug reports when using the officially supported version.
贡献者你好
很高兴你能付出自己的时间参与到vue-fabric-editor的共享当中去,相信很多人都因为你提交的代码而收益。
原则
我们希望每次提交尽量小,较大重构除外,确保我们每次的改动影响范围清晰明了,能够方便项目维护者快速的将代码合并到主分支。
确保你的代码与主仓库没有冲突
在PR前,请确保你的代码与主仓库保持同步,可以参考这篇文章。
确保你的代码代码能正常打包构建
在PR前,请在本地进行打包构建,并进行功能测试,确保功能正常,且不影响其他功能。
告知项目维护者本次修改的功能
ts v5.1.6 比 v4.9.5 支持更友好,也能抑制如下警告 WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
You may find that it works just fine, or you may not.
SUPPORTED TYPESCRIPT VERSIONS: >=3.3.1 <5.2.0
YOUR TYPESCRIPT VERSION: 5.4.5
Please only submit bug reports when using the officially supported version.