-
Notifications
You must be signed in to change notification settings - Fork 0
Lacking start script #1
Comments
Oh you can build the script by tsc or run it directly by By the way, the matrix-js-sdk should be in the ../matrix-js-sdk/ |
And if you're looking for a simpler but somehow typed API, you can use https://github.com/turt2live/matrix-js-bot-sdk this project. |
Sweet, that's very nice. I'm trying to fork your code to function for Flow.JS :) |
Hi, these days matrix-js-sdk has changed a lot. It coverts all files to the ES6 module and I help them to convert all classes to ES6 class (still in progress). This will make static analysis easier. Many of the tricks in this project is for CommonJS and ES5 class and this is no longer needed. After all the classes upgraded to ES6, I will review this project and up it to date. |
On the other way, @huan has provided a TypeScript definition written by hand (matrix-org/matrix-js-sdk#983 (comment)) you maybe want to check it out to create a flow version. |
I'm very happy to see we have this project and it's in progress! It will be great that the codebase can move to ES6 (or TypeScript, which will be better) soon, so we can get an accurate version of the Typing definition by automatic generation instead of writing from scratch with lots of bugs like what I did in the past months. :D |
The ./dist/index.js is lacking in the project
The text was updated successfully, but these errors were encountered: