-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Conversation
Some Core options added
CLAassistant was complaining
S3 and Azure UI options interface needs some refactoring and is not working yet.
Some Util functions added
Code formatting and proper comments with highlights and some inline examples.
Some VS code intellisense fixes
Adding typescript definition file
PR #1689 Continued here |
Ok, I'll take a look at |
Excellent! One more thing - will these defs be picked up when Fine Uploader is installed via npm? It doesn't look like they are even part of the npm package, since the
|
Little typo in the docs here. |
I'll work on including the Typescript folder in the build process whenever I get some time |
typescript directory moved into client directory
…ineUploader/fine-uploader into Feature/TypeScript-Definitions
@rnicholus I've updated |
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.
LGTM - This was a tremendous amount of work. Thanks a ton for sticking with this. Approved for merge, and this will be part of 5.14.0, initially 5.14.0-beta3.
Tweeted from the Fine Uploader account, but couldn't find your Twitter account. https://twitter.com/fineuploader/status/830975906852241412 |
Thanks for your prompt support. |
There is still an index.d.ts missing, and as a result the d.ts files inside the |
Also, there is no There needs to be a default export of |
@don-bluelinegrid see PR #1840 |
I am not going to do that. I'm using TypeScript and webpack, and every I read various PRs talking about TypeScript compatibility, and I see typescript |
As I said earlier, we are providing the typescript definitions. Current way of consumption is as I wrote in my previous comment. |
#1840 has been merged and released as 5.15.0 |
Brief description of the changes [REQUIRED]
Adding TypeScript definitions allows integration with TypeScript based projects
What browsers and operating systems have you tested these changes on? [REQUIRED]
N/A
Are all automated tests passing? [REQUIRED]
Need to write automated tests during code reviews or afterwards
Is this pull request against develop or some other non-master branch? [REQUIRED]
Yes