Zeffuro/ZeffUI

Cactbot's content_type.js was migrated to typescript

valarnin opened this issue · 1 comments

ZeffUI attempts to load cactbot's content_type.js file but this was recently migrated to typescript, so it's failing now:

[5/18/2021 11:21:09 AM] Info: Zeff: BrowserConsole: Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: https://quisquous.github.io/cactbot/resources/content_type.js (Source: https://zeffuro.github.io/ZeffUI/, Line: 0)

See:

https://github.com/Zeffuro/ZeffUI/blob/master/scripts/index.js#L96-L109
https://github.com/quisquous/cactbot/blob/main/resources/content_type.ts

Thanks for passing along the info, guess for now I'll have to maintain a javascript version of the file for the time being until I ever decide to switch entirely to typescript (which I don't want to do for now because it will involve a lot of work and I'm pretty busy lately).