Skip to content
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

To be more functional #598

Merged
merged 28 commits into from
Apr 26, 2023
Merged

To be more functional #598

merged 28 commits into from
Apr 26, 2023

Conversation

samchon
Copy link
Owner

@samchon samchon commented Apr 20, 2023

Refactoring typia to codes to be much functional, especially utilize currying functions.

@samchon samchon added the enhancement New feature or request label Apr 20, 2023
@samchon samchon self-assigned this Apr 20, 2023
samchon and others added 18 commits April 24, 2023 13:12
* fix tuple inference in the _Primitive type #600

* Processing for tuples and not #600

* For each element of the tuple, _Primivite not applied #600

* Define a Spread type to reduce type depth #600

* Just list each element #600

- There was a much simpler way.

* fix : _Primitive applied #600
@nonara said me that next version of `ts-patch` will not support TS 4 versions. Therefore, let setup wizard to fix the `ts-patch` version to be `2.1.0`.
Changed it to has `undefined` typed `type` property.

```typescript
export namespace IJsonSchema {
    export interface IUnknown extends IAttribute {
        type: undefined;
    }
}
```
Fix #607 - let `typia.prune<T>()` to support `Record<string, T>` type
Close #587 - abandon `ttypescript` and use `ts-patch` only
Update `IJsonSchema.IUnknown` type
@samchon samchon changed the base branch from master to v3.8 April 26, 2023 11:12
@samchon samchon merged commit 4083289 into v3.8 Apr 26, 2023
@samchon samchon deleted the features/currying branch April 26, 2023 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants