Closed Meligy closed 7 years ago
Can we please publish this if it's OK to merge?
Cheers,
Good point about tests. They were added by mistake because I used a tool to generate the file.
I'll remove them and update the PR.
Regarding Node, let's include it the way it is for now. You already have good naming for them.
Ideally you'd want a neater import for these like import * as appAuthNode from '@openid/appauth/node_support';
, but I don't know how to do this yet, and it seems not easy when you don't compile your TS files to the same folder, judging by https://github.com/Microsoft/TypeScript/issues/8305#issuecomment-343003095.
So what we have will work for now for Node.
Check it now and let me know what you think. I deleted the tests references from the barrel.
Okay, this looks better. Can you also sign the CLA ?
https://github.com/openid/AppAuth-JS/blob/master/CONTRIBUTING.md
Done for both 2 CLA documents.
Also received an email from Mike Leszcz saying the signature was processed.
Fixes #33