-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade to loopback-next 1.0.0, also enabled streaming support #32
base: master
Are you sure you want to change the base?
Conversation
"build:apidocs": "lb-apidocs", | ||
"build:watch": "lb-tsc es2017 --watch", | ||
"build:watch": "lb-tsc es2017 --outDir dist --watch", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix the test script to be:
"test": "lb-mocha \"dist/test/unit/**/*.js\" \"dist/test/acceptance/**/*.js\"",
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raymondfeng Just fixed.
I kinda went ahead and worked on the streaming calls generation. I am using the gRPC types, which they extend from the NodeJS's |
@lhr0909 Sorry for the long delay. Would you like to rebase it on top of master branch? I have fixed the project dependencies and set up. It would be great to have your streaming support. Please also sign the CLA - https://cla.strongloop.com/agreements/strongloop/loopback4-extension-grpc |
Description
We would like to use the package to create gRPC endpoints, but we found a few issues, mostly due to dependency not being up-to-date.
Related issues
@xanthous/protoc-ts
back.Checklist
guide