8000 yerpc feature request: adding a feature to support `typeshare` in addition to · Issue #58 · chatmail/yerpc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yerpc feature request: adding a feature to support typeshare in addition to #58

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

Open
greatcat19 opened this issue Nov 19, 2023 · 0 comments

Comments

@greatcat19
Copy link

I found the original feature request button redirected to me to the forum of deltachat, which is not about the yerpc lib.

I'm creating a feature request for typeshare. Because it is easier to extend external types like uuid::Uuid without introducing a proxy type.

https://github.com/1Password/typeshare

The initial problem is like this: dbeckwith/rust-typescript-type-def#28

impl TypeDef for Uuid {
    const INFO: TypeInfo = TypeInfo::Native(NativeTypeInfo {
        r#ref: TypeExpr::ident(Ident("string")),
    });
}

But it shows:

`Uuid` is not defined in the current craterustc[E0117](https://doc.rust-lang.org/error-index.html#E0117)

However, typeshare does not have a namespace feature so far: 1Password/typeshare#71

@link2xt link2xt changed the title yerpc feature quest: adding a feature to support typeshare in addition to yerpc feature request: adding a feature to support typeshare in addition to Dec 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0