-
Notifications
You must be signed in to change notification settings - Fork 59
TypeScript #31
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 #31
Conversation
place sources in /lib for compatibility Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
aa4d720
to
d7ff199
Compare
use "files" in package.json instead of .npmignore Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
@drauggres your PR does not pass DCO check. Please add sign off to your commits. |
Signed-off-by: Sergey Volkov <[email protected]>
Signed-off-by: Sergey Volkov <[email protected]>
8da500e
to
ae01e20
Compare
Done. There is one more issue I found: generated typescript declarations have a reference to |
What do you suggest for that issue? Also rewriting |
Should be enough to write declarations and include them into P.S. obviously this problem does not affect anyone using this library from js. |
As another option we could replace client.openLogcat(serial: string, options?: {
clear?: boolean;
} | typeof callback, callback?: Callback<Logcat>): Bluebird<Logcat>; It does reduce usefulness but can be done right now. |
Auth.parsePublicKey returns value based on PulicKey class from node-forge Signed-off-by: Sergey Volkov <[email protected]>
IMO the best option is to rewrite |
Signed-off-by: Sergey Volkov <[email protected]>
Done:
Lost:
For compatibility file names are not changed and the code is placed in
lib
.Don't have any API changes from the current version.
refs openstf#48