Microsoft/TypeScript

[CLI] "@" character removed when it's first path character with --build

Open

#62.373 geöffnet am 1. Sept. 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (6.726 Forks)batch import
BugDomain: tsc -bHelp Wanted

Repository-Metriken

Stars
 (48.455 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (9 gemergte PRs in 30 T)

Beschreibung

🔎 Search Terms

"cli", "tsc", "build mode", "path"

🕗 Version & Regression Information

  • This changed between versions 3.0 and 3.1 (LOL) and continue to 5.9.2

⏯ Playground Link

https://github.com/GongT/issues/tree/typescript-path-at-char

💻 Code

# all this is ok
tsc -p @scoped/package/src
tsc -b xxx@yyy/package/src
cd @scoped ; tsc -p package/src

# this is not
tsc -b @scoped/package/src

🙁 Actual behavior

error TS5083: Cannot read file 'scoped/package/src'.

🙂 Expected behavior

It should read @scoped/package/src(/tsconfig.json)

Additional information about the issue

No response

Contributor Guide