We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Type: Bug
I don't know if you are adding missing features manually, but you better make a system that automates it.
Even though I opened this topic under the TS/JS title, I think this topic is also valid for other languages.
// @ts-expect-error - Property 'getCanonicalLocales' does not exist on type 'typeof Intl'.(2339) console.log(Intl.getCanonicalLocales('EN-US')); // ["en-US"] type INTL = keyof typeof Intl; /* | "Collator" | "NumberFormat" | "DateTimeFormat" | "PluralRules" | "RelativeTimeFormat" | "Locale" | "DisplayNames" | "ListFormat" | "Segmenter" */
VS Code version: Code 1.70.2 (e4503b3, 2022-08-16T05:35:13.448Z) OS version: Windows_NT x64 10.0.22000 Modes:
The text was updated successfully, but these errors were encountered:
Duplicate of microsoft/TypeScript#29129
Sorry, something went wrong.
mjbvz
No branches or pull requests
Type: Bug
I don't know if you are adding missing features manually, but you better make a system that automates it.
Even though I opened this topic under the TS/JS title, I think this topic is also valid for other languages.
VS Code version: Code 1.70.2 (e4503b3, 2022-08-16T05:35:13.448Z)
OS version: Windows_NT x64 10.0.22000
Modes:
The text was updated successfully, but these errors were encountered: