Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / sindresorhus/type-fest issues and pull requests
#1047 - `Split`: Fix return type when passing in non-literal and distribute unions of parameter `Delimiter`
Pull Request -
State: open - Opened by ghaaj 6 days ago
- 7 comments
#1046 - `StringRepeat`: Add support for generating longer strings & fix instantiations with unions
Pull Request -
State: closed - Opened by som-sm 9 days ago
#1045 - Nullable type
Issue -
State: open - Opened by Ghost-str 13 days ago
- 1 comment
Labels: type addition
#1044 - `IsStringLiteral`: Fix instantiations with infinite string types
Pull Request -
State: closed - Opened by som-sm 13 days ago
#1043 - Correct "snake-case" vs "kebab-case" comments
Pull Request -
State: closed - Opened by jakeboone02 14 days ago
#1042 - `Split`: Add support for longer strings
Pull Request -
State: closed - Opened by som-sm 14 days ago
- 1 comment
#1041 - Mention `HomomorphicOmit` as an alternative of `Except`
Pull Request -
State: closed - Opened by som-sm 15 days ago
#1040 - `Except`: Add another example to JSDoc
Pull Request -
State: closed - Opened by som-sm 16 days ago
#1039 - `PickIndexSignature`/`OmitIndexSignature`: Clean up JSDoc comments
Pull Request -
State: closed - Opened by som-sm 16 days ago
#1038 - Remove certain parts from `PickIndexSignature` JSDoc
Issue -
State: closed - Opened by som-sm 16 days ago
- 6 comments
Labels: enhancement
#1037 - `SetRequiredDeep`: Fix handling of unions in nested keys
Pull Request -
State: closed - Opened by som-sm 16 days ago
#1036 - `StringSlice`: Fix return type when passing in non-literal
Pull Request -
State: closed - Opened by ghaaj 17 days ago
#1035 - `StringSlice<S, Start, End>` returns incorrect type when S is non-literal string
Issue -
State: closed - Opened by ghaaj 17 days ago
Labels: bug
#1034 - `Sum`/`Subtract`: Fix instantiations with unions
Pull Request -
State: closed - Opened by som-sm 17 days ago
#1033 - `Sum<A, B>` and `Subtract<A, B>` don't work properly for union types
Issue -
State: closed - Opened by ghaaj 17 days ago
Labels: bug
#1032 - `IsStringLiteral<T>` returns true for string types that have an unconstrained string component
Issue -
State: closed - Opened by jarpoole 20 days ago
Labels: bug
#1031 - `Get`: Optimize performance
Pull Request -
State: closed - Opened by Emiyaaaaa 27 days ago
- 6 comments
#1030 - `SetRequired`: Fix support for removal of optional modifiers from tuples
Pull Request -
State: closed - Opened by som-sm 28 days ago
- 1 comment
#1029 - Change `Paths` option `maxRecursionDepth` default value
Pull Request -
State: open - Opened by Emiyaaaaa 28 days ago
- 2 comments
#1028 - Bump xo from 0.59.3 to 0.60.0 in the development-dependencies group
Pull Request -
State: closed - Opened by dependabot[bot] 28 days ago
- 1 comment
Labels: dependencies, javascript
#1027 - `SharedUnionFields`: Fix missing instantiation in test cases
Pull Request -
State: closed - Opened by som-sm 28 days ago
- 2 comments
#1026 - `SetRequiredDeep` doesn't remove optional modifiers from tuples
Issue -
State: closed - Opened by som-sm 29 days ago
Labels: bug
#1025 - Add `Ordinal` type
Pull Request -
State: closed - Opened by ohansFavour 30 days ago
- 6 comments
#1024 - Add `IsTuple` type
Pull Request -
State: closed - Opened by som-sm about 1 month ago
#1022 - Proposal: `IsTuple<Type>` & `IsFixedLengthTuple<Type>`
Issue -
State: closed - Opened by Snowflyt about 1 month ago
- 8 comments
Labels: type addition
#1021 - Add module exported check
Pull Request -
State: closed - Opened by Emiyaaaaa about 1 month ago
#1020 - Regression on SetRequired
Issue -
State: closed - Opened by raphaelboukara about 1 month ago
- 2 comments
Labels: bug
#1019 - `PartialDeep`: Add `allowUndefinedInArrays` option
Pull Request -
State: closed - Opened by PicoI2 about 1 month ago
- 4 comments
#1018 - CamelCase failed (default options)
Issue -
State: open - Opened by salisbury-espinosa about 1 month ago
- 1 comment
Labels: bug
#1017 - `SetFieldType`: Add option to preserve property modifiers
Pull Request -
State: closed - Opened by som-sm about 1 month ago
- 2 comments
#1016 - SetFieldType bug
Issue -
State: closed - Opened by salisbury-espinosa about 1 month ago
Labels: bug
#1015 - Mention `PickByType` as an alternative of `ConditionalPick`
Pull Request -
State: closed - Opened by programming-with-ia about 1 month ago
#1014 - `SetOptional`/`SetRequired`/`SetReadonly`: Fix instantiations with index signatures
Pull Request -
State: closed - Opened by som-sm about 1 month ago
- 6 comments
#1013 - `SetOptional` remove properties of types with index signatures
Issue -
State: closed - Opened by OpportunityLiu about 1 month ago
- 2 comments
Labels: bug
#1012 - `IsEqual`: Fix identity issue
Pull Request -
State: closed - Opened by jun-ilotus about 1 month ago
#1011 - Fix missing export
Pull Request -
State: closed - Opened by aidenfoxx about 1 month ago
- 1 comment
#1010 - Extend Jsonify type to handle Tagged types
Issue -
State: open - Opened by marcuspoehls about 1 month ago
Labels: enhancement
#1009 - `KeysOfUnion`: Fix assignability with `keyof`
Pull Request -
State: closed - Opened by som-sm about 1 month ago
#1008 - Assignability b/w generic `keyof T` and `KeysOfUnion<T>`
Issue -
State: closed - Opened by juhort about 1 month ago
- 1 comment
Labels: enhancement
#1007 - `SetOptional`/`SetRequired`/`SetReadonly`: Fix when the second argument is `any`
Pull Request -
State: closed - Opened by som-sm about 2 months ago
- 1 comment
#1006 - Add ArrayTailDeep type
Pull Request -
State: closed - Opened by naremloa about 2 months ago
- 2 comments
#1005 - Expose `ConditionalSimplify` and `ConditionalSimplifyDeep`
Issue -
State: open - Opened by Emiyaaaaa about 2 months ago
- 1 comment
Labels: enhancement, good first issue
#1004 - Enable lint rule to enforce consistent import style
Pull Request -
State: closed - Opened by som-sm about 2 months ago
#1003 - `Arrayable`: Make it more usable by removing `readonly`
Pull Request -
State: closed - Opened by adduserwyw about 2 months ago
#1002 - Remove duplicate entry for `IntRange` in readme
Pull Request -
State: closed - Opened by Andyuu about 2 months ago
#1001 - Proposal: `UnknownMap` and `UnknownSet`
Issue -
State: open - Opened by Emiyaaaaa about 2 months ago
- 4 comments
Labels: good first issue, type addition
#1000 - `SharedUnionFields`: Simplify implementation
Pull Request -
State: closed - Opened by som-sm about 2 months ago
- 3 comments
#999 - Add test cases for `ArrayTail` type
Pull Request -
State: closed - Opened by som-sm about 2 months ago
- 1 comment
#998 - `UnionToTuple`: Improve docs
Pull Request -
State: closed - Opened by Emiyaaaaa about 2 months ago
#997 - feat: create AllUnionFields type
Pull Request -
State: open - Opened by RebeccaStevens about 2 months ago
- 4 comments
#996 - New Type: AllUnionFields (similar to SharedUnionFields)
Issue -
State: open - Opened by RebeccaStevens about 2 months ago
- 2 comments
Labels: type addition
#995 - Bump typescript from 5.6.3 to 5.7.2 in the development-dependencies group
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
Labels: dependencies, javascript
#994 - Add `SharedUnionFields` type
Pull Request -
State: closed - Opened by Emiyaaaaa about 2 months ago
- 2 comments
#993 - `IsAny`: Fix circular constraint error on TypeScript 5.4+
Pull Request -
State: closed - Opened by jarpoole 2 months ago
- 1 comment
#992 - Add `IntClosedRange` type
Pull Request -
State: closed - Opened by DIDA-lJ 2 months ago
#992 - Add `IntClosedRange` type
Pull Request -
State: open - Opened by DIDA-lJ 2 months ago
#991 - `Get<Paths<T>>` fails when T has no properties that are known at compile time
Issue -
State: open - Opened by mwaibel-go 2 months ago
- 1 comment
Labels: bug
#991 - `Get<Paths<T>>` fails when T has no properties that are known at compile time
Issue -
State: open - Opened by mwaibel-go 2 months ago
- 2 comments
Labels: bug
#990 - Add more TS versions to CI
Pull Request -
State: closed - Opened by Emiyaaaaa 2 months ago
#989 - add ts 5.6.0 and 5.7.0 to test CI
Pull Request -
State: closed - Opened by Emiyaaaaa 2 months ago
#988 - `SharedUnionFieldsDeep`: Fix support for optional fields
Pull Request -
State: closed - Opened by Emiyaaaaa 2 months ago
#987 - `TsConfigJson`: Add TypeScript 5.7 fields
Pull Request -
State: closed - Opened by ntnyq 2 months ago
#986 - `ArraySlice`: Fix support for union input
Pull Request -
State: closed - Opened by DIDA-lJ 2 months ago
#985 - Link the licenses from the readme
Pull Request -
State: closed - Opened by ohansFavour 2 months ago
#984 - `SharedUnionFieldsDeep`: Fix propagation for non union root types
Pull Request -
State: closed - Opened by ocadoret 2 months ago
#983 - `SharedUnionFieldsDeep` with `undefined` in Union
Issue -
State: closed - Opened by ocadoret 2 months ago
- 3 comments
Labels: enhancement
#982 - ArraySlice: wrong type for union of tuples
Issue -
State: closed - Opened by eranhirsch 3 months ago
Labels: bug
#981 - Add option noCheck to TsConfigJson.compilerOptions
Pull Request -
State: closed - Opened by blutorange 3 months ago
#980 - Proposal: DeepPartialDiff
Issue -
State: open - Opened by jonathanmorley 3 months ago
Labels: type addition
#979 - Use `number` for array indexes in `ToPath`
Issue -
State: open - Opened by NicolasCwy 3 months ago
- 6 comments
Labels: enhancement, component:paths
#978 - ``ArrayTail`` doesn't work when mixed with optional elements
Issue -
State: closed - Opened by ferferga 3 months ago
Labels: bug
#977 - `ArrayTail`: Fix support for optional parameters
Pull Request -
State: closed - Opened by ferferga 3 months ago
- 3 comments
#976 - license files not included in published package
Issue -
State: closed - Opened by jayvdb 3 months ago
Labels: bug
#975 - export (Split)Words
Pull Request -
State: closed - Opened by eranhirsch 3 months ago
- 4 comments
#974 - Bump the development-dependencies group with 4 updates
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies, javascript
#973 - Proposal: Predicate inferer
Issue -
State: open - Opened by emmbm 3 months ago
- 7 comments
Labels: type addition
#972 - JsonifiableObject & JsonifiableArray
Issue -
State: open - Opened by mfulton26 3 months ago
Labels: type addition
#971 - IsBivariant
Issue -
State: open - Opened by innermatrix 3 months ago
Labels: type addition
#970 - Proposal: Thunkable - a direct value or function which returns that value
Issue -
State: open - Opened by JQuezada0 3 months ago
Labels: type addition
#969 - `OverrideProperties` and `Merge` don't retain callable aspect of type
Issue -
State: open - Opened by TomerAberbach 3 months ago
- 4 comments
Labels: bug
#968 - `Get`: Fix handling of paths with number template literal
Pull Request -
State: closed - Opened by sindresorhus 3 months ago
#967 - `Get<T, Paths>` resolves to `unknown` if `Paths` contains a template literal type
Issue -
State: closed - Opened by mwaibel-go 3 months ago
- 1 comment
Labels: bug
#966 - OmitDeep - when omitting multiple optional fields final type goes wrong
Issue -
State: open - Opened by vilola 3 months ago
- 1 comment
Labels: bug
#966 - OmitDeep - when omitting multiple optional fields final type goes wrong
Issue -
State: closed - Opened by vilola 3 months ago
- 9 comments
Labels: bug
#965 - Update readme.md to instruct to to install as Dev Dependency
Pull Request -
State: closed - Opened by muchisx 4 months ago
- 1 comment
#964 - docs(entries): fix code example
Pull Request -
State: closed - Opened by davidglezz 4 months ago
#963 - Proposal: ReadonlyDate
Issue -
State: open - Opened by sindresorhus 4 months ago
- 2 comments
Labels: type addition
#962 - Bump the development-dependencies group with 3 updates
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies, javascript
#961 - Add missing `If` types for `Is` types
Pull Request -
State: open - Opened by ikelax 4 months ago
#960 - `Schema`: Add `recurseIntoArrays` option
Pull Request -
State: closed - Opened by iamandrewluca 4 months ago
- 14 comments
#959 - `OmitDeep` for array item
Issue -
State: open - Opened by Lonli-Lokli 4 months ago
Labels: enhancement
#958 - Key Inference for `Merge` and `MergeDeep`
Issue -
State: open - Opened by SaintPepsi 4 months ago
- 1 comment
#958 - Key Inference for `Merge` and `MergeDeep`
Issue -
State: open - Opened by SaintPepsi 4 months ago
- 2 comments
Labels: type addition
#957 - Can i use GreaterThan as parameter type?
Issue -
State: open - Opened by enccode 4 months ago
- 3 comments
Labels: help wanted, good first issue, documentation
#956 - Proposal: `TupleToObject<TUPLE>`
Issue -
State: open - Opened by aandrejevas 5 months ago
Labels: type addition
#955 - UnionToTuple fails when tuple is not ordered
Issue -
State: closed - Opened by gxxcastillo 5 months ago
- 5 comments
#954 - Performance regression in Get<>
Issue -
State: open - Opened by panrafal 5 months ago
- 2 comments
Labels: bug, component:paths
#953 - Feature request: `OptionalToExplicit` (transform optional properties to required properties that may be undefined)
Issue -
State: open - Opened by gustavopch 5 months ago
Labels: type addition
#952 - `Arrayable` is unusable
Issue -
State: closed - Opened by fregante 5 months ago
- 4 comments
Labels: bug
#951 - Bump the development-dependencies group with 2 updates
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 2 comments
Labels: dependencies, javascript