Is this still the preferred way to import JS libs?...
# javascript
t
Is this still the preferred way to import JS libs? My parse import is now giving me an error when trying to run the JS unit tests (I have not run them in quite some time). Using:
Copy code
@JsModule("date-fns/parse")
external fun parse(date: String, format: String, reference: Date): Date
Okay, I moved over to IntelliJ IDEA from Android Studio, and it behaving much better. Much faster than running Android or iOS tests too..