-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Rename TSConfig option categories #42514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
29a97f1
f6c9c1b
78d9bc6
2f46c5f
477ad4e
58221fa
961e3c1
b0fcc2f
6d70cf4
7ac8789
dbb891a
350d2e0
c82caad
7aee1e0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
{ | ||
"compilerOptions": { | ||
"locale": "someString" | ||
} | ||
"compilerOptions": {} | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Interesting that it was shown before and not now.. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yeah, locale used to be an name: "locale",
type: "string",
- category: Diagnostics.Advanced_Options,
+ category: Diagnostics.Command_line_Options, There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It is not command line only option... it can be present in tsconfig ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just confirmed to make sure, tsc ignores locale in a tsconfig
and just in case it's a top level attribute:
It can be considered a bug? but the switch at least makes sense for how TS acts today |
||
} |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Uh oh!
There was an error while loading. Please reload this page.