-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Typescript]: Changes for typescript definition + add new typescript definition and embed it to orientjs package . #438
base: develop
Are you sure you want to change the base?
Conversation
based on orientechnologies#184 (comment) i just a fix for it. Thanks @diegonc @wolf4ood, @lvca
update saeed tabrizi email address .
Hi @saeedtabrizi. Where should I direct further feature requests for typings? I'm referring particularly to the possibility of using a function in the let call documented at this test. type OFnStatement = (s: OStatement) => OStatement;
interface OStatement extends OQuery<any> {
...
let(name: string, value: string | OStatement | OFnStatement): OStatement;
}
class ODB extends events.EventEmitter {
...
let(name: string, value: string | OStatement | OFnStatement): OStatement;
} |
@diegonc unfortunately the https://github.com/saeedtabrizi/DefinitelyTyped/orientjs deployment process is very slow , so I decided to continue here (in master project) . |
@diegonc , good news that we have the new feature that you requested only last hour . |
based on #184 (comment) i just a fix for it.
Thanks @diegonc
@wolf4ood, @lvca