-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Open
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript
Milestone
Description
π Search Terms
- Intl.CollatorOptions
- collation
π Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about
collation.
β― Playground Link
π» Code
new Intl.Collator([], {
collation: 'default',
});π Actual behavior
Type '"default"' is not assignable to type ...
π Expected behavior
'default' should be a valid value for collation.
Additional information about the issue
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptThe issue relates to the different libraries shipped with TypeScript