TypeScript 在Windows上克隆测试文件夹时出现"文件名过长"错误

7rfyedvj  于 6个月前  发布在  TypeScript
关注(0)|答案(2)|浏览(58)

代码:

git config --global core.symlinks true
git clone --recurse-submodules https://github.com/denoland/deno.git

实际行为:

"文件名过长" 当克隆测试文件时

tests/baselines/reference/tscWatch/emitAndErrorUpdates/assumeChangesOnlyAffectDirectDependenciesAndD/updates-errors-when-file-transitively-exported-file-changes/when-there-are-circular-import-and-exports.js

相关问题:

denoland/deno#6211

ffx8fchx

ffx8fchx1#

好消息。Deno将尝试移除TypeScript。因此,这在未来不应该是问题。
https://docs.google.com/document/d/1_WvwHl7BXUPmoiSeD8G83JmS8ypsTPqed4Btkqkn_-4/edit#heading=h.4y9nk8efhbyr

nvbavucw

nvbavucw2#

tests/baselines/reference/tsserver/projectReferences/special-handling-of-localness-when-using-arrow-function-as-object-literal-property-is-loaded-through-indirect-assignment-with-original-declaration-local-to-project-is-treated-as-local.js仍然存在问题。
如果您添加了C:\TypeScript,那么只剩下7个字符可以将其嵌套到某个地方,或者这是git中的错误。

相关问题