jitsi / js-utils

Utilities for Jitsi JS projects
Apache License 2.0
33 stars 60 forks source link

update rename index.js to index.ts #36

Closed daxiondi closed 4 years ago

daxiondi commented 4 years ago

Obviously, this file is the syntax of typescript, but it is strangely named with the. JS suffix. As a result, other projects have problems installing this dependency library, so I think it should be renamed

daxiondi commented 4 years ago

Because this file leads to dependency problems, look here Update README.md Resolve installation failure

daxiondi commented 4 years ago

@saghul

saghul commented 4 years ago

It's not typescript, it uses flow for type annotations.

saghul commented 4 years ago

I'm proposing we drop flow in this project here: https://github.com/jitsi/js-utils/pull/37

daxiondi commented 4 years ago

It has been solved in this pr