You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// We can quickly address your report if:// - The code sample is short. Nearly all TypeScript bugs can be demonstrated in 20-30 lines of code!// - It doesn't use external libraries. These are often issues with the type definitions rather than TypeScript bugs.// - The incorrectness of the behavior is readily apparent from reading the sample.// Reports are slower to investigate if:// - We have to pare too much extraneous code.// - We have to clone a large repo and validate that the problem isn't elsewhere.// - The sample is confusing or doesn't clearly demonstrate what's wrong.
macos, windows can pass tsc check, but linux can't, linux output
>tsc--noEmit
Error: index.ts(1,20): errorTS230[7](https://github.com/tjx666/ts-filename-case-issue/actions/runs/5203586299/jobs/9386641836#step:6:8): Cannot find module 'unplugin-detect-duplicated-deps/Vite' or its corresponding type declarations.ELIFECYCLETestfailed.Seeaboveformoredetails.Error: Processcompletedwithexitcode1.
🙂 Expected behavior
Because I set "forceConsistentCasingInFileNames": true options, tsc should throw error on all system, not only linux
The text was updated successfully, but these errors were encountered:
I use macos devlop the ts code, code can pass tsc on mac machine, but can't pass the linux ci. This question took me an entire afternoon to investigate.
Bug Report
🔎 Search Terms
forceConsistentCasingInFileNames, macos, windows
🕗 Version & Regression Information
exists on latest stable version and nightly version
⏯ Playground Link
reproduce repository
💻 Code
🙁 Actual behavior
https://github.com/tjx666/ts-filename-case-issue/actions/runs/5203586299/jobs/9386641836
macos, windows can pass tsc check, but linux can't, linux output
🙂 Expected behavior
Because I set
"forceConsistentCasingInFileNames": true
options, tsc should throw error on all system, not only linuxThe text was updated successfully, but these errors were encountered: